mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Updates comments
This commit is contained in:
@@ -211,7 +211,7 @@ datum/pipeline
|
|||||||
|
|
||||||
// Previously, the temperature would enter equilibrium at 26C or 294K.
|
// Previously, the temperature would enter equilibrium at 26C or 294K.
|
||||||
// Only would happen if both sides (all 2 square meters of surface area) were exposed to sunlight. We now assume it aligned edge on.
|
// Only would happen if both sides (all 2 square meters of surface area) were exposed to sunlight. We now assume it aligned edge on.
|
||||||
// It currently should stabilise at 85K or -183C.
|
// It currently should stabilise at 129.6K or -143.6C
|
||||||
heat_gain -= surface * STEFAN_BOLTZMANN_CONSTANT * thermal_conductivity * (air.temperature - COSMIC_RADIATION_TEMPERATURE) ** 4
|
heat_gain -= surface * STEFAN_BOLTZMANN_CONSTANT * thermal_conductivity * (air.temperature - COSMIC_RADIATION_TEMPERATURE) ** 4
|
||||||
|
|
||||||
air.add_thermal_energy(heat_gain)
|
air.add_thermal_energy(heat_gain)
|
||||||
|
|||||||
Reference in New Issue
Block a user