blockPartLoadRatios

Operating and staging part load ratios with chiller type reset

Information

Calculates operative part load ratios (OPLR) per sections 5.20.4.5, section 5.20.4.9, section 5.20.4.10 and stage part load ratios (SPLR, up or down) per section 5.20.4.14 of Guideline 36-2021.

OPLR is a ratio of the current capacity requirement to a given design or minimal stage capacity, such as:

  • Current stage design OPLR(y).
  • Current stage minimal OPLR(yMin).
  • Next available higher stage nominal OPLR(yUp).
  • Next available higher stage minimal OPLR(yUpMin).

SPLRup yStaUp or SPLRdown yStaDown value depends on the stage type staTyp as indicated in the table below. Note that the rules are prioritized by stage type column, from left to right

The stage type is determined by the Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.Staging.SetPoints.Subsequences.Configurator subsequence based on the type of chillers staged.

Row: Stage / Column: Stage Type Any Constant Speed Centrifugal All Positive Displacement Any Variable Speed and no Constant Speed Centrifugal
Next Available Up yStaUp=conSpeCenMult N/A >N/A
Current yStaDown=conSpeCenMult yStaUp=posDisMult yStaUp=f(uLif, uLifMin, uLifMax)
Next Available Down N/A yStaDown=posDisMult yStaDown=f(uLif, uLifMin, uLifMax)

For operation outside of the recommended staging order as provided in the table above a constant SPLRup and SPLRdown value anyOutOfScoMult is set to prevent simulation interruption, accompanied with a warning.

Parameters

TypeNameDefaultDescription
BooleananyVsdCentruePlant contains at least one variable speed centrifugal chiller
IntegernSta3Number of chiller stages, does not include zero stage
RealposDisMult0.8Positive displacement chiller type staging multiplier
RealconSpeCenMult0.9Constant speed centrifugal chiller type staging multiplier
RealanyOutOfScoMult0.9Outside of G36 recommended staging order chiller type SPLR multiplier
RealvarSpeStaMin0.45Minimum stage up or down part load ratio for variable speed centrifugal stage types
RealvarSpeStaMax0.9Maximum stage up or down part load ratio for variable speed centrifugal stage types
RealavePer300Moving mean time period for staging multiplier calculation for variable speed centrifugal stage types

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuChiller stage
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuUpNext available stage up
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuDownNext available stage down
Buildings.Controls.OBC.CDL.Interfaces.IntegerInput[nSta]uTypDesign chiller stage types
Buildings.Controls.OBC.CDL.Interfaces.RealInputuUpCapDesDesign capacity of the next available stage up
Buildings.Controls.OBC.CDL.Interfaces.RealInputuCapReqChilled water cooling capacity requirement
Buildings.Controls.OBC.CDL.Interfaces.RealInputuCapDesDesign capacity of the current stage
Buildings.Controls.OBC.CDL.Interfaces.RealInputuUpCapMinMinimal capacity of the next available stage up
Buildings.Controls.OBC.CDL.Interfaces.RealInputuDowCapDesDesign capacity of next available stage down
Buildings.Controls.OBC.CDL.Interfaces.RealInputuLifMinMinimum chiller lift
Buildings.Controls.OBC.CDL.Interfaces.RealInputuLifMaxMaximum chiller lift
Buildings.Controls.OBC.CDL.Interfaces.RealInputuLifChiller lift
Buildings.Controls.OBC.CDL.Interfaces.RealInputuCapMinMinimal capacity of the current stage
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOpeUpOperating part load ratio of the next higher stage
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOpeDowOperating part load ratio of the next stage down
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOpeMinMinimum operating part load ratio at current stage
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOpeOperating part load ratio of the current stage
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyStaDowStaging down part load ratio
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyStaUpStaging up part load ratio
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOpeUpMinMinimum operating part load ratio of the next available stage up

Revisions

  • January 03, 2020, by Milica Grahovac:
    First implementation.