blockChillerIndices

Returns chiller indices for the current 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.

The subsequence outputs a vector of chiller indices yChi for a stage index input u given a staging matrix staMat.

Parameters

TypeNameDefaultDescription
IntegernSta3Number of chiller stages
IntegernChi2Number of chillers
Integer[nSta,nChi]staMat{{1, 0}, {0, 1}, {1, 1}}Staging matrix with stages in rows and chillers in columns

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuCurrent chiller stage
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput[nChi]yChiChiller status setpoint vector for the current stage

Revisions

  • April 15, 2020, by Milica Grahovac:
    First implementation.