GetDryAirDensity: Return dry-air density given dry-bulb temperature and...

Description Usage Arguments Value References Examples

Description

Return dry-air density given dry-bulb temperature and pressure.

Usage

1
GetDryAirDensity(TDryBulb, Pressure)

Arguments

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]

Value

A numeric vector of dry air density in lb ft-3 [IP] or kg m-3 [SI]

References

ASHRAE Handbook - Fundamentals (2017) ch. 1

Examples

1
2
3
4
5
SetUnitSystem("IP")
GetDryAirDensity(77:87, 14.696)

SetUnitSystem("SI")
GetDryAirDensity(25:30, 101325)

psychrolib documentation built on May 29, 2021, 9:11 a.m.