First time here? Check out the Help page!

Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

Error in importing idf file into OpenStudio

asked 9 years ago

Mumine Gercek's avatar

updated 9 years ago

I have a file already created in idf format. I am trying to import it into Openstudio, and it works correctly in EnergyPlus. However, it shows an error saying "Finding Construction Layer in workspace failed." then no wall, floor etc. thickness and material is shown in model. How can it be imported as a same model in existing idf file?

link text

image description

image description

Preview: (hide)

Comments

Can you share the IDF file and specify the version of OpenStudio?

Yixing Chen's avatar Yixing Chen  ( 9 years ago )

I added the link of IDF file to my question, and photos of the error lists that are shown

Mumine Gercek's avatar Mumine Gercek  ( 9 years ago )

I put the pictures in your original question as they get resized... this was unreadable. But really you should copy the text from the console and post it here instead of putting questions...

As you'll see above, all of your errors are exactly the same type, so no need to paste 50 iterations of it

Julien Marrec's avatar Julien Marrec  ( 9 years ago )

It looks like you might have a construction in your idf that references a non-existent material, does your idf run in EnergyPlus without a similar warning? Also, it seems like you might have duplicate surfaces or something in your idf, where did you get this idf from?

macumber's avatar macumber  ( 9 years ago )

Actually i created this idf file in DesignBuilder, and in EnergyPlus i dont get any warnings similar to this, it works correctly, then i can get logical results. I entered all layers into walls floors etc. and all of them can be seen also in EnergyPlus.

Mumine Gercek's avatar Mumine Gercek  ( 9 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 9 years ago

updated 9 years ago

Currently, OpenStudio can't read all the IDF objects. For example, it can read the geometry from IDF file and it can't read most of the HVAC systems. So far as I know, all the energy modeling tools with good user interface can only handle part of the IDF objects.

So the messages you received is informative. They are not "Errors". You can follow the information to export the untranslated objects.

I checked two BuildingSurface:Detailed for the same wall. They have same coordinates. So the two BuildingSurface:Detailed objects show in the same zone, while the nearby zone shows "missing wall".

     ! Block 2, Hol, Partition - 3.913 m2 (Block 2, Yasam10), Surface Area: 3.9132
     BuildingSurface:Detailed,                      !- Surface
            Block2:Hol_Partition_41_0_0,                !- Surface name
            Wall, Balatcik_BolmeDuvar_UnitelerArasi,    !- Class and Construction Name
            Block2:Hol,                                 !- Zone Name
            Surface, Block2:Yasam10_Partition_6_0_10049,   !- Outside Face Environment
            NoSun,                                      !- Sun Exposure
            NoWind,                                     !- Wind Exposure
            0,                                          !- View Factor to Ground
            4,                                          !- Number vertices
             2.0222122255,-4.9760001718, 19.09753871,   !- Vertex 1
             2.0213437487,-3.3280264607, 19.09753871,   !- Vertex 2
             2.0213437487,-3.3280264607, 21.47207749,   !- Vertex 3
             2.0222122255,-4.9760001718, 21.47207749;   !- Vertex 4

     ! Block 2, Hol, Partition - 3.913 m2 (Block 2, Yasam10), Surface Area: 3.9132 <Other side>
     BuildingSurface:Detailed,                      !- Surface reverse definition
            Block2:Yasam10_Partition_6_0_10049,         !- Surface name
            Wall, Balatcik_BolmeDuvar_UnitelerArasi_Rev,!- Class and Construction Name
            Block2:Yasam10,                             !- Zone Name
            Surface, Block2:Hol_Partition_41_0_0,       !- Outside Face Environment
            NoSun,                                      !- Sun Exposure
            NoWind,                                     !- Wind Exposure
            0,                                          !- View Factor to Ground
            4,                                          !- Number vertices
             2.0213437487,-3.3280264607, 19.09753871,   !- Vertex 1
             2.0222122255,-4.9760001718, 19.09753871,   !- Vertex 2
             2.0222122255,-4.9760001718, 21.47207749,   !- Vertex 3
             2.0213437487,-3.3280264607, 21.47207749;   !- Vertex 4
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

2 followers

Stats

Asked: 9 years ago

Seen: 884 times

Last updated: Nov 13 '15