Description Usage Arguments Value References Examples
Return vapor pressure given dew point temperature.
1 | GetVapPresFromTDewPoint(TDewPoint)
|
TDewPoint |
A numeric vector of dew-point temperature in degreeF [IP] or degreeC [SI] |
A numeric vector of partial pressure of water vapor in moist air in Psi [IP] or Pa [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 36
1 2 3 4 5 | SetUnitSystem("IP")
GetVapPresFromTDewPoint(12:20)
SetUnitSystem("SI")
GetVapPresFromTDewPoint(12:20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.