GetTWetBulbFromTDewPoint: Return wet-bulb temperature given dry-bulb temperature,...

Description Usage Arguments Value References Examples

Description

Return wet-bulb temperature given dry-bulb temperature, dew-point temperature, and pressure.

Usage

1
GetTWetBulbFromTDewPoint(TDryBulb, TDewPoint, Pressure)

Arguments

TDryBulb

A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI]

TDewPoint

A numeric vector of dew-point temperature in degreeF [IP] or degreeC [SI]

Pressure

A numeric vector of atmospheric pressure in Psi [IP] or Pa [SI]

Value

A numeric vector of wet-bulb temperature in degreeF [IP] or degreeC [SI]

References

ASHRAE Handbook - Fundamentals (2017) ch. 1

Examples

1
2
3
4
5
SetUnitSystem("IP")
GetTWetBulbFromTDewPoint(80:100, 40.0, 14.696)

SetUnitSystem("SI")
GetTWetBulbFromTDewPoint(25:40, 20.0, 101325.0)

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