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
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSta | 3 | Number of chiller stages |
| Integer | nChi | 2 | Number of chillers |
| Integer[nSta,nChi] | staMat | {{1, 0}, {0, 1}, {1, 1}} | Staging matrix with stages in rows and chillers in columns |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | u | Current chiller stage | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput[nChi] | yChi | Chiller status setpoint vector for the current stage |
Revisions
-
April 15, 2020, by Milica Grahovac:
First implementation.