blockCapacities
Returns design and minimal stage capacities for current and next available higher and lower stage
Information
This subsequence is not directly specified in Guideline36 as it provides a side calculation pertaining to generalization of the staging sequences for any number of chillers and stages provided by the user.
Based on:
-
the current chiller stage
uindex -
the next available higher chiller stage
uUpindex -
the next available lower chiller stage
uDownindex -
boolean inputs that determine if the current stage is
any of the following: the highest
uHighor the lowestuLowavailable chiller stage
the subsequence selects from the design stage capacity uDesCap
and the minimal stage capacity uMinCap vectors
the following variables and outputs them:
-
the design capacities of the current
yDes, first available higheryUpDesand first available lower stageyDowDes -
the minimal capacity of the current
yMinand first available higher stageyUpMin
for the purpose of calculating the operative part load ratios (OPLR) up and down, respectively. The OPLR is defined in ASHRAE 36-2021, section 5.20.4.6.
For numerical reasons and to ensure expected behavior in corner cases such as when the plant operates at the highest or the lowest available stage, the sequence implements the following:
- if operating at the lowest available chiller stage, the minimal capacity of that stage is returned as the stage down design capacity.
- if operating at the highest stage, the design and minimal stage up conditionals are set to a value significantly larger than the design capacity of the highest stage. This ensures numerical stability and satisfies the staging down conditionals.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSta | 3 | Number of chiller stages, does not include zero stage |
Connectors
Revisions
-
January 13, 2020, by Milica Grahovac:
First implementation.