0

how to solve this errer in JePlus in my idf files?

how to solve this errer in JePlus in my idf files? Severe * GetSurfaceData: Construction NONRES_ROOF of interzone surface CORE_ZN_CEILING does not have the same number of layers as the construction NONRES_ROOF_FLOOR of adjacent surface ATTIC_FLOOR_CORE * ~~~ * ...this problem for this pair will not be reported again. * Fatal ** GetSurfaceData: Errors discovered, program terminates. ...Summary of Errors that led to program termination: ..... Reference severe error count=1 ..... Last severe error=GetSurfaceData: Construction NONRES_ROOF of interzone surface CORE_ZN_CEILING does not have the same number of layers as the construction NONRES_ROOF_FLOOR of adjacent surface ATTIC_FLOOR_CORE

Zhansaya's avatar
3
Zhansaya
asked 2021-08-17 02:34:48 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2021-08-17 11:54:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

"Construction NONRES_ROOF of interzone surface CORE_ZN_CEILING does not have the same number of layers as the construction NONRES_ROOF_FLOOR of adjacent surface ATTIC_FLOOR_CORE"

This is telling you that constructions for two surfaces that connect between two zones do not have the same number of material layers. They represent the same wall but just in the inverse direction. Not only should the number of layers be the same, but they should be an inverse of each other. Same material stack but just in reverse order. For symmetrical construction like interior wall the same construction can be used on both surfaces.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2021-08-17 14:48:40 -0500, updated 2021-09-04 16:44:10 -0500
edit flag offensive 0 remove flag delete link

Comments

ps, It's not a jEplus problem - it's EnergyPlus telling you of a construction inconsistency.

Jim Dirkes's avatar Jim Dirkes (2021-09-04 11:51:38 -0500) edit
add a comment see more comments