Modelling Double Height spaces + Holes/Airwalls

Hi all,

I’m having a bit of an issue with one of my thermal models. I am trying to model a building with double height spaces and internal balconies (thus ariwall adjacencies galore) using the solve adjacencies component in HB.

I am having the following issue: I am solving adjacencies a few times, first solving for the entire model without air walls, then only connecting those with air walls as adjacencies etc… however, every time I I have to remove current adjacencies in order to create new air walls or adiabiatic walls which removes any other adjacencies I had before (internal floors etc…).

My question therefore is, what is the best approach to create holes/airwalls on certain surfaces only? I am considering working on a hybrid script that creates air walls in the same way the Honeybee_addHBGlz component works but maybe there’s no need to go through that effort.

Thanks in advance!

Antoine

PS: GH file attached with 3 different types of geometry I am trying to get into HB (thermal zones, empty zones from double height spaces, adiabiatic adjacencies).

Adjacency Issues.gh (611 KB)

Can you create the zones surface by surface and set the airwalls in the surface level?

I probably could yes. I’m just thinking in terms of scalability and parametric design: if I want to change the size of those holes or location of double height spaces managing those surfaces etc… seems like it will be quite complex. Or is there some neat workflow that does not require some complex data tree management system?

PS: I’ve been working on this hole making tool. Think the script it right but it seems like it can’t pull HBObject information from the hive. any tips?

Hole creation Test.gh (458 KB)

Bump for help!

Ah! I totally dropped the ball on this one. Let me check this during the weekend and get back to you. Thank you for the note.

Amazing thank you!

Hi Antoine, Sorry for the delay.

  1. You couldn’t get the Honeybee objects since the TypeHint for GHPython component wasn’t set to GeometryBase. I started debugging your component but didn’t finish it.

  2. I’m attaching another file that shows how you can change the two surfaces to AIR WALL and then solve the adjacencies for the rest of the model. I put them in a new file since I’m using a newer version of Honeybee which will break your old definitions. You can recreate it with the older version and it should work.

HolecreationTest_msr.gh (461 KB)
airwall_adjacencies_msr.gh (455 KB)