Description Usage Arguments Value References Examples
Return standard atmosphere barometric pressure, given the elevation (altitude).
1 | GetStandardAtmPressure(Altitude)
|
Altitude |
A numeric vector of altitude in ft [IP] or m [SI] |
A numeric vector of standard atmosphere barometric pressure in Psi [IP] or Pa [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 3
1 2 3 4 5 | SetUnitSystem("IP")
GetStandardAtmPressure(seq(-500, 1000, 100))
SetUnitSystem("SI")
GetStandardAtmPressure(seq(-500, 1000, 100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.