EnergyPlus/Honeybee Degenerate surfaces

Hi All,

I have a couple of questions regarding 2 “Severe errors” retrieved from the component Run Energy Simulation. The problem is that apparently E+ finds some surfaces to be degenerate. Specifically, in the extensive error log from E+, I found that the vertices belonging to those surfaces are considered collinear and therefore the surfaces are turned into degenerate and most likely discarded as not useful. However, the analysis runs and I can get results.

Actually I am not sure if this problem is going to lead to unreliable results. Did anybody have this problem? Is it really going to affect the results?

Second question: since the errors log from E+ indicates the IDs of the degenerate surfaces, is it possible to know to which surfaces those IDs belong to? This would be needed in order to check if there is really something wrong in the geometry, even though it looks completely fine in both GH and Rhino.

I attach the GH script. I hope someone can help with this.

Thank you!

Antonio

testDegenerateSurf.gh (508 KB)

Antonio,

I do not know what the degenerate surface error from EnergyPlus means but I know that you should be able to find out either by searching for the error through the EnergyPlus documentation:

http://bigladdersoftware.com/epx/docs/8-3/input-output-reference/

Or by posting the question to this awesome forum of EnergyPlus experts:

https://unmethours.com/questions/

To identify the degenerate surfaces, you can use the “label zone surfaces” component to label each surface of your HBZones with its name (in the rhino scene) and you can use this to find the buggy ones. Upon thinking about your issue and knowing that I have run into similar situations myself, I have realized that it would be really useful to have a component that searches and pulls out the surfaces of a zone based on their names. I have added this as an issue to the github and I will try to implement it at some point:

https://github.com/mostaphaRoudsari/Honeybee/issues/386

-Chris

Chris,

Thank you for the suggestions. I’ll try to find the bug in my model and ask in the E+ forum. To be honest I think that the problem is somewhere in the E+ tolerances, but it is hard to find a solution for that.

Glad to hear that you are going to implement the surface check in the future.

Cheers,

Antonio

Hi Antonio,

did you get some news about degenerate surface from E+ forum?

Degenerated surfaces are surfaces with 2 points (lines). It happens if you have very tiny surfaces in your model. Check the model and remove tiny surfaces by finding the area od the surfaces and the problem will be solved.