blockWSEOperation

Tower fan speed control when the waterside economizer is running alone

Information

Block that output cooling tower fan speed yTowSpe when only the waterside economizer is running. This is implemented according to ASHRAE Guideline 36-2021, section 5.20.12.2, item c.2.

  1. Fan speed shall be modulated to maintain chilled water supply temperature TChiWatSup at setpoint TChiWatSupSet by a direct acting PID loop that resets fan speed from minimum fanSpeMin at 0% loop output to maximum at 100% loop output.
  2. If chilled water supply temperature TChiWatSup drops below setpoint and fans have been at minimum speed fanSpeMin for 5 minutes (cheCycOffTim), fans shall cycle off for at least 3 minutes (minCycOffTim) and until TChiWatSup rises above setpoint by 1 °F.

Parameters

TypeNameDefaultDescription
IntegernChi2Total number of chillers
RealfanSpeMin0.1Minimum tower fan speed
RealfanSpeMax1Maximum tower fan speed
Chilled water controller
Buildings.Controls.OBC.CDL.Types.SimpleControllerchiWatConBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
Realk1Gain of controller
RealTi0.5Time constant of integrator block
RealTd0.1Time constant of derivative block
RealyMax1Upper limit of chilled water controller output
RealyMin0Lower limit of chilled water controller output
Advanced
RealcheCycOffTim300Threshold time for checking if fan should cycle off
RealminCycOffTim180Minimum time of fan cycling off
RealfanSpeChe0.05Lower threshold value to check fan speed

Connectors

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

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Logical.LatchfanCycOffCycle off fan

Revisions

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