BIM2SIM / bim2sim

A python tool to create simulation models for different domains based on BIM IFC models.
https://bim2sim.github.io/bim2sim/
GNU Lesser General Public License v3.0
46 stars 8 forks source link

Fix inner loop removal for EnergyPlus #524

Open veronikarichter opened 1 year ago

veronikarichter commented 1 year ago

Surfaces in EnergyPlus cannot have inner loops. An inner_loop_removal algorithm exists, but currently inner loops are not removed in the DigitalHub Model (slab in Foyer).

veronikarichter commented 1 year ago

Update: Inner loop algo is fixed in #537, but matching slab surfaces (match corresponding boundaries) still needs to be fixed, as corresponding boundaries are not correctly considered in the triangulation process.