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

Revision history [back]

click to hide/show revision 1
initial version

It's challenging to go first through the (numerous) reported errors/warnings in the run/eplusout.err file, as most of the model's thermal zones are made up of several spaces - some have enclosure issues, others do not. So I suggest you go through (and fix) geometry errors and warnings first reported by the OpenStudio Application (App):

image description

For instance, "Space 210" is reported as not enclosed.

image description

Indeed, the volume isn't enclosed - there's what looks like to be an empty archway (immediately beneath "Surface 2624", highlighted in yellow) - there can't be gaps like that. This should be an easy fix.

There are other easy fixes, such as these 2 degenerate surfaces (i.e. not valid polygons) - just delete them from the .osm file.

image description

image description

Take advantage of the App's Geometry Diagnostics - they're pretty useful to identify/illustrate common issues.

image description

Less critical issues, but I'm sure you'd like to fix, include subsurface vertex limitations: 3 to 4 vertices max per subsurface polygon. "Sub Surface 18" has 24, so EnergyPlus ends up ignoring it. A solution would be to breakup this large skylight subsurface into multiple triangular ones. There are many subsurfaces like this in your model.

image description

So it's best to first go through errors the App is highlighting, before individual spaces are merged into a single thermal zone in the IDF. I suspect this will be a somewhat iterative cleanup ...

Hope this helps.


click to hide/show revision 2
No.2 Revision

EDIT: Oops - didn't refresh the screen before posting my initial answer. @Ski90Moo provided the appropriate answer to your question. Hoping the following comments/suggestions are nonetheless useful to you.


It's challenging to go first through the (numerous) reported errors/warnings in the run/eplusout.err file, as most of the model's thermal zones are made up of several spaces - some have enclosure issues, others do not. So I suggest you go through (and fix) geometry errors and warnings first reported by the OpenStudio Application (App):

image description

For instance, "Space 210" is reported as not enclosed.

image description

Indeed, the volume isn't enclosed - there's what looks like to be an empty archway (immediately beneath "Surface 2624", highlighted in yellow) - there can't be gaps like that. This should be an easy fix.

There are other easy fixes, such as these 2 degenerate surfaces (i.e. not valid polygons) - just delete them from the .osm file.

image description

image description

Take advantage of the App's Geometry Diagnostics - they're pretty useful to identify/illustrate common issues.

image description

Less critical issues, but I'm sure you'd like to fix, include subsurface vertex limitations: 3 to 4 vertices max per subsurface polygon. "Sub Surface 18" has 24, so EnergyPlus ends up ignoring it. A solution would be to breakup this large skylight subsurface into multiple triangular ones. There are many subsurfaces like this in your model.

image description

So it's best to first go through errors the App is highlighting, before individual spaces are merged into a single thermal zone in the IDF. I suspect this will be a somewhat iterative cleanup ...

Hope this helps.