Typo?
NathanKell opened this issue ยท 8 comments
https://github.com/ChrisAdderley/HeatControl/blob/master/CModuleHeatPipe.cs#L110
Shouldn't it be parent for both? Or am I misunderstanding?
I mean, energy_target = targetThermalMass * targetTemp
so energy_parent should be parent thermal mass * parent temp.
Apologies Nathan, my phone is freaking out. I determined that target is where the pipe ends and parent is where it starts.
Right. And those heat contents aren't actually used (they're commented) but I think there's a typo in the linked one, hence the above comment.
Ah I see. Yeah, typo. I stopped using that bit of code due to just using a temperature threshold rather than a heat content, for various balance based reasons.