Block that serves as a container to export a thermofluid flow component.
This block contains a replaceable model com
that needs to
be redeclared to export any model that has as its base class
BuildingSystems.Fluid.Interfaces.PartialTwoPort.
This allows exporting a large variety of thermofluid flow models
with a simple redeclare.
See for example BuildingSystems.Fluid.FMI.ExportContainers.Examples.FMUs.PressureDrop or BuildingSystems.Fluid.FMI.ExportContainers.Examples.FMUs.HeaterCooler_u for how to use this block.
Note that this block must not be used if the instance com
sets a constant pressure. In such a situation, use
BuildingSystems.Fluid.FMI.ExportContainers.PartialTwoPort
together with
BuildingSystems.Fluid.FMI.Adaptors.Inlet
and
BuildingSystems.Fluid.FMI.Adaptors.Outlet
and set the pressure to be equal to the port p
of
BuildingSystems.Fluid.FMI.Adaptors.Outlet.