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

Revision history [back]

Hi @paula. This is what I think is happening.

First, the generated .shd report is confirming that all your zones are convex - no issue there. Yet adding an AirBoundary to "AirWall_Living_Cozinha" (separating "Zone_Living" from "Zone_Cozinha") instructs EnergyPlus to consider both zones as a single (now non-convex) zone for solar distribution:

The two zones separated by this air boundary will be grouped together into a combined enclosure for solar distribution, daylighting, and radiant exchange (including distribution of radiant internal gains).

Hence the severe error. If combining 2 zones (via AirBoundary) results in a single convex zone, I don't think there would be an issue.

Hi @paula. This is what I think is happening.

First, the generated .shd report is confirming that all your zones are convex - no issue there. Yet adding an AirBoundary to "AirWall_Living_Cozinha" (separating "Zone_Living" from "Zone_Cozinha") instructs EnergyPlus to consider both zones as a single (now non-convex) zone for solar distribution:

The two zones separated by this air boundary will be grouped together into a combined enclosure for solar distribution, daylighting, and radiant exchange (including distribution of radiant internal gains).

Hence the severe error. errors. If combining 2 zones (via AirBoundary) results in a single convex zone, I don't think there would be an issue.

issue. I'm unsure of any quick geometry fix in your case. You may be limited to dropping "Interior" Solar Distribution options (e.g. "FullExteriorWithReflections" rather than "FullInteriorAndExteriorWithReflections") or opting for PixelCounting. I tried the latter: previous severe errors disappear - yet a single severe error on dynamic shading now pops up ... which may (or may not) be easier to address (depends on what you're after).