Roof surface recognized as floor

Hello,

I am working on energy analysis of a house that has couple of rooms and a bit complex roof, using surface by surface method since I need to follow the schematic design documents. It works well on most of the rooms except a living room which is on the second floor.


As you can see above, one of the roof surface is not recognized as a roof.

Therefore, I have cleaned the file and trying to debug this room, but still it gives a same error even though corresponding EPBC are assigned as adiabatic, outdoor, and ground with preserving construction on the Solve Adjacencies component.

The room itself has different ceiling heights thus drop ceiling spaces are designed as plenum zones.

The issue seems like, in my opinion, honeybee flips the direction of a surface of the roof automatically that its recognized as a floor.

I’ve made sure the model brep has no issue – double, triple checked – and remade it over again. Also the I have separated the roof plenum mass into two masses but still the same problem occurs.

The grasshopper file has 4 types of model of a same room: one big roof plenum and two plenums with having EPBC properties or not.

For now, I am out of any ideas to solve this issue, thus I would appreciate any recommendations.

Also, is it due to the maxRoofAngle of the Honeybee_Masses2Zones? I have set it up as 90 degrees but still gave me the error.

Thank you very much.

Roof error 210316.gh (905.0 KB)

Can’t check in deep but checking what happens before the simulation i see that the surfaces are recognized as roofs.


I recommend to check the IDF file itself if you are in doubt the simulation is taking them as floors.

-A.

Very interesting,

Is this image shows the result of the writeIDF on runEnergySimulation component?

Also, in order to check IDF file, should I be using some other components or check the idf file in text editor?

Thank you.

The image is just before you hook the zones to the OS simulation component. You can see from the image where in your canvas it is located.
The IDF should be check in the EP-Launch.exe file from the E+ location folder. You can check it also with a text editor, but it will be painful.
-A.

I also see that before the OS simulation, it also recognizes the roofs well on my pc. But it doesn’t do the same after the idf generation.

As for the EP-Launch.exe, it was not installed on my pc for some reason, so I have downloaded and run the idf as you suggested. But EP-Launch.exe doesn’t show anything on the canvas after loading.

Maybe I should check it with other PC with EnergyPlus or simplify the geometry unless someone else come up with any solution.