1

legacy Open Studio - Energyplus geometry problems

Hey,

i have the following question/problem:

I build a model in SketchUp (legacy Version 1.0.11) (in my exaple 1zone: measurement 3,2m x 4,2m x 2,3m) and inport the .idf file into EnergyPlus Editor (Version 8.1) --> under 0006 building surface details, there is not the right geometry (vertices have values like: 3,1042..). I tried to set the right origin in sketchup - but does not work. Maybe someone can help.

Kind regards!!

antifx's avatar
495
antifx
asked 2015-07-08 02:36:13 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-03-12 10:52:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Can you provide screen shot from SketchUp and resulting the idf code snippet. Hard to tell from your description what is happening.

David Goldwasser's avatar David Goldwasser (2015-07-09 08:51:07 -0500) edit

image description

antifx's avatar antifx (2015-07-13 02:53:37 -0500) edit
add a comment see more comments

1 Answer

2

It looks like your origin just isn't at 0,0,0. Notice how no vertices have zeros for all values. Both x and y have non 0 origin.

If you look at Obj2 (the hidden wall we can't see on the left) the x value is -0.0958. If you measure from there to 3.1042 you get a length of 3.2 meters.

The lack of 0,0,0 origin shouldn't be an issue, but you could manually fix it by slideing the group, then go within the group and select all and move the geometry to the desired location. If you were using the newer OpenStudio there is a user script to clean up origins that moves the space origin to one of the floor surface vertices. It was made so that another script can infer building stories based on zone origins.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2015-07-14 15:38:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments