modelAirToOutletFlowReversal
Validation model for air to outlet converter with flow reversal enabled
Extends from IBPSA.Fluid.FMI.Conversion.Validation.AirToOutlet (Validation model for air to outlet conversion).
Information
This example is identical to IBPSA.Fluid.FMI.Conversion.Validation.AirToOutlet, except that it has reverse flow. This tests whether the fluid properties from the upstream media are correctly converted to the output signals of IBPSA.Fluid.FMI.Conversion.AirToOutlet.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | allowFlowReversal (from AirToOutlet) | false | = true to allow flow reversal, false restricts to design direction (inlet -> outlet) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Constant | m_flow (from AirToOutlet) | Mass flow rate | |
| Modelica.Blocks.Sources.Constant | h (from AirToOutlet) | Specific enthalpy | |
| Modelica.Blocks.Sources.Constant[1] | Xi (from AirToOutlet) | Water vapor concentration | |
| Modelica.Blocks.Sources.Constant[1] | C (from AirToOutlet) | Trace substances | |
| IBPSA.Fluid.FMI.Conversion.AirToOutlet | conAirNoC (from AirToOutlet) | Converter for air without trace substances | |
| IBPSA.Fluid.FMI.Conversion.AirToOutlet | conAirWithC (from AirToOutlet) | Converter for air with trace substances | |
| IBPSA.Fluid.FMI.Conversion.AirToOutlet | conDryAirNoC (from AirToOutlet) | Converter for dry air without trace substances | |
| IBPSA.Fluid.FMI.Conversion.AirToOutlet | conDryAirWithC (from AirToOutlet) | Converter for dry air with trace substances | |
| BoundaryCondition | bouAirNoC | Boundary condition | |
| BoundaryCondition | bouAirWithC | Boundary condition | |
| BoundaryCondition | bouDryAirNoC | Boundary condition | |
| BoundaryCondition | bouDryAirWithC | Boundary condition |
Contents
| Name | Description |
|---|---|
Revisions
-
June 29, 2016 by Michael Wetter:
First implementation.