This model implements an integrated water-side economizer (WSE)
on the plant side of the primary-only chilled water system, as shown in the following figure.
In the configuration, users can model multiple chillers with only one integrated WSE.
Implementation
The WSE located on the load side can see the warmest return chilled water,
and hence can maximize the use time of the heat exchanger.
This system have three operation modes:
free cooling (FC) mode, partial mechanical cooling (PMC) mode and fully mechanical cooling (FMC) mode.
There are 6 valves for on/off use only,
which can be controlled in order to switch among FC, PMC and FMC mode.
- V1 and V2 are associated with the chiller.
When the chiller is commanded to run, V1 and V2 will be open, and vice versa.
Note that when the number of chillers are larger than 1,
V1 and V2 are vectored models with the same dimension as the chillers.
- V2 and V3 are associated with the WSE.
When the WSE is commanded to run, V3 and V4 will be open, and vice versa.
- V5 is for FMC only. When FMC is on, V5 is commanded to on.
Otherwise, V5 is off.
- V6 is for FC only. When FC is on, V6 is commanded to on.
Otherwise, V6 is off.
The details about how to switch among different cooling modes are shown as:
For Free Cooling (FC) Mode:
- V1 and V2 are closed, and V3 and V4 are open;
- V5 is closed;
- V6 is open;
For Partially Mechanical Cooling (PMC) Mode:
- V1 and V2 are open, and V3 and V4 are open;
- V5 is closed;
- V6 is closed;
For fully Mechanical Cooling (FMC) Mode:
- V1 and V2 are open, and V3 and V4 are closed;
- V5 is open;
- V6 is closed;
-
January 27, 2023, by Michael Wetter:
Changed jun3
to use dynamic energy balance rather than
steady state. This simplifies the initialization problem.
This corrects the
CI test.
-
April 13, 2021, by Kathryn Hinkelman:
Added junctions.
-
July 1, 2017, by Yangyang Fu:
First implementation.
Generated at 2024-11-22T19:25:38Z
by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos