Adding Interior windows via HB Add Subsurface says it only works for Outdoor Boundary Conditions

Hi again :slight_smile:

This time, I’m having issues with adding interior windows to my model. I create surfaces and make them into apertures. Then when I want to add them to the rooms using “HB Add Subsurface” I get an error, as seen in the picture.

I am confused since I tried it with the sample file “afn_apartment_model” and there it works just fine. Wondering what the issue is here.

regards
hamhans

interior_glazing_problem.gh (158.2 KB)

Hi @hamhans ,

You need to assign interior windows to the parent faces before you solve adjacency between those parents. Otherwise, the boundary condition of the apertures might not be correct. Here is how to do it for your case using the same setup as is used in the afn_apartment_model.gh sample:

interior_glazing_problem_CWM.gh (168.8 KB)

1 Like

Thanks @chris! appreciate your quick and helpful replies.

hamhans