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

Modeling shadow boxes in EnergyPlus

asked 2016-01-19 08:48:15 -0500

In EnergyPlus, how do you typically model shadow boxes when you have curtain wall systems?

Example of a shadow box "construction":

image description

From outside to inside:

  • 1" Insulated Glazing, $U_{IP} = 0.3 BTU.h^{-1}.ft^{-2}.R^{-1}$
  • 5" Air Gap
  • 1/8" Aluminum plate
  • Mineral Wool Insulation with Foil Vapor Barrier

You cannot use a WindowMaterial:SimpleGlazingSystem object with regular Material objects, I've tried.

How do you typically model shadow boxes in EnergyPlus?

  • Do you input the glazing as a Material:NoMass?

  • Or do you go to the trouble of inputing WindowMaterial:Glazing and WindowMaterial:Gas objects? Would it actually work?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
6

answered 2016-01-19 10:34:17 -0500

Since the Simple Glazing System won't work, you're stuck with using a Construction object, which requires consistent Material object references (all opaque materials or all window glass / gas / shade / screen / etc. materials). Modeling the assembly as an opaque construction usually means the GLAZING must be opaque and will only reflect or absorb heat, not let it pass through. You could use the Transparent Opaque Material object that converts received short-wave radiation into transmitted long-wave radiation. However, this object assumes the assigned transparent surface has no thermal resistance and zero convection on both sides of the surface (source: Engineering Reference).

Your other alternative is to create a window construction and model the aluminum plate and mineral wool as window layers. The best option for this is likely the Window Shade object, since you can input a thickness and conductivity for the layer and this object requires MUCH less transmittance / reflectance input fields than Window Glazing objects. The window construction approach would likely be more accurate than modeling an opaque construction, since it would allow sunlight to pass through the outside glazing layer where the opaque approach would not.

edit flag offensive delete link more

Comments

I like your second idea better, I didn't think about using an interior shade. There's a third option which is to create shallow thermal zones representing the shadow box and to assign glazing outside and to assign the insulation to the surface between it and the plenum, but that's harder to setup and will considerably affect runtime...

Julien Marrec's avatar Julien Marrec  ( 2016-01-20 03:12:42 -0500 )edit

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

2 followers

Stats

Asked: 2016-01-19 08:48:15 -0500

Seen: 2,388 times

Last updated: Jan 19 '16