3

Unexpected Warning (Max iterations)

I was trying to simulate in E+ two Window AC Units in the same Thermal Zone when I got this Warning in my Error File.

" * Warning * ZoneHVAC:WindowAirConditioner="WINDAC2" -- Exceeded max iterations while adjusting compressor sensible runtime to meet the zone load within the cooling convergence tolerance. * ~~~ * Iterations=50 During Warmup, Environment=SAO_PAULO/CONGONHAS ANN CLG .4% CONDNS DB=>MWB, at Simulation time=02/21 08:00 - 08:10"

What does that mean? When I simulated with only one Window AC it did not appear. I already tried changing the Convergence Limit to 70, but the error keeps appearing, so I think that's not the problem...

Can anyone help me?

Here is the link:IDF with only 1 AC and here is the link:IDF with 2 ACs

Gabi.ms's avatar
113
Gabi.ms
asked 2015-11-02 15:44:12 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2015-11-03 05:23:18 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

Try to relax the value in the input field called Cooling Convergence Tolerance in the ZoneHVAC:WindowAirConditioner object. The value of 0.001 is sometimes too small.

Note that when there are multiple ZoneHVAC units in the same zone they are staged so that the second window AC will pick up the load remaining after the first unit tries to meet the zone's cooling load. They won't both run together at the same loading. Because both units are autosized here, it is likely that the first unit will be able to meet all the load and the second one is not going to do much. Modeling two units makes more sense if the sizes are fixed at input. Even if the zone really does have two units in the actual building, it is common to model as one larger unit.

Archmage's avatar
7.2k
Archmage
answered 2015-11-03 05:43:18 -0500
edit flag offensive 0 remove flag delete link

Comments

Hi @Archmage! That was useful :) So...if I don't autosize anything inside my HVAC system, I can make them work together? Or would I need to use EMS?

I tried sizing everything (besides Outdoor Air Flow) and I keep getting that error...

Gabi.ms's avatar Gabi.ms (2015-11-03 10:39:23 -0500) edit

You can get them to work at the same time but they will always be staged so that the first one runs first and the second one picks up the remaining load. Even with EMS I can't think of way around this. The multiple ZoneHVAC capability is intended for different types of equipment, not two of the same.

Archmage's avatar Archmage (2015-11-03 15:14:38 -0500) edit

@Archmage, sorry for disturbing you again, but do you know why I keep getting the error even after I relaxed the Convergence Tolerance and sized the equipments?

Gabi.ms's avatar Gabi.ms (2015-11-03 16:24:33 -0500) edit
add a comment see more comments