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

Failed simulation without getting severe / fatal error

asked 2017-03-09 21:45:07 -0500

katsuya.obara's avatar

updated 2019-02-11 10:06:04 -0500

Simulation failed without showing any error message.

I know that we can check the error message in osm file name folder > run > 6-EnergyPlus-0 > eplusout.err referring to previous post
However, only 3 folder is created in the run folder in my case(0-Null, 1-UserScript-0, 2-ModelToIdf-0). Thus I cannot check above mentioned file.

Does anyone know why I am getting this error and which file should I check to fix the problem?

edit retag flag offensive close merge delete

Comments

Sounds like there could be error in forward translation to IDF file before EnergyPlus runs. Try exporting the OSM to an IDF using "Export" under the file menu. If that fails to produce an IDF file or if OpenStudio crashes, then please send the model to OpenStudio@nrel.gov.

If the export to IDF in the file menu works, then please let me know what version of OpenStudio you are using and we can go from there.

David Goldwasser's avatar David Goldwasser  ( 2017-03-09 23:39:58 -0500 )edit

Hi David,

Thank you for your reply. I could export idf file using "Export" under the file menu. My OpenStudio version is 1.14.0

Thank you for your help!

katsuya.obara's avatar katsuya.obara  ( 2017-03-09 23:59:15 -0500 )edit

2 Answers

Sort by » oldest newest most voted
4

answered 2017-03-10 11:45:47 -0500

updated 2017-03-10 12:02:38 -0500

@katsuya.obara thanks for sending the file. As you pointed out the OSM does export to IDF using the file/export menu, but doesn't make it to an IDF when you run the simulation. I walked through the run directory and inside of "1-UserScript-0" I tried to open the last "out.osm" and I got this error.

Model with Version 1.14.0 IDD is not valid to draft strictness level. The collection is INVALID at strictness level 'Draft', because of the errors: Field level data error of type DataType . Error is in an object of type 'OS:Output:Variable', named '{fec8d4df-903c-45be-852c-2ce4e75cef82}', in field 4. Additional information about the error type: field-level data is of an incorrect type.

And here is what the variable object looks like

OS:Output:Variable, {c621e9e9-84a8-42bf-809c-c5dc6f1e527e}, !- Handle Output Variable 4, !- Name , !- Key Value Fluid Heat Exchanger Loop Supply Side Mass Flow Rate&#44hourly, !- Variable Name hourly; !- Reporting Frequency

This is a bug in OpenStudio, it should not let you set a value that makes the model invalid, I just filed an issue here. Behind the scenes, since the model can't be opened it can't be exported to an IDF, and the simulation fails un-gracefully.

The good news is you can fix this by updating your measure arguments shown below. There is a pull down choice for frequency so you only need to provide the variable name. Remove the the comma and "hourly" and it runs. You need to do this for all four instances of that measure.

image description

I did check that a generally bad string like "This is not th variable you are looking for" doesn't hurt anything, it was only the special character that caused the issue.

Just as a heads up you have a bunch of severe errors like this waiting for you in the E+ run, that stop it from completing.

* Severe * Temperature (low) out of bounds [-107.43] for zone="2F UPS RM 2", for surface="SURFACE 169"

edit flag offensive delete link more
1

answered 2017-03-10 08:10:24 -0500

Camilo Velez's avatar

Check for "non standar" characters in the name of the file or the folder names in the path where the file is located. We used to have the same issue with the letter "ñ", took some time to figure out but it is an easy fix.

edit flag offensive delete link more

Your Answer

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

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2017-03-09 21:44:32 -0500

Seen: 823 times

Last updated: Mar 10 '17