Heat Control

Heat Control

62.5k Downloads

Typo?

NathanKell opened this issue ยท 8 comments

commented

https://github.com/ChrisAdderley/HeatControl/blob/master/CModuleHeatPipe.cs#L110
Shouldn't it be parent for both? Or am I misunderstanding?

commented

As far as I determined, parent is the part the modular

commented

Object starts at, and tar

commented

I mean, energy_target = targetThermalMass * targetTemp
so energy_parent should be parent thermal mass * parent temp.

commented

Apologies Nathan, my phone is freaking out. I determined that target is where the pipe ends and parent is where it starts.

commented

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.

commented

I will fix the typo though :)

commented

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.

commented

No great importance, true, but figured I'd point it out as I noticed it, and I know those things can easily go undetected (ask me why I know that :P )