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

Simulation failed to run, with exit code 1, please help , i have been getting this error.

asked 2024-08-16 02:11:11 -0500

RANJIT KAUR's avatar

updated 2024-08-16 15:59:57 -0500

I am getting failed simulations, please help.

Program Version,EnergyPlus, Version 23.2.0-7636e6b3e9, YMD=2024.08.16 11:32,
** Warning ** ManageSizing: For a zone sizing run, there must be at least 1 Sizing:Zone input object. SimulationControl Zone Sizing option ignored.
** Warning ** ProcessScheduleInput: Schedule:Constant="ALWAYS ON DISCRETE", Blank Schedule Type Limits Name input -- will not be validated.
** Warning ** ProcessScheduleInput: Schedule:Constant="ALWAYS OFF DISCRETE", Blank Schedule Type Limits Name input -- will not be validated.
** Warning ** ProcessScheduleInput: Schedule:Constant="ALWAYS ON CONTINUOUS", Blank Schedule Type Limits Name input -- will not be validated.
** Warning ** GetHTSurfaceData: Surfaces with interface to Ground found but no "Ground Temperatures" were input.
**   ~~~   ** Found first in surface=FACE 16
**   ~~~   ** Defaults, constant throughout the year of (18.0) will be used.
** Severe  ** FenestrationSurface:Detailed="FACE 19", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 20", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 27", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 79", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 34", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 10", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 9", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 64", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 65", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 45", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 46", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE 48", invalid blank Outside Boundary Condition Object
**   ~~~   ** ...when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.
** Severe  ** FenestrationSurface:Detailed="FACE ...
(more)
edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2024-08-17 05:45:14 -0500

updated 2024-08-17 05:52:30 -0500

Setting aside the handful of warnings, you only have one recurrent error :

... when Base surface uses "Surface" as Outside Boundary Condition Object, subsurfaces must also specify specific surfaces in the adjacent zone.

A "base surface" is an opaque wall or a roof, and in your case hosting one or more "subsurfaces" (e.g. doors, window, skylights). EnergyPlus is reporting that all of these interzone base surfaces are holding subsurfaces that do not have explicitly-stated outside boundary conditions. The fix is easy, as detailed in the IO Reference:

If Outside Boundary Condition for the base surface is Surface, this field should specify the subsurface in the opposing zone that is the counterpart to this subsurface. The constructions of the subsurface and opposing subsurface must match, except that, for multi-layer constructions, the layer order of the opposing subsurface’s construction must be the reverse of that of the subsurface.

BTW, a quick UMH search for "invalid blank Outside Boundary Condition" yields a dozen hits (some recent, some dating back 8 years or so) all offering the exact same advice. A friendly hint for future queries ...

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: 2024-08-16 02:11:11 -0500

Seen: 126 times

Last updated: Aug 17