thermomachine

Procs | |
process_atmos |
---|
Proc Details
process_atmos
- Performs heat calculation for the freezer. The full equation for this whole process is:
- T3 = (C1 * T1 + (C1 * C2) / (C1 + C2) * (T2 - T1)) / C1.
- C1 is main port heat capacity, T1 is the temp.
- C2 and T2 is for the heat capacity of the freezer and temperature that we desire respectively.
- T3 is the temperature we get