GetDryAirEnthalpy {psychrolib} | R Documentation |
Return dry-air enthalpy given dry-bulb temperature.
Description
Return dry-air enthalpy given dry-bulb temperature.
Usage
GetDryAirEnthalpy(TDryBulb)
Arguments
TDryBulb |
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI] |
Value
A numeric vector of dry air enthalpy in Btu lb-1 [IP] or J kg-1 [SI]
References
ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 28
Examples
SetUnitSystem("IP")
GetDryAirEnthalpy(77:87)
SetUnitSystem("SI")
GetDryAirEnthalpy(10:30)
[Package psychrolib version 2.5.2 Index]