modelInlet
Adaptor for connecting a fluid inlet to the FMI interface
Parameters
| Type | Name | Default | Description |
| Boolean | use_p_in | true | = true to use a pressure from connector, false to output Medium.p_default |
| Assumptions |
| Boolean | allowFlowReversal | true | = true to allow flow reversal, false restricts to design direction (inlet -> outlet) |
Components
| Type | Name | Default | Description |
| IBPSA.Fluid.FMI.Interfaces.PressureOutput | p | | Pressure |
Contents
| Name | Description |
Medium | Medium model within the source |
Revisions
-
November 8, 2016, by Michael Wetter:
Corrected wrong argument type in function call of Medium.temperature_phX and
Medium.specificEnthalpy_pTX.
-
October 23, 2016, by Michael Wetter:
Changed type of pressure output connector.
-
April 29, 2015, by Michael Wetter:
Redesigned to conditionally remove the pressure connector
if use_p_in=false.
-
April 15, 2015 by Michael Wetter:
Changed connector variable to be temperature instead of
specific enthalpy.
-
January 21, 2014 by Michael Wetter:
First implementation.