Learn R Programming

psychrolib (version 2.5.2)

GetDryAirEnthalpy: 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

Run this code
# NOT RUN {
SetUnitSystem("IP")
GetDryAirEnthalpy(77:87)

SetUnitSystem("SI")
GetDryAirEnthalpy(10:30)


# }

Run the code above in your browser using DataLab