powered by
Return dew-point temperature given dry-bulb temperature and relative humidity.
GetTDewPointFromRelHum(TDryBulb, RelHum)
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI]
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
# NOT RUN { SetUnitSystem("IP") GetTDewPointFromRelHum(80:100, 0.2) SetUnitSystem("SI") GetTDewPointFromRelHum(20:30, 0.4) # }
Run the code above in your browser using DataLab