First time here? Check our help page!
2

Control of ZONEHVAC:BASEBOARD:RADIANTCONVECTIVE:WATER flow rate with EMS

Dear Sir/Madam,

I am trying to overwrite the existing control of baseboard heater in EnergyPlus with an EMS program. There is no actuator for control of baseboard mass flow and I just defined an actuator on input mass flow node of baseboard and wrote a program to set this value for every time step. However, when i run the simulation, this control does not apply and the baseboard convector still operates with existing control algorithm in the energyPlus. Could you give me some hints on how to fix this problem. Any option beside modifying the EnergyPlus source codes?

Regards, Esmail

Esmail's avatar
41
Esmail
asked 2017-02-01 09:10:45 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-02-01 09:23:58 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

2

Here are a couple workarounds, but I haven't tried them:

  • If there is just one baseboard on the plant loop you could actuate the pump's flow rate schedule to limit the flow available.

  • It might work to put a LoadProfile:Plant object on the same hot water branch in front of the baseboard's connection and actuate it's mass flow rate (with no load).

Archmage's avatar
7.2k
Archmage
answered 2017-02-02 13:03:53 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Thanks Archmage, I tried both of your suggestions,

  1. The first suggestion works but it is required to keep the thermostat to a high temperature and remove the bypass pipe.

  2. I put a loadprofile:plant after the baseboard with zero load but controlling that object flow rate can not overwrite the base board flow rate.

Esmail's avatar
41
Esmail
answered 2017-02-03 07:32:23 -0500, updated 2017-02-03 08:34:36 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments