blockInitial

Outputs the initial stage

Information

This subsequence is not directly specified in Guideline 36-2021 as it provides a side calculation about the generalization of the staging sequences for any number of chillers and stages provided by the user.

Determines the initial stage upon plant startup for both plants with and without a WSE. It is implemented according to section 5.20.4.15 of Guideline 36-2021, under part g. (primary-only) and part p. (primary-secondary) plants.

The initial stage yIni is defined as:

When the plant is enabled and the plant has no waterside economizer (have_WSE=false), the initial stage will be the lowest available stage uUp.

When the plant is enabled and the plant has the waterside economizer (have_WSE=true), the initial stage will be:

The following state machine chart illustrates the initial stage selection for plants with a waterside economizer:

Image of initial stage selection state machine chart

Parameters

TypeNameDefaultDescription
Booleanhave_WSEtruetrue = plant has a WSE, false = plant does not have WSE
Advanced
RealwseDt1Offset for checking waterside economizer leaving water temperature
Waterside economizer
RealheaExcAppDes2Design heat exchanger approach
RealcooTowAppDes2Design cooling tower approach
RealTOutWetDes288.15Design outdoor air wet bulb temperature
RealVHeaExcDes_flow0.01Desing heat exchanger chilled water flow rate

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuUpFirst higher available chiller stage
Buildings.Controls.OBC.CDL.Interfaces.RealInputTOutWetOutdoor air wet bulb temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputuTunParTuning parameter as at last plant disable
Buildings.Controls.OBC.CDL.Interfaces.RealInputTChiWatSupSetChilled water supply setpoint
Buildings.Controls.OBC.CDL.Interfaces.IntegerOutputyIniInitial chiller plant stage
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputuPlaPlant enable signal

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Discrete.TriggeredSamplertriSamSamples first available stage up at plant enable
Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.Economizers.Subsequences.PredictedOutletTemperaturewseTOutWaterside economizer outlet temperature predictor
Buildings.Controls.OBC.CDL.Conversions.IntegerToRealintToReaType converter
Buildings.Controls.OBC.CDL.Conversions.RealToIntegerreaToIntType converter
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantstaZerZero stage
Buildings.Controls.OBC.CDL.Reals.Hysteresishys1Check if the initial predicted heat exchange leaving water temperature is greater than chilled water supply temperature setpoint less offset
Buildings.Controls.OBC.CDL.Reals.Subtractsub1Difference between predicted heat exchanger leaving water temperature and chilled water supply temperature setpoint
Buildings.Controls.OBC.CDL.Reals.SwitchswiLogical switch
Buildings.Controls.OBC.CDL.Logical.Sources.ConstantnoWSEReplacement signal for no WSE case
Buildings.Controls.OBC.CDL.Reals.Sources.Constantcon3Design heat exchanger chiller water flow rate
Buildings.Controls.OBC.CDL.Discrete.TriggeredSamplertriSam1Samples the difference at plant enable

Revisions

  • January 19, 2021, by Milica Grahovac:
    Added state chart illustration.
  • March 12, 2020, by Milica Grahovac:
    First implementation.