Grasshopper

algorithmic modeling for Rhino

Hey all, 

I'm running into a problem where if two surfaces with windows facing each other, will not correctly define their boundary conditions after passing through the the solve adjacency component.

What is happening is that the wall or parent surface boundary condition is changed to "SURFACE" while the window or child surface remains "Outdoors". Which is causing the energy simulation to quit, like so: 

 

I tried to track the down the error in the solve adjacency component - at the updateAdj(...) function the BCs the childsurfaces are failing the condition check for childSurface2.BCObject.name == "" and then aren't updated. But I have no idea how to fix this (assuming it's even the correct error!). 

What do you guys think?

Attached is a simple model where I've reproduced the error. 

Views: 222

Attachments:

Replies are closed for this discussion.

Replies to This Discussion

Saeran,

The issue that you experience is because you set the altConstruction to "air wall," which basically tries to get rid of all interior windows (or, in this case, it does not handle them well).  Just remove the air wall construction and you will see that you get the interior windows as expected.

-Chris

Ah excellent, thanks Chris!

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service