2

How to build a dummy air distribution unit in EnergyPlus?

I need some EMS programming for control zone supply air temperature and zone supply air flowrate. But my EnergyPlus model only has building information, no controls/setpoint/fans. I need to build a dummy air-duct or ADU for EMS purpose to seeking the zone supply level actuator. How to implement this idea?

building_performance's avatar
441
building_performance
asked 2017-06-26 11:29:09 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2017-06-26 15:05:28 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You can use an ZoneHVAC:IdealLoadsAirSystem for example, or the more convenient HVACTemplate:Zone:IdealLoadsAirSystem.

From the EMS Application guide for Ideal Loads Air System:

An actuator called “Ideal Loads Air System” is available with control types called “Air Mass Flow Rate” (supply air), “Outdoor Air Mass Flow Rate,” “Air Temperature,” and “Air Humidity Ratio.

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2017-06-26 15:05:08 -0500, updated 2017-06-26 15:05:20 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for the response. But the problem using IdealLoadsairSystem is: the zone_supply_airflow actuator will not work correctly, if i delete the ZoneControl:ThermoStat.

building_performance's avatar building_performance (2017-06-26 15:32:50 -0500) edit

Why do you delete it?

Julien Marrec's avatar Julien Marrec (2017-06-26 15:37:29 -0500) edit

Because i have my own control logic including the setpoint from external script. I just need to use EnergyPlus building model only.

building_performance's avatar building_performance (2017-06-27 09:15:50 -0500) edit

Does it matter if you keep the thermostat since you're overriding it anyways?

Julien Marrec's avatar Julien Marrec (2017-06-27 09:56:18 -0500) edit
add a comment see more comments