blockDryWetSelector
Selects results from dry or wet coil
Information
This block smoothly transitions the results from the dry coil and the wet coil computation. The independent variable for the transition is the difference between the water mass fractions at the apparatus dew point, as computed by the wet coil model, and the coil inlet mass fraction.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFraction | deltaX | 0.0001 | Range of x where transition between dry and wet coil occurs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | XEvaIn | Inlet air mass fraction | |
| Modelica.Blocks.Interfaces.RealInput | XADP | Mass fraction at ADP | |
| Modelica.Blocks.Interfaces.RealInput | EIRWet | Energy Input Ratio | |
| Modelica.Blocks.Interfaces.RealInput | QWet_flow | Total cooling capacity | |
| Modelica.Blocks.Interfaces.RealInput | SHRWet | Sensible Heat Ratio: Ratio of sensible heat load to total heat load | |
| Modelica.Blocks.Interfaces.RealInput | mWetWat_flow | Mass flow rate of water condensed at cooling coil | |
| Modelica.Blocks.Interfaces.RealInput | EIRDry | Energy Input Ratio | |
| Modelica.Blocks.Interfaces.RealInput | QDry_flow | Total cooling capacity | |
| Modelica.Blocks.Interfaces.RealOutput | EIR | Energy Input Ratio | |
| Modelica.Blocks.Interfaces.RealOutput | Q_flow | Total cooling capacity | |
| Modelica.Blocks.Interfaces.RealOutput | SHR | Sensible Heat Ratio: Ratio of sensible heat load to total heat load | |
| Modelica.Blocks.Interfaces.RealOutput | mWat_flow | Mass flow rate of water condensed at cooling coil |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | fraDry | Fraction of results that are taken from the dry coil model | |
| Real | fraWet | Fraction of results that are taken from the wet coil model |
Revisions
-
May 7, 2020, by Michael Wetter:
Corrected limits fordX.
This is for #1933. -
April 13, 2017, by Michael Wetter:
Removed temperature that is no longer needed. -
September 20, 2012 by Michael Wetter:
Revised implementation. -
August 9, 2012 by Kaustubh Phalak:
First implementation.