4

Chilled Water Pumps Availability Schedule

I have been looking for a way to attach the pump operation in a primary-only chilled water loop to the chiller on-off schedule in EnergyPlus. Even when I have chosen an intermittent operation for the pump, when I set a non-zero minimum flow for it, the pump starts whenever the loop is available even when the chiller is off.

I have tried other ways to turn off the pump, like setting up the AvailabilityManager:LowTemperatureTurnOff object. It works better to control when the pump starts and turns off, but still can not attach the pump operation to the chiller.

Is there is anyway to do this with a non-zero minimum flow?

Carlos Vazquez's avatar
812
Carlos Vazquez
asked 2016-09-02 00:40:22 -0500
Jamie Bull's avatar
5.1k
Jamie Bull
updated 2016-09-02 01:30:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

Have you tried the Energy Management System (EMS) in Energyplus? EMS has a EnergyManagementSystem:Sensorthat can use a schedule value and apply that value to an EnergyManagementSystem:Actuator that overrides the control of your pump. You can look more into it in the EnergyPlus Input Output Reference.

TaylorRoberts's avatar
2.9k
TaylorRoberts
answered 2016-09-02 12:52:23 -0500
edit flag offensive 0 remove flag delete link

Comments

I have not tried that. But I don“t see other options. I will take a look at it. Thank you!

Carlos Vazquez's avatar Carlos Vazquez (2016-09-02 19:47:48 -0500) edit
add a comment see more comments
1

I tried the EnergyManagementSystem:Sensor object but was not able to get the pump linked to the chiller start/stop sequence. If the sensor and the actuator are both inside the chilled water loop it does not work. At least the sensor has to be outside the chilled water loop.

The chiller on/off sequence is controlled by the plant operation scheme and the loop availability manager. The pump is controlled by the loop availability manager. So far what still continues to be working better for me is to setup the AvailabilityManager:LowTemperatureTurnOff object to turn off the chilled water loop with low outdoor air temperature.

Carlos Vazquez's avatar
812
Carlos Vazquez
answered 2016-09-05 08:51:34 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments