Description Usage Arguments Value References Examples
Return dry-air enthalpy given dry-bulb temperature.
1 | GetDryAirEnthalpy(TDryBulb)
|
TDryBulb |
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI] |
A numeric vector of dry air enthalpy in Btu lb-1 [IP] or J kg-1 [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 28
1 2 3 4 5 | SetUnitSystem("IP")
GetDryAirEnthalpy(77:87)
SetUnitSystem("SI")
GetDryAirEnthalpy(10:30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.