modelPrescribedOutlet_Water

Test model for prescribed outlet state

Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Fluid.Interfaces.Examples.BaseClasses.PrescribedOutletState (Test model for prescribed outlet state).

Information

Model that demonstrates Buildings.Fluid.Interfaces.PrescribedOutlet with temperature setpoint and water as the medium.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatem_flow_nominal (from PrescribedOutletState)0.1Nominal mass flow rate

Components

TypeNameDefaultDescription
Buildings.Fluid.Sources.Boundary_pTsin (from PrescribedOutletState)Sink
Buildings.Fluid.Interfaces.PrescribedOutletheaHigPow (from PrescribedOutletState)Steady-state model of the heater with high capacity
Modelica.Blocks.Sources.CombiTimeTablesetHeaHigPow (from PrescribedOutletState)Setpoint heating and humidification
Buildings.Fluid.Interfaces.PrescribedOutletcooLimPow (from PrescribedOutletState)Steady-state model of the cooler with limited capacity
Modelica.Blocks.Sources.CombiTimeTablesetCooLimPow (from PrescribedOutletState)Setpoint cooling and dehumidification
Buildings.Fluid.Interfaces.PrescribedOutletheaCooUnl (from PrescribedOutletState)Steady-state model of the heater or cooler with unlimited capacity
Buildings.Fluid.Interfaces.PrescribedOutletsteSta (from PrescribedOutletState)Steady-state model of the heater or cooler with unlimited capacity
Modelica.Blocks.Sources.CombiTimeTablesetHeaCooUnl (from PrescribedOutletState)Setpoint cooling, heating, dehumidification and humidification
Modelica.Blocks.Sources.Rampm_flow (from PrescribedOutletState)Mass flow rate
Buildings.Fluid.Sources.MassFlowSource_Tsou1 (from PrescribedOutletState)Flow source
Buildings.Fluid.Sources.MassFlowSource_Tsou2 (from PrescribedOutletState)Flow source
Buildings.Fluid.Sources.MassFlowSource_Tsou3 (from PrescribedOutletState)Flow source
Buildings.Fluid.Sources.MassFlowSource_Tsou4 (from PrescribedOutletState)Flow source
Buildings.Fluid.Sensors.TemperatureTwoPortTHeaHigPowIn (from PrescribedOutletState)Temperature sensor at the inlet of heaHigPow
Buildings.Fluid.Sensors.TemperatureTwoPortTHeaHigPowOut (from PrescribedOutletState)Temperature sensor at the outlet of heaHigPow
Buildings.Fluid.Sensors.TemperatureTwoPortTCooLimPowIn (from PrescribedOutletState)Temperature sensor at the inlet of cooLimPow
Buildings.Fluid.Sensors.TemperatureTwoPortTCooLimPowOut (from PrescribedOutletState)Temperature sensor at the outlet of cooLimPow
Buildings.Fluid.Sensors.TemperatureTwoPortTHeaCooUnlIn (from PrescribedOutletState)Temperature sensor at the inlet of heaCooUnl
Buildings.Fluid.Sensors.TemperatureTwoPortTHeaCooUnlOut (from PrescribedOutletState)Temperature sensor at the outlet of heaCooUnl
Buildings.Fluid.Sensors.TemperatureTwoPortTSteStaIn (from PrescribedOutletState)Temperature sensor at the inlet of steSta
Buildings.Fluid.Sensors.TemperatureTwoPortTSteStaOut (from PrescribedOutletState)Temperature sensor at the outlet of steSta

Revisions

  • May 3, 2017, by Michael Wetter:
    Refactored model to allow X_wSet as an input.
    This is for #763.
  • November 11, 2014, by Michael Wetter:
    First implementation.