Using PlantEquipmentOperation:OutDoorDryBulb to control Condenser Equipment
I have a cooling tower and a fluid cooler in a EnergyPlus model. We are trying to control the operation based on outside temperature. If the Temperature is less than 40F the fluid cooler operates. If the temperature is greater than 40F the cooling tower operates. The following are the objects setup in the model:
CondenserEquipmentList,
FluidCooler Equipment List,
FluidCooler:SingleSpeed,
FluidCooler;
CondenserEquipmentList,
CoolingTower Equipment List,
CoolingTower:SingleSpeed,
CoolingTower;
PlantEquipmentOperation:OutdoorDryBulb,
Condenser_Loop Scheme 1,
-32,4.5,FluidCooler Equipment List,
4.5,50,CoolingTower Equipment List;
CondenserEquipmentOperationSchemes,
Condenser_Loop Operation,
PlantEquipmentOperation:OutDoorDryBulb,
Condenser_Loop Scheme 1,
On;
The condenser Loop operation is further referenced by the CondenserLoop Object.
However, Hourly outputs indicate both units operating at all times during the year. Is this setup not adequate for this type of control?
Scheduled Condenser operation File:C:\fakepath\CondDB_Sch.idf.gif
Comments
Should be sufficient, some additional info could help resolve the problem.
What's your pumping scheme? What is the pump size compared to the design flows of the two units? Do you have a supply side bypass on the condenser loop?
Thanks for your Response, There is a variable speed Pump on the Supply Side That is autosized. Also there is a Bypass on the supply side. What is Even more surprising is that I set the CondenserEquipmentOperationScheme Schedule to Off and the Condenser equipment still runs. These controls seem to have no impact on the condenser Loop operation.
Which version of E+ are you using?
Was using 8.1. Just updated this to version 8.3 and having the same problems. I have attached the file above if you could look at it (Rename .gif to .idf) . It uses LoadProfile to simulate the plant load.