//使用 DDCgw 方案之空氣屬性計算程式 #define $temp_c$ = R300.d1 #define $temp_f$ = R301.d1 #define $humid$ = R302.d1 #define $wet_c$ = R303.d1 #define $wet_f$ = R304.d1 #define $dew_c$ = R305.d1 #define $dew_f$ = R306.d1 #define $btu$ = R307.d1 #define $kjkg$ = R308.d1 B0 = $temp_c$ *1.8 $temp_f$ = B0 + 32 $wet_c$ = wetbulb($temp_c$, $humid$ ,0) $wet_f$ = wetbulb($temp_f$, $humid$ ,1) $dew_c$ = dewpoint($temp_c$, $humid$ ,0) $dew_f$ = dewpoint($temp_f$, $humid$ ,1) $kjkg$ = enthalpy($temp_c$, $humid$ ,0) $btu$ = enthalpy($temp_f$, $humid$ ,1) |
Wait.. ℉ |
Wait.. ℉ |
Wait.. btu/lb |
Wait.. ℉ |
Wait.. % |
Wait.. ℃ |
Wait.. ℃ |
Wait.. kj/kg |
Wait.. ℃ |
溼球溫度 |
露點溫度 |
焓值 |
相對溼度 |
乾球溫度 |