0

Creating multiple zones when importing gbxml file in openstudio

Hi I am importing gbxml file for geometry in openstudio, while doing it, there is only one zone created, but in reality there are multiple zones, how can I create those zones, in the editor tab there is no option of doing that, ca someone guide me on how to do it?

Thanks!

Rajat

Rwadhwa910's avatar
383
Rwadhwa910
asked 2023-11-18 10:18:10 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Assuming the gbxml import preserves Spaces (e.g. surfaces, loads), in the OpenStudio Application (as suggested here):

+ thermal zone

  • first, add new zones in the "Thermal Zones" tab
  • (optional) edit them beforehand, e.g. rename, add thermostat schedules, sizing parameters
  • switch over to the "Spaces" tab (just above)
  • link (drag-and-drop) newly created thermal zones to the right spaces

This can be automated with an SDK-based script if the model holds hundreds of spaces. Hoping I understood your question correctly.

Denis Bourgeois's avatar
2.8k
Denis Bourgeois
answered 2023-11-18 14:10:34 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Thanks for the reply, the issues it is a 70 story building with more than 200 zones.

Rwadhwa910's avatar
383
Rwadhwa910
answered 2023-11-18 22:07:29 -0500
edit flag offensive 0 remove flag delete link

Comments

Understood. If the zoning strategy/logic can be clearly articulated (e.g. core vs south-facing vs north-facing, internal load density, story height), then 20 or 30 lines of an SDK-based script could automate the process (creating zones, linking spaces to zones). If the zoning strategy is instead quite unique (e.g. convoluted geometry, specialized facility), then you're left doing it by hand IMHO.

Denis Bourgeois's avatar Denis Bourgeois (2023-11-19 08:56:25 -0500) edit
add a comment see more comments