The available CHW load QChiWatReq_flow
is calculated based on secondary
CHW temperature immediately upstream of the heat recovery chiller,
active CHW supply temperature setpoint and secondary CHW loop flow.
The available HW load QHeaWatReq_flow
is calculated based on secondary
HW temperature immediately upstream of the heat recovery chiller,
active HW supply temperature setpoint and secondary HW loop flow.
The available CHW and HW loads used in logic are rolling averages
over a period of dtMea
of instantaneous values sampled at minimum once every 30 s.
The heat recovery chiller is enabled when all of the following are true:
dtRun
.QChiWatReq_flow > capCooHrc_min
for dtLoa
.dtRun
.QHeaWatReq_flow > capHeaHrc_min
for dtLoa
.dtRun
.The heat recovery chiller is disabled when any of the following are true:
QChiWatReq_flow < capCooHrc_min
or QHeaWatReq_flow < capHeaHrc_min
.
< TChiWatSupSet_min + 1
for dtTem1
or < TChiWatSupSet_min
for dtTem2
.
> THeaWatSupSet_max - 1.5
for dtTem1
or > THeaWatSupSet_max
for dtTem2
.
Sidestream HRC HW and CHW pumps are enabled when the heat recovery chiller is enabled.