blockMappingWithoutWSE
Equipment setpoints when chiller head pressure control is enabled, for plants without waterside economizer
Information
Block that resets maximum cooling tower speed setpoint yMaxTowSpeSet,
controls head pressure control valve position yHeaPreConVal or
condenser water pump speed yConWatPumSpeSet
for plants without water side economizers. The development follows
ASHRAE Guideline 36-2021,
section 5.20.10 head pressure control, part 5.20.10.3, part 5.20.10.4, and 5.20.10.7.
1. For each chiller, map chiller head pressure control loop signal
uHeaPreCon as follows:
-
When
uHeaPreConchanges from 0 to 50%, reset maximum cooling tower speed setpointyMaxTowSpeSetfrom 100% to the minimum speedminTowSpe. -
If the plant has fixed speed condenser water pumps (
have_fixSpeConWatPum=true), then: whenuHeaPreConchanges from 50% to 100%, reset head pressure control valve positionyHeaPreConValfrom 100% open tominHeaPreValPos. -
If the plant has variable speed condenser water pumps (
have_fixSpeConWatPum=false), then: whenuHeaPreConchanges from 50% to 100%, reset condenser water pump speedyConWatPumSpeSetfrom design speed for the stagedesConWatPumSpeto minimum speedminConWatPumSpe. When the pumps are dedicated, speed reset shall be independent for each chiller.
2. When the head pressure control loop is disabled (uHeaPreEna = false),
the head pressure control valve shall be closed, or the pump should be disabled; the
maximum tower speed setpoint becomes 0.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | have_fixSpeConWatPum | true | Flag: true=fixed speed condenser water pumps, false=variable speed condenser water pumps |
| 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 | 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 | yHeaPreConVal | Head pressure control valve position | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | yConWatPumSpeSet | Condenser water pump speed setpoint |
Revisions
-
January 30, 2019, by Jianjun Hu:
First implementation.