blockController

Controller for chilled water minimum flow bypass valve

Information

Block that controls chilled water minimum flow for primary-only plants with a minimum flow bypass valve, according to ASHRAE Guideline 36-2021, section 5.20.8 Chilled water minimum flow bypass valve.

The minimum chilled water flow setpoint VChiWatSet_flow is specified by the block Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.MinimumFlowBypass.FlowSetpoint.

When any chilled water pump is proven on (uChiWatPum = true), the bypass valve PID loop shall be enabled. Otherwise, the valve shall be opened 100%. When enabled, the bypass valve loop shall be biased to start with the valve 100% open.

Parameters

TypeNameDefaultDescription
IntegernChi2Total number of chillers
Real[nChi]minFloSetMinimum chilled water flow through each chiller
Controller
Buildings.Controls.OBC.CDL.Types.SimpleControllercontrollerTypeBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
Realk1Gain of controller
RealTi0.5Time constant of integrator block
RealTd0Time constant of derivative block
RealyMax1Upper limit of output
RealyMin0.1Lower limit of output

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputuChiWatPumMaximum status feedback of all the chilled water pumps: true means at least one pump is proven on
Buildings.Controls.OBC.CDL.Interfaces.RealInputVChiWat_flowMeasured chilled water flow rate through chillers
Buildings.Controls.OBC.CDL.Interfaces.RealInputVChiWatSet_flowChiller water minimum flow setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyValPosChilled water minimum flow bypass valve position

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.Utilities.PIDWithEnablevalPosBypass valve position PI controller

Revisions

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