blockController

Head pressure controller for plants with headered condenser water pumps

Information

Block that generates control signals for chiller head pressure control, according to ASHRAE Guideline 36-2021, section 5.20.10 head pressure control.

Note that if a plant has the waterside economizer, the condenser water pump must be variable speed.

This sequence contains three subsequences:

Parameters

TypeNameDefaultDescription
Plant
Booleanhave_chiHeaPreConfalseFlag indicating if there is head pressure control signal from chiller controller
Booleanhave_WSEtrueTrue if the plant has waterside economizer. When the plant has waterside economizer, the condenser water pump speed must be variable
Booleanhave_fixSpeConWatPumfalseFlag indicating if the plant has fixed speed condenser water pumps
Setpoints
RealminTowSpe0.1Minimum cooling tower fan speed
RealminConWatPumSpe0.1Minimum condenser water pump speed
RealminHeaPreValPos0.1Minimum head pressure control valve position
Loop signal
RealminChiLif10Minimum allowable lift at minimum load for chiller
Loop signal › PID controller
Buildings.Controls.OBC.CDL.Types.SimpleControllercontrollerTypeBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
Realk1Gain of controller
RealTi0.5Time constant of integrator block
RealTd0.5Time constant of derivative block

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputuChiHeaConEnabling chillers head pressure control: true = ON, false = OFF
Buildings.Controls.OBC.CDL.Interfaces.RealInputTConWatRetMeasured condenser water return temperature (condenser leaving)
Buildings.Controls.OBC.CDL.Interfaces.RealInputTChiWatSupMeasured chilled water supply temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputdesConWatPumSpeDesign condenser water pump speed for current stage
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputuWSEStatus of water side economizer: true = ON, false = OFF
Buildings.Controls.OBC.CDL.Interfaces.RealInputuHeaPreConChiller head pressure control loop signal from chiller controller
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyMaxTowSpeSetMaximum cooling tower speed setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyHeaPreConValHead pressure control valve position
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyConWatPumSpeSetCondenser water pump speed setpoint

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.HeadPressure.Subsequences.ControlLoopchiHeaPreLooGenerate chiller head pressure control loop signal
Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.HeadPressure.Subsequences.MappingWithoutWSEnoWSEControlling equipments for plants without waterside economizer
Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.HeadPressure.Subsequences.MappingWithWSEwithWSEControlling equipments for plants with waterside economizer

Revisions

  • January 30, 2019, by Jianjun Hu:
    First implementation.