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

TypeNameDefaultDescription
BooleanallowFlowReversaltrue= true to allow flow reversal, false restricts to design direction (inlet -> outlet)

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputm_flowMass flow rate
Modelica.Blocks.Interfaces.RealInputhSpecific enthalpy
Modelica.Blocks.Interfaces.RealInput[Medium.nXi]XiWater vapor concentration in kg/kg total air
Modelica.Blocks.Interfaces.RealInput[Medium.nC]CPrescribed boundary trace substances
Buildings.Fluid.FMI.Interfaces.OutletoutletFluid outlet
Modelica.Blocks.Interfaces.RealOutputTAirZonTemperature of the backward flowing medium in the connector outlet
Modelica.Blocks.Interfaces.RealOutputX_wZonWater mass fraction per total air mass of the backward flowing medium in the connector outlet
Modelica.Blocks.Interfaces.RealOutput[Medium.nC]CZonTrace substances of the backward flowing medium in the connector outlet

Contents

NameDescription
MediumMedium 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 of Medium.temperature_phX.
  • April 20, 2016, by Michael Wetter:
    First implementation.