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 Buildings.Fluid.FMI.Interfaces.Inlet and Buildings.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.

Connectors

TypeNameDefaultDescription
Buildings.Fluid.FMI.Interfaces.MassFractionConnectorX_wWater vapor mass fractions per kg total air

Components

TypeNameDefaultDescription
Medium.TemperatureTTemperature
Medium.ExtraProperty[Medium.nC]CProperties c_i/m

Contents

NameDescription
MediumMedium in the component

Revisions

  • January 18, 2019, by Jianjun Hu:
    Limited the media choice. See #1050.
  • April 15, 2015 by Michael Wetter:
    Changed connector variable to be temperature instead of specific enthalpy.
  • November 8, 2014 by Michael Wetter:
    First implementation.