Package with base classes for Buildings.Utilities.Psychrometrics
This package contains base classes that are used to construct the models in Buildings.Utilities.Psychrometrics.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
| Name | Description |
|---|---|
| Humidity ratio for given water vapor pressure |
Buildings.Utilities.Psychrometrics.BaseClasses.HumidityRatioVaporPressure
Humidity ratio for given water vapor pressure
Partial Block to compute the relation between humidity ratio and water vapor partial pressure.
If use_p_in is false (default option), the p parameter
is used as atmospheric pressure,
and the p_in input connector is disabled;
if use_p_in is true, then the p parameter is ignored,
and the value provided by the input connector is used instead.
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | use_p_in | true | Get the pressure from the input connector |
| Pressure | p | 101325 | Fixed value of pressure [Pa] |
| Type | Name | Description |
|---|---|---|
| input RealInput | p_in | Atmospheric Pressure [Pa] |