Description Usage Arguments Value References Examples
Return dew-point temperature given dry-bulb temperature and relative humidity.
1 | GetTDewPointFromRelHum(TDryBulb, RelHum)
|
TDryBulb |
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI] |
RelHum |
A numeric vector of relative humidity in range [0, 1] |
A numeric vector of dew-point temperature in degreeF [IP] or degreeC [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1
1 2 3 4 5 | SetUnitSystem("IP")
GetTDewPointFromRelHum(80:100, 0.2)
SetUnitSystem("SI")
GetTDewPointFromRelHum(20:30, 0.4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.