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 heaExcAppDes and 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 rate VHeaExcDes_flow.
  • Predicted cooling tower approach, which is a sum of the:

Parameters

TypeNameDefaultDescription
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.RealInputuTunParTuning parameter
Buildings.Controls.OBC.CDL.Interfaces.RealInputTOutWetOutdoor air wet bulb temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputVChiWat_flowMeasured (secondary for primary-secondary plants) chilled water flow rate
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyPredicted waterside economizer outlet temperature

Revisions

  • October 13, 2018, by Milica Grahovac:
    First implementation.