1

Envelope section failed and was skipped

When running the simulation, this part of it doenst generate results and says the following:

Envelope section failed and was skipped because: Optional not initialized. Detail on error follows.

["C:/Users/JGC/AppData/Local/Temp/OpenStudio.ba5456/resources/run/6-UserScript-0/mergedjob-1/user_script.rb:158:in eval'\nC:/Users/JGC/AppData/Local/Temp/OpenStudio.ba5456/resources/run/6-UserScript-0/mergedjob-1/resources/os_lib_reporting.rb:1608:inblock in envelope_section_section'\nC:/Users/JGC/AppData/Local/Temp/OpenStudio.ba5456/resources/run/6-UserScript-0/mergedjob-1/resources/os_lib_reporting.rb:1603:in each'\nC:/Users/JGC/AppData/Local/Temp/OpenStudio.ba5456/resources/run/6-UserScript-0/mergedjob-1/resources/os_lib_reporting.rb:1603:inenvelope_section_section'\n(eval):1:in block in run'\nC:/Users/JGC/AppData/Local/Temp/OpenStudio.ba5456/resources/run/6-UserScript-0/mergedjob-1/user_script.rb:158:ineval'\nC:/Users/JGC/AppData/Local/Temp/OpenStudio.ba5456/resources/run/6-UserScript-0/mergedjob-1/user_script.rb:158:in block in run'\nC:/Users/JGC/AppData/Local/Temp/OpenStudio.ba5456/resources/run/6-UserScript-0/mergedjob-1/user_script.rb:153:ineach'\nC:/Users/JGC/AppData/Local/Temp/OpenStudio.ba5456/resources/run/6-UserScript-0/mergedjob-1/user_script.rb:153:in run'\nmergedjob-0/in.rb:387:in '"]

What can I do???????? Please help

Maria

maesthercc's avatar
41
maesthercc
asked 2016-02-09 17:40:46 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2019-02-11 10:07:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

It's failing on this line.

thermal_conductance = construction.thermalConductance.get

The last time I saw that happen is when an air wall was used on the exterior of the building (which shouldn't generally shouldn't be done). For any model that ran through EnergyPlus we generally should be able to calculate thermal conductance. Another possible cause could be special characters in particular an apostrophe in the construction name.

Here is an issue about air walls related to this.

And here is a link to the issue about the apostrophe.

Also the current code handles this in an if statement so if it can't find thermal conductance it will just show a blank value and will continue to process the rest of the envelope table. The latest iteration install should have this fix.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2016-02-09 20:19:46 -0500, updated 2016-02-09 20:24:36 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank yo so much. That was the issue there...:)

maesthercc's avatar maesthercc (2016-02-10 10:46:48 -0500) edit
add a comment see more comments