Actuating the Water Inlet Node/Water Outlet Node Setpoint Temperature of DOE Large Office has no effect on the Overall Energy Consumption

asked 2023-08-02 02:44:13 -0500

asrjy's avatar

updated 2023-08-02 09:39:08 -0500

I'm using Gym-EPlus to vary the Setpoint Temperature at runtime using the following Actuator.

ExternalInterface:Actuator,
ChilledWaterTemperature,  !- Name
COOLSYS1 CHILLER1 WATER INLET NODE,    !- Actuated Component Unique Name
System Node Setpoint,  !- Actuated Component Type
Temperature Setpoint,          !- Actuated Component Control Type
;                       ! initial value

I wanted to see what the overall energy consumption would be if I set the value to 6, 8 and 10 at all times during the simulation. But it seems to have no effect on the HVAC system and the energy consumption parameters are the same.

image description

I'm trying to replicate few papers that save energy by varying the Chilled Water Temperature. Is this the equivalent actuator of that? Why does it not change?

I'm using the Large Office IDF File from https://www.energycodes.gov/prototype...

edit retag flag offensive close merge delete

Comments

@asrjy Check to see what node a SetpointManager:### object type is controlling downstream from the chiller. Your actuator seems to be trying to change the setpoint temperature for COOLSYS1 CHILLER1 WATER INLET NODE, when it should instead be changing the setpoint temperature at the chiller's outlet node or the final outlet node of the supply side of the chilled water loop.

Aaron Boranian's avatar Aaron Boranian  ( 2023-08-02 09:40:59 -0500 )edit