modelPrescribedOutletState

Test model for prescribed outlet state

Information

Model that is used as the base class for models that demonstrates the use of an ideal heater and an ideal cooler, or an ideal humidifier and dehumidifier.

The model on the top has almost unlimited positive capacity (Q_flow_nominal = 1.0e10 Watts), and hence its outlet temperature always reaches the set points.

The model in the middle has a limited negative capacitiy (Q_flow_nominal = 1000 Watts), and hence its outlet state reaches only a limited value corresponding to its maximum negative capacity.

The model at the bottom has unlimited capacity.

At t=1000 second, the flow reverses its direction.

Each flow leg has the same mass flow rate. There are three mass flow sources as using one source only would yield a nonlinear system of equations that needs to be solved to determine the mass flow rate distribution.

Parameters

TypeNameDefaultDescription
Modelica.SIunits.MassFlowRatem_flow_nominal0.1Nominal mass flow rate

Components

TypeNameDefaultDescription
IBPSA.Fluid.Sources.Boundary_pTsinSink
IBPSA.Fluid.Interfaces.PrescribedOutletheaHigPowSteady-state model of the heater with high capacity
Modelica.Blocks.Sources.CombiTimeTablesetHeaHigPowSetpoint heating and humidification
IBPSA.Fluid.Interfaces.PrescribedOutletcooLimPowSteady-state model of the cooler with limited capacity
Modelica.Blocks.Sources.CombiTimeTablesetCooLimPowSetpoint cooling and dehumidification
IBPSA.Fluid.Interfaces.PrescribedOutletheaCooUnlSteady-state model of the heater or cooler with unlimited capacity
IBPSA.Fluid.Interfaces.PrescribedOutletsteStaSteady-state model of the heater or cooler with unlimited capacity
Modelica.Blocks.Sources.CombiTimeTablesetHeaCooUnlSetpoint cooling, heating, dehumidification and humidification
Modelica.Blocks.Sources.Rampm_flowMass flow rate
IBPSA.Fluid.Sources.MassFlowSource_Tsou1Flow source
IBPSA.Fluid.Sources.MassFlowSource_Tsou2Flow source
IBPSA.Fluid.Sources.MassFlowSource_Tsou3Flow source
IBPSA.Fluid.Sources.MassFlowSource_Tsou4Flow source

Contents

NameDescription
Medium

Revisions

  • May 3, 2017, by Michael Wetter:
    First implementation.