Plant Application Guide — EnergyPlus 9.6

<< Prev | Table of Contents | Next >>

Primary Cooling Loop (CoolSysPrimary) - Chiller[LINK]

The primary cooling system is constructed by using a PlantLoop object. It uses an electric chiller that generates chilled water which is used to charge the TES tank at night. The chilled water stored in the TES tank is later used during the peak hours to satisfy the demand loads. Therefore, the supply side of the loop contains the electric chiller and the charge side of the TES tank. The demand side loop contains the cooling coil. The loop is operated by using plant equipment operation schemes, and schedules. Refer to Figure 1 for a simple diagram of the Primary Cooling Loop.

Simple line diagram for the primary cooling system [fig:simple-line-diagram-for-the-primary-cooling]

Simple line diagram for the primary cooling system [fig:simple-line-diagram-for-the-primary-cooling]

Flowcharts for the Primary Cooling Loop Input Process[LINK]

This series of flowcharts serve as a guide for identifying and inputting the CoolSysPrimary loop and its components into the input file. The working fluid in this loop is water. The important area for this loop is its controls. The EnergyPlus line diagram for this loop is provided in Figure 2. A simple flowchart for the separation of the half loops is provided in Figure 3.

EnergyPlus line diagram for the primary cooling system [fig:energyplus-line-diagram-for-the-primary-001]

EnergyPlus line diagram for the primary cooling system [fig:energyplus-line-diagram-for-the-primary-001]

Simple flowchart for the separation of half-loops in the primary cooling system [fig:simple-flowchart-for-the-separation-of-half-001]

Simple flowchart for the separation of half-loops in the primary cooling system [fig:simple-flowchart-for-the-separation-of-half-001]

CoolSysPrimary Supply Side Loop Construction[LINK]

The main components on the supply side half loop for the primary cooling system are the electric chiller that supplies the chilled water, the variable speed pump that circulates the chilled water through the loop, and the TES tank that stores the supplied chilled water. This half loop supplies chilled water to the cooling coil which is placed on the demand side half loop. The supply side half loop contains five components, four branches, nine nodes, and one splitter-mixer pair. The EnergyPlus line diagram for the primary cooling loop supply side is provided in Figure 4. The flowchart for supply side branches and components is provided in Figure 5. The flowchart for supply side connectors is provided in Figure 6.

EnergyPlus line diagram for the supply side of the primary cooling loop [fig:energyplus-line-diagram-for-the-supply-side-006]

EnergyPlus line diagram for the supply side of the primary cooling loop [fig:energyplus-line-diagram-for-the-supply-side-006]

Flowchart for primary cooling loop supply side branches and components [fig:flowchart-for-primary-cooling-loop-supply-side-branches]

Flowchart for primary cooling loop supply side branches and components [fig:flowchart-for-primary-cooling-loop-supply-side-branches]

Flowchart for primary cooling loop supply side connectors [fig:flowchart-for-primary-cooling-loop-supply-side-connectors]

Flowchart for primary cooling loop supply side connectors [fig:flowchart-for-primary-cooling-loop-supply-side-connectors]

CoolSysPrimary Demand Side Loop Construction[LINK]

The main component on the demand side half loop is the cooling coil which cools the air in the building by using the chilled water that is supplied by the supply side half loop. This side of the loop has eight nodes, four components, four branches, and one splitter mixer pair. An EnergyPlus line diagram for the demand side is provided in Figure 7. The flowchart for demand side branch definition is provided in Figure 8. The flowchart for the demand side connectors is provided in Figure 9.

EnergyPlus line diagram for the demand side of the primary cooling loop [fig:energyplus-line-diagram-for-the-demand-side-006]

EnergyPlus line diagram for the demand side of the primary cooling loop [fig:energyplus-line-diagram-for-the-demand-side-006]

Flowchart for primary cooling loop demand side branches and components [fig:flowchart-for-primary-cooling-loop-demand-side-branches]

Flowchart for primary cooling loop demand side branches and components [fig:flowchart-for-primary-cooling-loop-demand-side-branches]

Flowchart for primary cooling loop demand side connectors [fig:flowchart-for-primary-cooling-loop-demand-side-connectors]

Flowchart for primary cooling loop demand side connectors [fig:flowchart-for-primary-cooling-loop-demand-side-connectors]

Flowcharts for Primary Cooling Loop Controls[LINK]

The Primary Cooling loop is operated by using set-points, plant equipment operation schemes and schedules. The TES tank charging schedule is one of the most important schedules in this system.

CoolSysPrimary Schedules[LINK]

The flowchart for Primary Cooling loop schedule definition is provided in Figure 56. The Primary Cooling loop uses five different schedules to operate properly. The PlantOnSchedule is a compact schedule that keeps the chiller and the TES tank ON at all times of the day, this compact schedule uses a discrete ScheduleTypeLimit (On/Off) which defines that the value of On is 1 and that of Off is 0. This plant loop also uses another compact schedule named CW Primary Loop Temp Schedule declare that the temperature of the chilled water loop outlet flow is 6.7 degrees Celsius at all times. This schedule is used by the setpoint manager (CoolSysPrimary Loop Setpoint Manager). This schedule uses a schedule type limit named Temperature, which defines the upper and lower loop temperature limits

The compact schedule ALWAYS_ON dictates that the use/discharge side of the TES tank is On at all times of the day. This schedule uses the ScheduleTypeLimit (Fraction) to set the fractional flow rate of the use side. This schedule is used to define the use side availability of the TES tank. The compact schedule CW Tank Temp Schedule is input in the TES tank object class to define the limits of the temperature for the chilled water storage tank outlet. This schedule uses the ScheduleTypeLimit (Temperature) to define that the temperature at that outlet should be 7.5 degrees Celsius at all times of the day.

The TES Charge Schedule is a very important schedule for the functioning of the CoolSysPrimary Loop the schedule from the input file is provided in Figure 10. The schedule shows that, the on/off ScheduleTypeLimit is used to determine if the TES schedule is On or off for a certain period of time. A value of 1.0 means On and a value of 0 means Off. For example, it can be observed from the figure that, for the weekdays the TES tank is charged until 10:00AM, then it is operated during the day from 10:00 AM to 5:00 PM and then it is charged until midnight. The schedule for the other days is also shown in the figure.

TES Charge Schedule [fig:tes-charge-schedule]

TES Charge Schedule [fig:tes-charge-schedule]

Flowchart for primary cooling loop schedules [fig:flowchart-for-primary-cooling-loop-schedules]

Flowchart for primary cooling loop schedules [fig:flowchart-for-primary-cooling-loop-schedules]

CoolSysPrimary Plant Equipment Operation Schemes[LINK]

This loop has two plant equipment operation schemes, one for the chiller and one for the TES tank. The PlantEquipmentOperationschemes object uses the PlantOnSchedule and the CoolSysPrimary Operation Scheme objects to set the range of demand loads for which the chiller is operated during the simulation period. Operation schemes are especially useful and crucial when using multiple active components. For example, the performance of multiple chillers can be optimized by carefully managing the load ranges on each of the chillers. It should be noted that it is required to enter a plant equipment operation scheme for every plant loop in the system. A flowchart detailing the chilled water loop plant equipment operation schemes is provided in Figure 12.

Flowchart for Chiller plant equipment operation schemes [fig:flowchart-for-chiller-plant-equipment-operation]

Flowchart for Chiller plant equipment operation schemes [fig:flowchart-for-chiller-plant-equipment-operation]

The TES tank operation is modeled here. The PlantEquipmentOperationschemes object uses the PlantOnSchedule and the TES Operation Scheme objects to set the range of the demand loads for which the TES tank is operated during the simulation period. A flowchart detailing the Secondary Cooling Loop plant equipment operation schemes is provided in Figure 13.

Flowchart for Thermal Energy Storage plant equipment operation schemes [fig:flowchart-for-thermal-energy-storage-plant-equipment-operation]

Flowchart for Thermal Energy Storage plant equipment operation schemes [fig:flowchart-for-thermal-energy-storage-plant-equipment-operation]

CoolSysPrimary Setpoints[LINK]

The CoolSysPrimary Loop Setpoint Manager uses the CoolSysPrimary Loop Temp Schedule to set a temperature control point at the CoolSysPrimary Supply Outlet Node. This setpoint allows the program to control the temperature at the node by operating the components in the Primary Cooling loop. A flowchart for Secondary Cooling loop setpoints is provided in Figure 14.

Flowchart for primary cooling loop setpoints [fig:flowchart-for-primary-cooling-loop-setpoints-2016-06-17]

Flowchart for primary cooling loop setpoints [fig:flowchart-for-primary-cooling-loop-setpoints-2016-06-17]

CoolSysPrimary Sizing[LINK]

The chilled water loop is sized such a way that the design loop exit temperature is 6.7 degrees Celsius, and the loop design temperature difference is 5 degrees Celsius. A flowchart for the Secondary Cooling loop sizing is provided in Figure 15.

Flowchart for primary cooling loop sizing [fig:flowchart-for-primary-cooling-loop-sizing]

Flowchart for primary cooling loop sizing [fig:flowchart-for-primary-cooling-loop-sizing]