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_wper kg of total air, unlessMedium.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, unlessMedium.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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.FMI.Interfaces.MassFractionConnector | X_w | Water vapor mass fractions per kg total air |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Medium.Temperature | T | Temperature | |
| Medium.ExtraProperty[Medium.nC] | C | Properties c_i/m |
Contents
| Name | Description |
|---|---|
| Medium 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.