2

OpenStudio Only Displays 1 Zone of 3 Zone Model

OpenStudioApplication-1.1.0

I am attempting to view a simple 3zone building model from an IDF file linked here.

  1. I have tested converting to json and validating it against the eplus 9.4.0 json schema - it passes.
  2. When imported into OS, the zones appear in the Thermal Zone tab (see below)

However, it only renders a single zone...what am I missing? TIA

EDIT: Three spaces show up as well.

cory.mosiman12's avatar
103
cory.mosiman12
asked 2022-02-17 19:43:08 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2022-02-18 08:24:09 -0500
edit flag offensive 0 remove flag close merge delete

Comments

What does it show on the spaces tab? Spaces are where geometry lives in OpenStudio.

macumber's avatar macumber (2022-02-17 20:32:01 -0500) edit

edited the original question, but yes.

cory.mosiman12's avatar cory.mosiman12 (2022-02-17 20:57:19 -0500) edit

You have surfaces that occupy the same planes. For example, BuildingSurface:Detailed Surface 1 and Surface 13 have the same coordinates. Same with 2 and 14.

nsmith's avatar nsmith (2022-02-17 21:12:17 -0500) edit

well that's embarrassing...thank you.

cory.mosiman12's avatar cory.mosiman12 (2022-02-17 21:19:09 -0500) edit

Wait sorry. I did know that, BUT in the definition for each of the thermal zones, it defines an x_origin, y_origin, and z_origin. I thought that was like some sort of offset...does it not work like that?

cory.mosiman12's avatar cory.mosiman12 (2022-02-17 22:23:34 -0500) edit
add a comment see more comments

1 Answer

2

I didn't realize there was a toggle switch in the GlobalGeometryRules for relative vs. world coordinates. The above works as expected when I simply modified:

"coordinate_system": "World" to "coordinate_system": "Relative"

cory.mosiman12's avatar
103
cory.mosiman12
answered 2022-02-18 07:45:56 -0500
edit flag offensive 0 remove flag delete link

Comments

Cory, feel free to accept [check] your own answer for the karma points.

MatthewSteen's avatar MatthewSteen (2022-02-18 17:08:25 -0500) edit
add a comment see more comments