modelOutlet
Adaptor for connecting a fluid outlet to the FMI interface
Information
Model that is used to connect a fluid port with an output signal. The model needs to be used in conjunction with an instance of Buildings.Fluid.FMI.Adaptors.Inlet in order for fluid mass flow rate and pressure to be properly assigned to the acausal fluid models.
See Buildings.Fluid.FMI.ExportContainers.PartialTwoPort or Buildings.Fluid.FMI.ExportContainers.Examples.FMUs.ResistanceVolume for how to use this model.
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) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.FMI.Interfaces.Outlet | outlet | Fluid outlet | |
| Modelica.Fluid.Interfaces.FluidPort_a | port_a | Fluid port | |
| Buildings.Fluid.FMI.Interfaces.PressureInput | p | Pressure to be sent to outlet |
Contents
| Name | Description |
|---|---|
| Medium in the component |
Revisions
-
March 18, 2024, by Michael Wetter:
Added causality.
See IBPSA, #1853. -
June 29, 2023, by Michael Wetter:
Corrected dimension ofXin function call.
See #1768. -
January 18, 2019, by Jianjun Hu:
Limited the media choice to moist air and water. See #1050. -
November 8, 2016, by Michael Wetter:
Corrected wrong argument type in function call ofMedium.temperature_phX. -
April 29, 2015, by Michael Wetter:
Redesigned to conditionally remove the pressure connector ifuse_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.