blockToTotalAir
Block to convert absolute humidity from [kg/kg dry air] to [kg/kg total air]
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Block that converts humidity concentration from [kg/kg dry air] to [kg/kg total air].
This block may be used, for example, to convert absolute humidity that is received from EnergyPlus to [kg/kg total air], which is the convention used by Modelica.Media.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | XiTotalAir | Water vapor concentration in [kg/kg total air] | |
| Modelica.Blocks.Interfaces.RealInput | XiDry | Water vapor concentration in [kg/kg dry air] | |
| Modelica.Blocks.Interfaces.RealOutput | XNonVapor | Mass fraction of remaining substances |
Revisions
-
September 10, 2009 by Michael Wetter:
First implementation.