blockChillerLifts

Calculate the maximum and minimum enabled chiller lifts

Information

Block that outputs the maximum and minimum lifts of the enabled chillers. It is based on ASHRAE Guideline 36-2021, section 5.20.4.14.

yLifMin and yLifMax shall be calculated as the averages of minChiLif and maxChiLif for operating chillers, respectively.

Parameters

TypeNameDefaultDescription
IntegernChi2Total number of chillers
Real[nChi]minChiLif{12, 12}Minimum LIFT of each chiller
Real[nChi]maxChiLif{18, 18}Maximum LIFT of each chiller

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInput[nChi]uChiVector of chillers proven on status: true=ON
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyLifMaxMaximum LIFT among enabled chillers
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyLifMinMinimum LIFT among enabled chillers

Revisions

  • August 2, 2025, by Jianjun Hu:
    First implementation.