First time here? Check our help page!
2

Coil limit per HVAC loop

I've read multiple places that EnergyPlus has a default limit of 50 coils per HVAC loop, but this limit can be increased (I believe in the .IDD file). Can anyone share exactly where this limit can be increased/removed?

I'm assuming this will impact run time; are there other significant stability or performance issues to be aware of?

Thanks for the insight.

Lyle K's avatar
2.2k
Lyle K
asked 2015-05-05 14:17:52 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-07-11 17:27:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

You can find here how to adjust idd file to lift the 50 coils per loop limit.

Ivan Korolija's avatar Ivan Korolija (2015-05-05 14:22:25 -0500) edit
add a comment see more comments

1 Answer

3

Certain IDD objects have extensible fields that have artificial limits. The ones that come to my mind as pertinent are

  • Branch
  • BranchList (If you have a large number of parallel branches)
  • ControllerList (If the coils are water coils)

There might be others that I forgot, but that will probably get you going.

Kyle Benne's avatar
6k
Kyle Benne
answered 2015-05-05 14:29:47 -0500
edit flag offensive 0 remove flag delete link

Comments

1

@Kyle Benne is the OpenStudio IDD contained in a separate file from EnergyPlus? Is this also editable?

jmcneill's avatar jmcneill (2015-05-05 15:06:59 -0500) edit
1

Yes OpenStudio has a separate IDD supporting the OpenStudio Model, but it is not editable in the same way as the EnergyPlus IDD, because information in the OpenStudio IDD is compiled into the C++ source code. That said the limits mentioned in this topic should not apply to the OpenStudio Model. It would not be until you actually try to run a simulation with EnergyPlus that these limits would come into play.

Kyle Benne's avatar Kyle Benne (2015-05-05 15:18:25 -0500) edit
add a comment see more comments