modelChillerStage
Test the model ChillerWSE.Examples.BaseClasses.ChillerStageControl
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example test the chiller staging controller implemented in Buildings.Applications.DataCenters.ChillerCooled.Controls.ChillerStage.
The number of running chillers is determined by cooling mode signal and total cooling load. In Free Cooling (FC) mode, no chillers are required; in Partial Mechanic Cooling (PMC) mode and Fully Mechanic Cooling (FMC) mode, chillers are required to run and the running number is based on cooling load. Details can be found in Buildings.Applications.DataCenters.ChillerCooled.Controls.ChillerStage.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Applications.DataCenters.ChillerCooled.Controls.ChillerStage | chiStaCon | Staging controller for chillers | |
| Modelica.Blocks.Sources.Constant | QTot | Total cooling load in chillers | |
| Modelica.Blocks.Sources.IntegerTable | cooMod | Cooling mode | |
| Modelica.Blocks.Sources.Pulse | TCHWSup | WSE chilled water supply temperature |
Revisions
-
August 25, 2017, by Yangyang Fu:
First implementation.