Calculates the wet bulb temperature of air, given the relative humidity and dry bulb temperature.
Wet bulb temperature is the lowest temperature possible using only water evaporation at the current relative humidity and temperature.
Inputs
|
|
Slots
|
Type
|
Default
|
Description
|
|
Humidity
|
Numeric
|
Null
|
The relative humidity in percent (values from 0.0 to 100.0%).
|
|
Temp
|
Numeric
|
Null
|
The dry bulb temperature of the air in Celsius or Fahrenheit (depending on the Units property).
As well, values below -10 degrees Celsius and above 50 degrees Celsius are not valid inputs, and the resulting calculation will produce a value of Null.
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Numeric
|
The wet-bulb temperature in Celsius or Fahrenheit (depending on the Units property). If any of the inputs are Null, the result will be Null.
|
Properties
|
|
Slots
|
Description
|
|
Units
|
Can be set to one of the following values:
▪US: values on the ‘Temp’ and ‘Out’ slots are expected to be in Fahrenheit. ▪SI: values on the ‘Temp’ and ‘Out’ slots are expected to be in Celsius. |
|