Buildings.Controls.OBC.CDL.Psychrometrics
Package with psychrometric blocks
Information
This package contains blocks for psychrometric calculations.
Package Content
Name | Description |
---|---|
DewPoint_TDryBulPhi | Block to compute the dew point temperature based on relative humidity |
SpecificEnthalpy_TDryBulPhi | Block to compute the specific enthalpy based on relative humidity |
WetBulb_TDryBulPhi | Block to compute the wet bulb temperature based on relative humidity |
Validation | Collection of models that validate the psychrometrics blocks of the CDL |
Buildings.Controls.OBC.CDL.Psychrometrics.DewPoint_TDryBulPhi
Block to compute the dew point temperature based on relative humidity
Information
Dew point temperature calculation for moist air above freezing temperature.
The correlation used in this model is valid for dew point temperatures between 0°C and 93°C. It is the correlation from 2009 ASHRAE Handbook Fundamentals, p. 1.9, equation 39.
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TDryBul | Dry bulb temperature [K] |
input RealInput | phi | Relative air humidity [1] |
output RealOutput | TDewPoi | Dew point temperature [K] |
Modelica definition
Buildings.Controls.OBC.CDL.Psychrometrics.SpecificEnthalpy_TDryBulPhi
Block to compute the specific enthalpy based on relative humidity
Information
This block computes the specific enthalpy for a given dry bulb temperature, relative air humidity and atmospheric pressure. The specific enthalpy is zero if the temperature is 0°C and if there is no moisture.
The correlation used in this model is from the 2009 ASHRAE Handbook Fundamentals, p. 1.9, equation 32.
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | pAtm | 101325 | Atmospheric pressure [Pa] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TDryBul | Dry bulb temperature [K] |
input RealInput | phi | Relative air humidity |
output RealOutput | h | Specific enthalpy [J/kg] |
Modelica definition
Buildings.Controls.OBC.CDL.Psychrometrics.WetBulb_TDryBulPhi
Block to compute the wet bulb temperature based on relative humidity
Information
This block computes the wet bulb temperature for a given dry bulb temperature, relative air humidity and atmospheric pressure.
The block uses the approximation of Stull (2011) to compute the wet bulb temperature without requiring a nonlinear equation. The approximation by Stull is valid for a relative humidity of 5% to 99%, a temperature range from -20°C to 50°C and standard sea level pressure. For this range of data, the approximation error is -1 Kelvin to +0.65 Kelvin, with a mean error of less than 0.3 Kelvin.
The model is validated in Buildings.Controls.OBC.CDL.Psychrometrics.Validation.WetBulb_TDryBulPhi.
References
Stull, Roland. Wet-Bulb Temperature from Relative Humidity and Air Temperature Roland Stull. Journal of Applied Meteorology and Climatology. Volume 50, Issue 11, pp. 2267-2269. November 2011 DOI: 10.1175/JAMC-D-11-0143.1
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TDryBul | Dry bulb temperature [K] |
input RealInput | phi | Relative air humidity |
output RealOutput | TWetBul | Wet bulb temperature [K] |