Air walls and boundaries in Dragonfly

Hi:)
I am interested to simulated a building using Room2D in Dragonfly.

Would you kindly let me know how to simulate zones containing air walls in Dragonfly?

I know how to do that using Honeybee. Is there anything (method, component, etc. ) in Dragonfly as well.

Many thanks in advance:)

Sincerely,
Behnam

Hi @behnammmohseni ,

There is support for AirBoundaries in Dragonfly. The easiest way to assign them is by using DF Solve Adjacnecy with the air_boundary_ option:

image

You can also write more customized logic to assign them using the Python SDK but, if you get a way to group the Room2Ds with AirBoundaries in Grasshopper, then you won’t need Python.

fantastic
many thanks Chris:)