Engineering Reference — EnergyPlus 9.2

<< Prev | Table of Contents | Next >>

Plant and Condenser Loop Sizing[LINK]

The program needs to be able to autosize the fluid flow rate in each plant fluid loop. The design plant loop flow rates are set by the sum of the needs of the demanding components on each loop. For chilled water loops these components will be cooling coils. For hot water loops - hot water coils. And for condenser loops - various types of chiller that use condenser water for cooling. Each component that uses water for heating or cooling stores its design water flow rate (in its sizing routine) in the array CompDesWaterFlow, labeled by its inlet water supply node number. These individual component design water flow rates are then accessed, summed for each plant loop, and stored in the PlantSizingData array. This array also contains the user specified design values for each plant loop.

Maximum Loop Flow Rate[LINK]

The loop maximum volume flow rate m3/s is just set equal to the value stored in the PlantSizingData array for this loop.

Loop Volume[LINK]

The loop volume m3 is calculated as the product of the maximum loop volume flow rate and the user input for loop circulation time which defaults to 2 minutes.

Vloop=˙Vloop,maxtloop60

Where:

˙Vloop,max = maximum loop volume flow rate (m3/s), and

tloop = loop circulation time (minutes).