This model implements an integrated water-side economizer (WSE)
on the load side of the primary-secondary 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 hours when the WSE can operate.
Also it allows the primary pumps to be shut off when the WSE can handle the entire load.
This system have three operation modes:
free cooling (FC) mode, partial mechanical cooling (PMC) mode and fully mechanical cooling (FMC) mode.
There are 5 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.
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;
For Partially Mechanical Cooling (PMC) Mode:
- V1 and V2 are open, and V3 and V4 are open;
- V5 is closed;
For Fully Mechanical Cooling (FMC) Mode:
- V1 and V2 are open, and V3 and V4 are closed;
- V5 is open;
Reference
- Stein, Jeff. 2009. Waterside Economizing in Data Centers:
Design and Control Considerations.ASHRAE Transactions, 115(2).
-
April 26, 2021, by Kathryn Hinkelman:
Added junctions and removed kFixed
redundancies.
See
IBPSA, #1472.
-
January 12, 2019, by Michael Wetter:
Removed wrong each
.
-
December 1, 2017, by Yangyang Fu:
Changed the input connector m_flow_in
into yPum
to
avoid multipling mass flowrate twice in the pum
. This is for
#1080.
-
July 1, 2017, by Yangyang Fu:
First implementation.
Generated at 2024-11-22T19:25:38Z
by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos