3

Problems between Revit and OpenStudio

Hi everyone !

I am working on the exportation of a revit model into Openstudio and I have some problems :

  • First, although the information is in the gbXML file, OpenStudio don't seem to recognize the location of my building.
  • Second, the field [Construction Name] is blank for my windows. I find the material in the gbXML file but not in OS.
  • Finaly, there are also in my gbXML file the schedule, the number of people, etc, but OS does not read them.

So if someone can help my with those problems, it would be great. Maybe those are identified issues and the development team is currently working on it but I have to know if I can fix it now or not. Thanks!

PY

PY's avatar
101
PY
asked 2016-04-19 08:18:44 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Here is a list of what is supported with gbXML import. It appears that currently, building location and load definitions are not supported.

The subsurface construction name not being assigned was a known bugthat has been fixed (see also: https://unmethours.com/question/11650...). Which version of OpenStudio are you using?

ericringold's avatar
10.6k
ericringold
answered 2016-04-19 12:45:37 -0500, updated 2016-04-19 12:46:09 -0500
edit flag offensive 0 remove flag delete link

Comments

I'm using OS 1.11.0. Yes I saw that this bug has been fixed in the new version but, with my model, it works for the doors and not with the windows.

PY's avatar PY (2016-04-19 13:10:52 -0500) edit

It seems that OS does not import WindowType and its proprieties. There is no material for the windows.

PY's avatar PY (2016-04-19 15:27:49 -0500) edit
1

@PY, the logic doesn't support the translation of WindowTypes at the moment and thus WindowTypeIdRefs either. In your gbXML if you change all windowTypeIdRef to constructionIdRef and change <windowtype> to <construction> then it will work. It's not ideal, but its a fix you can do with a global find and replace very quickly.

pflaumingo's avatar pflaumingo (2016-04-19 17:52:18 -0500) edit

Thanks for the answer. I tried it however there is still a problem : OS got the Construction from the gbxml file but there is no layer. So when I ran it there was a severe error : * Severe * IP: IDF line~3207 Object=CONSTRUCTION, name=AIM0995, Required Field=[Outside Layer] was blank.

PY's avatar PY (2016-04-20 07:47:55 -0500) edit

@PY, that means you need to add material definitions to you construction. The construction has been assigned to all the subsurfaces, but now materials need to be added to the construction for it to have relevant properties at run time.

pflaumingo's avatar pflaumingo (2016-04-20 10:33:29 -0500) edit
add a comment see more comments