modelConstantSpeedPumpStage
Staging control for constant speed pumps
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This model describes a simple staging control for two constant-speed pumps in a chilled water plant with two chillers and a waterside economizer (WSE). The staging sequence is shown as below.
- When WSE is enabled, all the constant speed pumps are commanded on.
- When fully mechanical cooling (FMC) mode is enabled, the number of running constant speed pumps equals to the number of running chillers.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Time | tWai | Waiting time |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.IntegerInput | cooMod | Cooling mode - 0:off, 1: free cooling mode; 2: partially mechanical cooling; 3: fully mechanical cooling | |
| Modelica.Blocks.Interfaces.BooleanInput | on | On signal of the plant | |
| Modelica.Blocks.Interfaces.IntegerInput | numOnChi | The number of running chillers | |
| Modelica.Blocks.Interfaces.RealOutput[2] | y | On/off signal - 0: off; 1: on |
Components
Revisions
-
September 3, 2024, by Jianjun Hu:
Added plant on signal to pumps control. This is for issue 3989. -
September 11, 2017, by Michael Wetter:
Revised switch that selects the operation mode for issue 921. -
September 2, 2017, by Michael Wetter:
Changed implementation to use Buildings.Applications.DataCenters.Types.CoolingModes. -
July 30, 2017, by Yangyang Fu:
First implementation.