modelIntegratedPrimaryLoadSide
Integrated WSE on the load side in a primary-only chilled water system
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Applications.DataCenters.ChillerCooled.Equipment.Validation.BaseClasses.PartialPlant (Partial examples for Buildings.Applications.DataCenters.ChillerCooled.Equipment.Validation).
Information
This example demonstrates how the model responses according to different cooling mode signals (free cooling mode, partially mechanical cooling and fully mechanical cooling).
The reponses are also compared with a second case where the PI controller in the WSE is reset every 1800s.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | mCHW_flow_nominal (from PartialPlant) | 2567.1*1000/(4200*10) | Nominal mass flow rate at chilled water |
| Modelica.Units.SI.MassFlowRate | mCW_flow_nominal (from PartialPlant) | 2567.1*1000/(4200*8.5) | Nominal mass flow rate at condenser water |
| Modelica.Units.SI.PressureDifference | dpCHW_nominal (from PartialPlant) | 40000 | Nominal pressure |
| Modelica.Units.SI.PressureDifference | dpCW_nominal (from PartialPlant) | 40000 | Nominal pressure |
| Integer | numChi (from PartialPlant) | 1 | Number of chillers |
| Fluid.Movers.Data.Generic | perPum | Pump performance data |
Components
Revisions
-
April 14, 2022, by Michael Wetter:
Avoided duplicate model instances with different declarations.
This is for issue 2963. -
January 28, 2019, by Yangyang Fu:
Added test case for PI controller reset. -
January 12, 2019, by Michael Wetter:
Removed wrong use ofeach. -
September 11, 2017, by Michael Wetter:
Corrected wrong use of replaceable model in the base class.
This is for issue 921. -
July 22, 2017, by Yangyang Fu:
First implementation.