Description Usage Arguments Value References Examples
Return saturated air enthalpy given dry-bulb temperature and pressure.
1 | GetSatAirEnthalpy(TDryBulb, Pressure)
|
TDryBulb |
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI] |
Pressure |
A numeric vector of atmospheric pressure in Psi [IP] or Pa [SI] |
A numeric vector of saturated air enthalpy in Btu lb-1 [IP] or J kg-1 [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1
1 2 3 4 5 | SetUnitSystem("IP")
GetSatAirEnthalpy(80:100, 14.696)
SetUnitSystem("SI")
GetSatAirEnthalpy(20:30, 101325)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.