First time here? Check out the Help page!

Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

Defining two integrated distinct HVAC for a SINGLE zone/space

asked Sep 20

Behnam's avatar

updated Sep 20

Hello EnergyPlus users and developers,

I need to ask a question about modeling two different HVAC systems for a super-duper simple SINGLE zone/space. Let’s say one is [HP+Electrich SHW] and the other [VAV+Gasboiler SHW]. I am interested in having the first one ([HP+Electric SHW]) to be operable from 7:00 to 16:00 and the other system ([VAV+Gasboiler SHW]) from 16:00 to 7:00. In the end, I should have one integrated result for the zone operative temperature and all the loads.

I would appreciate it if you could kindly let me know how I can perform this simulation.

Thanks very much in advance.

Sincerely, Behnam

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered Sep 20

You can attach multiple HVAC equipment (whether zonal equipment, airloop HVAC, etc.) to the ZoneHVAC:EquipmentList object. This object defines all HVAC equipment serving the zone.

To specify the operation, you could then:

  • Set the load distribution scheme to "SequentialLoad"
  • Define Sequential Heating/Cooling Fraction Schedules, so that one system has 1s between 7:00-16:00 and 0s elsewhere, and the other system has 1s between 16:00-7:00 and 0s elsewhere.

(Alternatively, you could probably set the Sequential Heating/Cooling Fraction Schedules to constant 1s, and then use availability schedules on the equipment themselves to define their operation.)

Preview: (hide)
link

Comments

Hi Sir,

Thank you very much for your reply. I have applied your comments and formulated the IDF. It is working, but to be honest, I'm not entirely sure if it's correct. Would you be kind enough to check the validity of the logic in my program if I send you the IDF?

Behnam's avatar Behnam  ( Sep 26 )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: Sep 20

Seen: 54 times

Last updated: Sep 20 '24