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

Error: ** Severe ** ProcessSurfaceVertices: Divider area exceeds glazed opening for window...

asked 2017-02-16 15:16:49 -0500

melanie's avatar

updated 2020-01-20 15:08:33 -0500

During the simulation several errors of this type occur: "The area of the divider exceeds the glass opening for the window". Here is an example using one of the windows:

image description

ERROR:

* Severe * ProcessSurfaceVertices: Divider area exceeds window opening for window WAN_C11WAN * ~~~ * Window surface = [4.38] m2, dividing area = [23.40] m2.

PROOF:

The area of the window is: 9.75 x 0.45 = 4.38 .... Ok The area of the dividers: 0.4 x 0.45 x 6 = 1.08 (the vertical dividers are those parallel to the sides link text

To get the 23.4 m2 that the program gives, I must multiply the width of the divider for the width of the window instead of the height, that sounds wrong to me...

Area according to the program: 0.4 x 9.75 x 6 = 23.4 ...

So, I must enter the vertical dividers (parallels to the sides) like horizontal dividers (parallels to the top)? These is a program mistake or I am wrong??

edit retag flag offensive close merge delete

Comments

Divider area is calculated as follows.

DivArea = DivWidth * ( HorDividers * Surface.Width + VertDividers * Surface.Height - HorDividers * VertDividers * DivWidth );
DividerArea = DivArea * Surface.Multiplier;

Since Surface.Multiplier = 1, for HorDividers=0, VertDividers = 6, DivArea = 1.08 (as you correctly calculated). and for HorDividers=6, VertDividers = 0, DivArea = 23.4. (seems incorrect and is what E+ is calculating) Debugging idf with E+ source code or posting link to actual idf will help in seeing what is going on inside E+.

Chandan Sharma's avatar Chandan Sharma  ( 2017-02-17 03:18:46 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-02-17 01:18:04 -0500

curcija's avatar

updated 2017-02-17 01:18:14 -0500

From window coordinates, your window seems to be horizontal one. So it is not clear to me what "horizontal" and "vertical" divider means in this case. Perhaps they are reversed. Try specifying 0 vertical dividers and 6 horizontal dividers.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2017-02-16 15:16:49 -0500

Seen: 210 times

Last updated: Feb 17 '17