blockController

Tower fan speed control when waterside economizer is enabled

Information

Block that outputs cooling tower fan speed ySpeSet when waterside economizer is enabled. This is implemented according to ASHRAE Guideline 36-2021, section 5.20.12.2, item c. It includes two subsequences:

Parameters

TypeNameDefaultDescription
IntegernChi2Total number of chillers
RealfanSpeMin0.1Minimum tower fan speed
Integrated operation
Real[nChi]chiMinCap{1e4, 1e4}Minimum cyclining load below which chiller will begin cycling
Integrated operation › Controller
Buildings.Controls.OBC.CDL.Types.SimpleControllerintOpeConBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
RealkIntOpe1Gain of controller
RealTiIntOpe0.5Time constant of integrator block
RealTdIntOpe0.1Time constant of derivative block
WSE-only
RealfanSpeChe0.005Lower threshold value to check fan speed
WSE-only › Controller
Buildings.Controls.OBC.CDL.Types.SimpleControllerchiWatConBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
RealkWSE1Gain of controller
RealTiWSE0.5Time constant of integrator block
RealTdWSE0.1Time constant of derivative block

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputuChiLoaCurrent cooling load
Buildings.Controls.OBC.CDL.Interfaces.BooleanInput[nChi]uChiChiller enabling status: true=ON
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputuWseWaterside economizer enabling status: true=ON
Buildings.Controls.OBC.CDL.Interfaces.RealInputTChiWatSupChilled water supply temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputTChiWatSupSetChilled water supply temperature setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealOutputySpeSetTower fan speed setpoint when WSE is enabled and there is any chiller running

Revisions

  • August 9, 2019, by Jianjun Hu:
    First implementation.