Add properties of air for ventilation loss calculations

This commit is contained in:
2026-06-09 14:23:22 +02:00
parent f5c958bb28
commit a3c507b909
+5
View File
@@ -21,3 +21,8 @@ RSI_HORIZONTAL = 0.13
RSI_UPWARD = 0.10
RSI_DOWNWARD = 0.17
RSE = 0.04
# Air properties
RHO_AIR = 1.2 # kg/m³
CP_AIR = 1005 # J/(kg·K)
RHO_CP_AIR = RHO_AIR * CP_AIR # J/(m³·K), volumetric heat capacity