modelPartialFourPort
Partial model with four ports
Information
This model defines an interface for components with four ports.
The parameters allowFlowReversalPla and
allowFlowReversalRac may be used by models that extend
this model to treat flow reversal.
This model is identical to Buildings.Fluid.Interfaces.PartialFourPort, except that instances have been renamed for use with CDUs.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Assumptions | |||
| Boolean | allowFlowReversalPla | true | = false to simplify equations, assuming, but not enforcing, no flow reversal for plant-side medium |
| Boolean | allowFlowReversalRac | true | = false to simplify equations, assuming, but not enforcing, no flow reversal for rack-side medium |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Interfaces.FluidPort_a | port_aPla | Fluid connector aPla (positive design flow direction is from port_aPla to port_bPla) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_bPla | Fluid connector bPla (positive design flow direction is from port_aPla to port_bPla) | |
| Modelica.Fluid.Interfaces.FluidPort_a | port_aRac | Fluid connector aRac (positive design flow direction is from port_aRac to port_bRac) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_bRac | Fluid connector bRac (positive design flow direction is from port_aRac to port_bRac) |
Contents
| Name | Description |
|---|---|
| Medium in the plant-side component | |
| Medium in the rack-side component |
Revisions
-
April 21, 2026, by Michael Wetter:
First implementation.