modelReversibleConnection

A connection that supports reversible flow with a pump and a valve

Extends from Buildings.Fluid.Interfaces.PartialTwoPortInterface (Partial model with two ports and declaration of quantities that are used by many models).

Information

This model implements a piping connection for reversible mass flow rate between the storage plant and the district network.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatemTan_flow_nominalNominal mass flow rate for CHW tank branch
Modelica.Units.SI.PressureDifferencedpPum_nominalNominal pressure difference for supply pump sizing
Modelica.Units.SI.PressureDifferencedpVal_nominalNominal pressure difference for return valve sizing
Assumptions
BooleanallowFlowReversal (from PartialTwoPort)true= false to simplify equations, assuming, but not enforcing, no flow reversal
Nominal condition
Modelica.Units.SI.MassFlowRatem_flow_nominal (from PartialTwoPortInterface)Nominal mass flow rate
Advanced
Modelica.Units.SI.MassFlowRatem_flow_small (from PartialTwoPortInterface)1E-4*abs(m_flow_nominal)Small mass flow rate for regularization of zero flow
Advanced › Diagnostics
Booleanshow_T (from PartialTwoPortInterface)false= true, if actual temperature at port is computed
Initialization
Modelica.Units.SI.ThermodynamicTemperatureT_startStart temperature

Connectors

TypeNameDefaultDescription
Modelica.Fluid.Interfaces.FluidPort_aport_a (from PartialTwoPort)Fluid connector a (positive design flow direction is from port_a to port_b)
Modelica.Fluid.Interfaces.FluidPort_bport_b (from PartialTwoPort)Fluid connector b (positive design flow direction is from port_a to port_b)
Modelica.Blocks.Interfaces.RealOutputPEleEstimated power consumption
Modelica.Blocks.Interfaces.RealInputyPumNormalized speed signal for pump
Modelica.Blocks.Interfaces.RealInputyValNormalized flow signal for valve

Components

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatem_flow (from PartialTwoPortInterface)port_a.m_flowMass flow rate from port_a to port_b (m_flow > 0 is design flow direction)
Modelica.Units.SI.PressureDifferencedp (from PartialTwoPortInterface)port_a.p - port_b.pPressure difference between port_a and port_b
Medium.ThermodynamicStatesta_a (from PartialTwoPortInterface)if allowFlowReversal then Medium.setState_phX(port_a.p, noEvent(actualStream(port_a.h_outflow)), noEvent(actualStream(port_a.Xi_outflow))) else Medium.setState_phX(port_a.p, noEvent(inStream(port_a.h_outflow)), noEvent(inStream(port_a.Xi_outflow)))Medium properties in port_a
Medium.ThermodynamicStatesta_b (from PartialTwoPortInterface)if allowFlowReversal then Medium.setState_phX(port_b.p, noEvent(actualStream(port_b.h_outflow)), noEvent(actualStream(port_b.Xi_outflow))) else Medium.setState_phX(port_b.p, noEvent(port_b.h_outflow), noEvent(port_b.Xi_outflow))Medium properties in port_b
Buildings.Fluid.Movers.Preconfigured.SpeedControlled_ypumSupply pump
Buildings.Fluid.FixedResistances.CheckValvecheValCheck valve
Buildings.Fluid.Actuators.Valves.TwoWayPressureIndependentvalValve that throttles CHW from the supply line to the tank

Revisions

  • March 22, 2023 by Hongxiang Fu:
    First implementation. This is for #2859.