blockPredictedOutletTemperature
Waterside economizer predicted outlet temperature
Information
The waterside economizer (WSE) is enabled or disabled based on the predicted WSE
heat exchanger (HX) leaving water temperature, y.
This block predicts y based on current plant load
and ambient wet bulb temperature with respect to the design conditions, as described in
ASHRAE Guideline 36-2021, section 5.20.3.1.
The block calculates the predicted WSE output temperature y as a sum of these
three components:
-
Current outdoor air wet bulb temperature
TOutWet. -
Predicted heat exchanger approach at current part load flow, which equals
the product of the design heat exchanger approach
heaExcAppDesand the lesser of 1 and predicted heat exchanger part load ratio (PLRHX). PRLHX is a ratio of the current chilled water flow rate for primary-only plants or the current secondary chilled water flow rate for primary-secondary plants,VChiWat_flow, divided by the design HX chilled water flow rateVHeaExcDes_flow. -
Predicted cooling tower approach, which is a sum of the:
-
Product of the tuning parameter
uTunParand the difference between the designTOutWetDesand current wetbulb temperaturesTOutWet. The tuning parameteruTunParis an output from the Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.Economizers.Subsequences.Tuning sequence. -
Design cooling tower approach
cooTowAppDes.
-
Product of the tuning parameter
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | heaExcAppDes | 2 | Design heat exchanger approach |
| Real | cooTowAppDes | 2 | Design cooling tower approach |
| Real | TOutWetDes | 288.15 | Design outdoor air wet bulb temperature |
| Real | VHeaExcDes_flow | 0.01 | Desing heat exchanger chilled water flow rate |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | uTunPar | Tuning parameter | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | TOutWet | Outdoor air wet bulb temperature | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | VChiWat_flow | Measured (secondary for primary-secondary plants) chilled water flow rate | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Predicted waterside economizer outlet temperature |
Revisions
-
October 13, 2018, by Milica Grahovac:
First implementation.