blockAirToOutlet
Conversion from real signals for a fluid to a Buildings.Fluid.FMI.Interfaces.Outlet connector
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Block that takes real inputs for properties of an air-based HVAC system and converts them to an outlet connector of type Buildings.Fluid.FMI.Interfaces.Outlet.
See Buildings.Fluid.FMI.Adaptors.HVAC for its usage.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | allowFlowReversal | true | = true to allow flow reversal, false restricts to design direction (inlet -> outlet) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | m_flow | Mass flow rate | |
| Modelica.Blocks.Interfaces.RealInput | h | Specific enthalpy | |
| Modelica.Blocks.Interfaces.RealInput[Medium.nXi] | Xi | Water vapor concentration in kg/kg total air | |
| Modelica.Blocks.Interfaces.RealInput[Medium.nC] | C | Prescribed boundary trace substances | |
| Buildings.Fluid.FMI.Interfaces.Outlet | outlet | Fluid outlet | |
| Modelica.Blocks.Interfaces.RealOutput | TAirZon | Temperature of the backward flowing medium in the connector outlet | |
| Modelica.Blocks.Interfaces.RealOutput | X_wZon | Water mass fraction per total air mass of the backward flowing medium in the connector outlet | |
| Modelica.Blocks.Interfaces.RealOutput[Medium.nC] | CZon | Trace substances of the backward flowing medium in the connector outlet |
Contents
| Name | Description |
|---|---|
| Medium in the component |
Revisions
-
February 1, 2024, by Michael Wetter:
Added causality.
See #1829. -
January 18, 2019, by Jianjun Hu:
Limited the media choice to moist air only. See #1050. -
November 8, 2016, by Michael Wetter:
Corrected wrong argument type in function call ofMedium.temperature_phX. -
April 20, 2016, by Michael Wetter:
First implementation.