connectorFluidProperties

Type definition for fluid properties

Information

This is a connector that declares the following fluid properties:

  • The temperature T.
  • The mass fraction of water vapor X_w per kg of total air, unless Medium.nXi=0. Note that the mass fraction is not per kg of dry air, but rather per kg of total air as is customary in Modelica.
  • The trace substances C, unless Medium.nC=0.

These quantities are used in the connectors IBPSA.Fluid.FMI.Interfaces.Inlet and IBPSA.Fluid.FMI.Interfaces.Outlet.

Note that none of these quantities is declared to be an input or output, because the role is reversed whether the properties are in inlet or outlet connector.

Components

TypeNameDefaultDescription
Medium.TemperatureTTemperature
IBPSA.Fluid.FMI.Interfaces.MassFractionConnectorX_wWater vapor mass fractions per kg total air
Medium.ExtraProperty[Medium.nC]CProperties c_i/m

Contents

NameDescription
MediumMedium model

Revisions

  • April 15, 2015 by Michael Wetter:
    Changed connector variable to be temperature instead of specific enthalpy.
  • November 8, 2014 by Michael Wetter:
    First implementation.