New Severe warning on E+ 8.9.0 for Foundation Kiva

asked 2018-05-08 09:57:46 -0500

Avi's avatar

Lately I upgraded from OS 2.4.0 to OS 2.5.0 which uses E+ 8.9.0 running a model which went smoothly in OS 2.4.0 I get the following severe warning:

   ** Severe  ** Construction="BASEMENT SOUTH WALL", constructions referenced by surfaces with a
   **   ~~~   ** "Foundation" Outside Boundary Condition must use only regular material objects
   **   ~~~   ** Material="RAINSCREEN AIR GAP- 3CM", is not a regular material object
   **  Fatal  ** GetSurfaceData: Errors discovered, program terminates.

Basement South Wall is as follows:

OS:Construction,
  {376dd82a-b32b-4dc1-af27-1a32b8c28f40}, !- Handle
  Basement South wall,                    !- Name
  {28f9cfcc-fbd2-44f4-95c8-bffd390b6c5d}, !- Surface Rendering Name
  {2bc24013-4530-4b16-a9ab-31eaa2affbd9}, !- Layer 1
  {5129f43c-7dfb-4ee1-8ddf-2a8c97e14f70}, !- Layer 2
  {6583688a-8955-4df4-880e-d0b20b2f2fba}, !- Layer 3
  {da94b23a-5357-4df0-b1bc-31f4ab4f813f}; !- Layer 4

OS:Material,
  {2bc24013-4530-4b16-a9ab-31eaa2affbd9}, !- Handle
  aislamiento-sate-weber-weber-therm-placa-xps-50-0-050-m-r-1-5-m2k-w, ! Name
  MediumRough,                            ! Roughness
  0.05,                                   ! Thickness {m}
  0.034,                                  ! Conductivity {W/m-K}
  30.0,                                   ! Density {kg/m3}
  800.0;                                  ! Specific Heat {J/kg-K}

OS:StandardsInformation:Material,
  {35ded093-f0c3-44d9-a426-58782d2f21e2}, !- Handle
  {2bc24013-4530-4b16-a9ab-31eaa2affbd9}; !- Material Name

OS:Material,
  {5129f43c-7dfb-4ee1-8ddf-2a8c97e14f70}, !- Handle
  Basment Poured Concrete wall,           ! Name
  MediumRough,                            ! Roughness
  0.2,                                    ! Thickness {m}
  1.63,                                   ! Conductivity {W/m-K}
  2400,                                   ! Density {kg/m3}
  840;                                    ! Specific Heat {J/kg-K}

OS:StandardsInformation:Material,
  {8599b563-b3c8-4ea8-999a-5c5097eb1d18}, !- Handle
  {5129f43c-7dfb-4ee1-8ddf-2a8c97e14f70}, !- Material Name
  ,                                       !- Material Standard
  ,                                       !- Material Standard Source
  Concrete,                               !- Standards Category
  ,                                       !- Standards Identifier
  ,                                       !- Composite Framing Material
  ,                                       !- Composite Framing Configuration
  ,                                       !- Composite Framing Depth
  ,                                       !- Composite Framing Size
  ;                                       !- Composite Cavity Insulation

OS:Material:AirGap,
  {6583688a-8955-4df4-880e-d0b20b2f2fba}, !- Handle
  RainScreen Air Gap- 3cm,                !- Name
  1;                                      !- Thermal Resistance {m2-K/W}

OS:StandardsInformation:Material,
  {44d277be-76de-46d7-80a1-6da64dbb031a}, !- Handle
  {6583688a-8955-4df4-880e-d0b20b2f2fba}; !- Material Name

OS:Material,
  {da94b23a-5357-4df0-b1bc-31f4ab4f813f}, !- Handle
  Single Gypsum Board,                    !- Name
  Smooth,                                 !- Roughness
  0.0127,                                 !- Thickness {m}
  0.21,                                   !- Conductivity {W/m-K}
  784.9,                                  !- Density {kg/m3}
  830.000000000001,                       !- Specific Heat {J/kg-K}
  0.9,                                    !- Thermal Absorptance
  0.4,                                    !- Solar Absorptance
  0.4;                                    !- Visible Absorptance

OS:StandardsInformation:Material,
  {c53a4dce-f4f2-4062-9a94-0a22dfd5bdb8}, !- Handle
  {da94b23a-5357-4df0-b1bc-31f4ab4f813f}; !- Material Name

Any ideas?

edit retag flag offensive close merge delete

Comments

Are you asking how to resolve the error, or why you are receiving the error in 8.9.0 when you did not in 8.8.0? If the former, the error message pretty clearly indicates the cause is the Material:AirGap in the construction.

ericringold's avatar ericringold  ( 2018-05-09 13:22:32 -0500 )edit

@Eric Ringold Yes I am wondering why I get it in 8.9.0. The work around is obvious. I changed the Air gap into regular construction.

Avi's avatar Avi  ( 2018-05-10 02:06:43 -0500 )edit