combine several zones into a floor/ story

asked 2024-10-22 06:30:12 -0500

RobinCris's avatar

updated 2024-10-22 08:14:55 -0500

I use openStudio 1.1.0 to read energy IDF files version 9.4. I need to support from this version forward for my clients.

The Clients use this version to check my work.

In Open studio, I need them to be able to isolate one floor and look if I modeled the zones of this floor correctly.

For that, if I understand correctly, open studio use stories (and let the user to show only selected stories) For me, I create the IDF file by hand. my app write the code I need. But I do not know how to say in the code which zone belong to which story... it is just zones. What zone property do I need to give a zone to tell open studio that it belong to the 1st story?

Do I need to combine zones into a list or zoneGroup? What am I missing? I do not use multiplier in my code.

Please advice

edit retag flag offensive close merge delete