GetStandardAtmPressure: Return standard atmosphere barometric pressure, given the...

Description Usage Arguments Value References Examples

Description

Return standard atmosphere barometric pressure, given the elevation (altitude).

Usage

1

Arguments

Altitude

A numeric vector of altitude in ft [IP] or m [SI]

Value

A numeric vector of standard atmosphere barometric pressure in Psi [IP] or Pa [SI]

References

ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 3

Examples

1
2
3
4
5
SetUnitSystem("IP")
GetStandardAtmPressure(seq(-500, 1000, 100))

SetUnitSystem("SI")
GetStandardAtmPressure(seq(-500, 1000, 100))

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