modelIntegratedPrimaryPlantSide
Integrated WSE on the plant 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 |
Components
Revisions
-
May 13, 2021, by Michael Wetter:
Changed boundary condition model to prescribed pressure rather than prescribed mass flow rate. Prescribing the mass flow rate caused unreasonably large pressure drop because the mass flow rate was forced through a closed valve.
This is for #2488. -
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.