modelConstantSpeedPumpStage
Test the model ChillerWSE.Examples.BaseClasses.ConstatnSpeedPumpStageControl
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example test how the number of required constant-speed pumps varies based on cooling mode signals and the number of running chillers. Detailed control logic can be found in Buildings.Applications.DataCenters.ChillerCooled.Controls.ConstantSpeedPumpStage.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Applications.DataCenters.ChillerCooled.Controls.ConstantSpeedPumpStage | conSpePumSta | Staging controller for constant speed pumps | |
| Modelica.Blocks.Sources.IntegerTable | cooMod | Cooling mode | |
| Modelica.Blocks.Sources.IntegerTable | chiNumOn | The number of running chillers | |
| Buildings.Controls.OBC.CDL.Integers.GreaterThreshold | plaOn | Check if the plant is on |
Revisions
-
September 3, 2024, by Jianjun Hu:
Added plant on signal to pumps control. This is for issue 3989. -
August 25, 2017, by Yangyang Fu:
First implementation.