0

Why does my simulation show error "Polyhedron is not enclosed in original testing. Trying to add missing colinear points."

My simulation shows this error, and I'm unsure how to fix it. I'm on a Mac using 2024 Skup.

jwas0918's avatar
11
jwas0918
asked 2024-10-04 17:07:37 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2024-10-18 11:45:25 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

This is a warning (Line 201) generated by the OpenStudio SDK - not the Application or SketchUp Plugin. These checks were introduced about 18 months ago - see PR.

Based on edge counts (Line 255), OpenStudio is trying to determine if a given space is enclosed (i.e. a valid polyhedron). If indeed enclosed, each surface edge must match another surface edge, i.e. have the same length, yet with shared edge vertices in reverse order (vs the other). That simple edge count becomes a tad more complicated when dealing with collinear vertices along one edge (while absent in the other). OpenStudio is attempting to solve this mismatch by adding (Line 296) missing collinear vertices where needed.

If OpenStudio fails, there should be follow-up "Polyhedron is not enclosed." warning (Line 205) popping up. Is there? If not, it would suggest OpenStudio has successfully added required missing collinear vertices for its internal checks - no worries.

In addition to this last check, you can always validate the EnergyPlus reported zone volumes (e.g. in the generated run/eplustbl.htm file, under Performance, Zone Summary). A 10 m3 somewhere usually means EnergyPlus has come to the same conclusion about a non-enclosed zone (check the generated run/eplusout.err file for related warnings).

Denis Bourgeois's avatar
2.8k
Denis Bourgeois
answered 2024-10-05 05:57:06 -0500, updated 2024-10-05 05:59:49 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments