I am modeling a building in Brazil, and this means a lot of natural ventilation! Iam using the “SET EP NATURAL VENTILATION” to open my glazing area and I have a doubt. I have different types of windows in a same zone, and I would like to know if it is possible to set a different “fractionOfGlzAreaOperable” for each façade in a same zone.
To set different windows with different fractionOfGlzAreaOperable, you will have to use multiple Set EP AirFlow components for each group of windows facing a given orientation. For each Set EP AirFlow component, you should use the 2 - CUSTOM WIND / STACK VENTILATION option and input the total area and total height of open windows for a given facade. If you need help calculating these values, you will see in the screenshot above that the readMe! output of the component tells you these variables when you use the 1 - WINDOW NATURAL VENTILATION option.
Here is an example of a script where I set the south window to be 50% operable and the east window to be 25% operable:
When we eventually add support for the airflow network in Honeybee[+], this process will become a lot more straightforward and you will be able to assign a fraction operable to individual window surfaces.
Hello, @chris! Thank you very much for your reply.
Well, I understand what you have done. But in my case, I have built the geometry in the EnergyPlus plugin for sketchup and have imported all the zones and glazings to grasshopper as an idf file. In this case is it possible to do it in an easier way?
You can use the Decompose Based on Type component to get the window geometries and use the Separate by Normal component to get which ones are facing a given direction. This will help you come up with the window areas more easily but that is the most help that I can give. There’s no speedy workflow for something that requires such a detailed level of control over groups of individual window surfaces.
With the new version of Ladybug Tools 1.6.0, I cannot use the same method to set different fractions of operable area for different windows. The operable window surfaces should be set before setting the setpoints and the fraction operable area. So in my case, the last fraction operable is considered for all windows…Could you help me with this issue, please?
I appreciate this specific issue is solved in legacy & in the Pollination Rhino plugin in line with the this link however it would be amazing if the editing window properties function is exposed as a native grasshopper component, similar to the many edit properties for E+ & Radiance which i find are very visual on the canvas to see what’s happening.
I’m not currently super confidence in making a python component for this in line with @charlie.brooker’s suggestion in this thread.