Package with base classes for Annex60.Fluid.FMI
This package contains base classes that are used to construct the models in Annex60.Fluid.FMI.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Name | Description |
---|---|
X_w_toX | Conversion from Xi to X |
hOut_toT | Conversion from h to T |
Conversion from Xi to X
Block that converts a scalar input for the water mass fraction Xi
to a vector output X
.
This is needed for models in which a scalar input signal Xi
that
may be conditionally removed is to be connected to a model with a vector
input X
, because the conversion from scalar to vector
needs to access the conditional connector, but conditional connectors
can only be used in connect
statements.
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
replaceable package Medium | Modelica.Media.Interfaces.Pa... | Medium model within the source |
Type | Name | Description |
---|---|---|
replaceable package Medium | Medium model within the source | |
input RealInput | X_w | Water mass fraction per total air mass [kg/kg] |
output RealOutput | X[Medium.nX] | Prescribed fluid composition [kg/kg] |
Conversion from h to T
Block that converts enthalpy to temperature.
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
replaceable package Medium | Modelica.Media.Interfaces.Pa... | Medium model within the source |
Type | Name | Description |
---|---|---|
replaceable package Medium | Medium model within the source | |
input RealInput | h | Specific enthalpy [J/kg] |
input RealInput | Xi[Medium.nXi] | Water vapor concentration in kg/kg total air [kg/kg] |
output RealOutput | T | Temperature [K] |