blockMappingWithWSE
Information
Block that resets maximum cooling tower speed setpoint yMaxTowSpeSet,
controls condenser water pump speed yConWatPumSpeSet, and
head pressure control valve position yHeaPreConVal
for plants with water side economizers and headered condenser water pumps.
The development follows ASHRAE Guideline 36-2021,
section 5.20.10 Head pressure control, part 5.20.10.5, 5.20.10.6, and 5.20.10.7.
1. For each chiller, when the waterside economizer is disabled (uWSE = false),
map the chiller head pressure control loop signal uHeaPreCon as follows:
-
When
uHeaPreConchanges from 0 to 50%, reset the maximum cooling tower speed setpointyMaxTowSpeSetfrom 100% to the minimum speedminTowSpe. -
When
uHeaPreConchanges from 50% to 100%, reset condenser water pump speedyConWatPumSpeSetfrom design speed for the stagedesConWatPumSpeto the minimum speedminConWatPumSpe. -
Each head pressure control valve
yHeaPreConValof the enabled chiller shall be 100% open, irrespective of the loop output.
2. When the waterside economizer is enabled (uWSE = true),
-
The maximum cooling tower speed setpoint
yMaxTowSpeSetshall be 100% irrespective of loop output. -
Condenser water pump speed
yConWatPumSpeSetshall be equal to the design speed for the stagedesConWatPumSpe, irrespective of loop output. -
Each enabled chiller head pressure control loop output
uHeaPreConshall reset the head pressure control valve positionyHeaPreConValfrom 100% open at 0% loop output to the minimum positionminHeaPreValPosat 100% loop output.
3. When the head pressure control loop is disabled (uHeaPreEna = false),
the head pressure control valve shall be closed; the maximum tower speed setpoint
and the condenser water pump speed setpoints become 0.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | minTowSpe | 0.1 | Minimum cooling tower fan speed |
| Real | minConWatPumSpe | 0.1 | Minimum condenser water pump speed |
| Real | minHeaPreValPos | 0.1 | Minimum head pressure control valve position |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | uHeaPreCon | Chiller head pressure control loop signal | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | desConWatPumSpe | Design condenser water pump speed for current stage | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | uWSE | Status of water side economizer: true = ON, false = OFF | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | uHeaPreEna | Status of head pressure control: true = ON, false = OFF | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | yMaxTowSpeSet | Maximum cooling tower speed setpoint | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | yConWatPumSpeSet | Condenser water pump speed setpoint | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | yHeaPreConVal | Head pressure control valve position |
Revisions
-
January 30, 2019, by Jianjun Hu:
First implementation.