NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.07k stars 381 forks source link

Refrigeration:Condenser:WaterCooled does not register water flow size with plant #5089

Closed EnergyArchmage closed 8 years ago

EnergyArchmage commented 9 years ago

from UH, and code inspection. The input for Refrigeration:Condenser:WaterCooled is not registering the volume flow rate with a call to RegisterPlantCompDesignFlow. This should be inserted around line 3354 in RefrigeratedCase.cc

workaround is to hard size plant loop and no rely on autosizing plant loop based on condenser water flow

JasonGlazer commented 8 years ago

The SuperMarket_DetailedWaterCondenser.idf file uses the Refrigeration:Condenser:WaterCooled object.

mjwitte commented 8 years ago

Closed via #5309