Engineering Reference — EnergyPlus 9.2

<< Prev | Table of Contents | Next >>

Engineering Reference

Window Heat Balance Calculation[LINK]

C++ Variables used in Window Heat Balance Calculations
Mathematical variable Description Units C++ variable
N Number of glass layers - nlayer
α Stefan-Boltzmann constant sigma
εi Emissivity of face i - emis
ki Conductance of glass layer i W/m2-K scon
ho, hi Outside, inside air film convective conductance W/m2-K hcout, hcout
hi Conductance of gap j W/m2-K hgap
To, Ti Outdoor and indoor air temperatures K tout, tin
Eo, Ei Exterior, interior long-wave radiation incident on window W/m2 outir, rmir
θi Temperature of face i K thetas
Si Radiation (short-wave, and long-wave from zone internal sources) absorbed by face i W/m2 AbsRadGlassFace
Iextbm Exterior beam normal solar irradiance W/m2 BeamSolarRad
Iextdif Exterior diffuse solar irradiance on glazing W/m2 -
Iintsw Interior short-wave radiation (from lights and from reflected diffuse solar) incident on glazing from inside W/m2 QS
Iintlw Long-wave radiation from lights and equipment incident on glazing from inside W/m2 QL
φ Angle of incidence radians -
Afj Front beam solar absorptance of glass layer j - -
Af,diffj, Ab,diffj Front and back diffuse solar absorptance of glass layer j - AbsDiff, AbsDiffBack
A, B Matrices used to solve glazing heat balance equations W/m2, W/m2-K Aface, Bface
hr,i Radiative conductance for face i W/m2-K hr(i)
Δθi Difference in temperature of face i between successive iterations K -

The Glazing Heat Balance Equations[LINK]

The window glass face temperatures are determined by solving the heat balance equations on each face every time step. For a window with N glass layers there are 2N faces and therefore 2N equations to solve. Figure 1 shows the variables used for double glazing (N = 2).

Glazing system with two glass layers showing variables used in heat balance equations. [fig:glazing-system-with-two-glass-layers-showing]

Glazing system with two glass layers showing variables used in heat balance equations. [fig:glazing-system-with-two-glass-layers-showing]

The following assumptions are made in deriving the heat balance equations:

1) The glass layers are thin enough (a few millimeters) that heat storage in the glass can be neglected; therefore, there are no heat capacity terms in the equations.

2) The heat flow is perpendicular to the glass faces and is one dimensional. See “Edge of Glass Corrections,” below, for adjustments to the gap conduction in multi-pane glazing to account for 2-D conduction effects across the pane separators at the boundaries of the glazing.

3) The glass layers are opaque to IR. This is true for most glass products. For thin plastic suspended films this is not a good assumption, so the heat balance equations would have to be modified to handle this case.

4) The glass faces are isothermal. This is generally a good assumption since glass conductivity is very high.

5) The short wave radiation absorbed in a glass layer can be apportioned equally to the two faces of the layer.

The four equations for double-glazing are as follows. The equations for single glazing (N = 1) and for N = 3 and N = 4 are analogous and are not shown.

Eoε1ε1σθ41+k1(θ2θ1)+ho(Toθ1)+S1=0

k1(θ1θ2)+h1(θ3θ2)+σε2ε31(1ε2)(1ε3)(θ43θ42)+S2=0

h1(θ2θ3)+k2(θ4θ3)+σε2ε31(1ε2)(1ε3)(θ42θ43)+S3=0

Eiε4ε4σθ44+k2(θ3θ4)+hi(Tiθ4)+S4=0

Absorbed Radiation[LINK]

Si in Equations [eq:GlazingFace1HeatBalEquation] to [eq:GlazingFace4HeatBalEquation] is the radiation (short-wave and long-wave from zone lights and equipment) absorbed on the ith face. Short-wave radiation (solar and short-wave from lights) is assumed to be absorbed uniformly along a glass layer, so for the purposes of the heat balance calculation it is split equally between the two faces of a layer. Glass layers are assumed to be opaque to IR so that the thermal radiation from lights and equipment is assigned only to the inside (room-side) face of the inside glass layer. For N glass layers Si is given by

S2j1=S2j=12(IextbmcosϕAfj(ϕ)+IextdifAf,difj+IintswAb,difj), j=1 to N

S2N=S2N+ε2NIintlw

Here

Iextbm = exterior beam normal solar irradiance

Iextdif = exterior diffuse solar incident on glazing from outside

Iintsw = interior short-wave radiation (from lights and from reflected diffuse solar) incident on glazing from inside

Iintlw = long-wave radiation from lights and equipment incident on glazing from inside

ε2N = emissivity (thermal absorptance) of the room-side face of the inside glass layer

Room-Side Convection[LINK]

The correlation for room-side convection coefficient, hi , is from ISO 15099 section 8.3.2.2. (Prior to EnergyPlus version 3.1, the value for hi was modeled using the “Detailed” algorithm for opaque surface heat transfer, e.g. for a vertical surface hi=1.31|ΔT|1/133 ; see section Detailed Natural Convection Algorithm). The ISO 15099 correlation is for still room air and is determined in terms of the Nusselt number, Nu, is:

hi=Nu(λH)

where

λ is the thermal conductivity of air, and

H is the height of the window.

The Rayleigh number based on height, RaH , is calculated using:

RaH=ρ2H3gcpTsurf,iTairTm,fμλ

where

ρ is the density of air

g is the acceleration due to gravity,

cp is the specific heat of air,

μ is the dynamic viscosity of air, and

Tm,f is the mean film temperature in Kelvin given by,

Tm,f=Tair+14(Tsurf,iTair)

There are four cases for the Nusselt correlation that vary by the tilt angle in degrees, γ, and are based on heating conditions. For cooling conditions (where Tsurf,i>Tair), the tilt angle is complemented so that γ=180γ.

Case A. 0γ<15

Nu=0.13Ra1/133H

Case B. 15γ90

Racv=2.5×105(e0.72γsinλ)1/155

Nu=0.56(RaHsinγ)1/144;forRaHRaCV

Nu=0.13(Ra1/133HRa1/133CV)+0.56(RaCVsinγ)1/144;RaH>RaCV

Case C. 90<γ179

Nu=0.56(RaHsinγ)1/144;105RaHsinγ<1011

Case D. 179<γ180

Nu=0.58Ra1/155H;RaH1011

The material properties are evaluated at the mean film temperature. Standard EnergyPlus pyschrometric functions are used for ρ and cp. Thermal conductivity is calculated using:

λ=2.873×103+7.76×105Tm,f

Kinematic viscosity is calculated using:

μ=3.723×106+4.94×108Tm,f

This correlation depends on the surface temperature of the room-side glazing surface and is therefore included inside the window heat balance interation loop.

Solving the Glazing Heat Balance Equations[LINK]

The equations are solved as follows:

1) Linearize the equations by defining hr,i=εiσθ3i . For example, Equation [eq:GlazingFace1HeatBalEquation] becomes

Eoε1hr,1θ1+k1(θ2θ1)+ho(Toθ1)+S1=0

2) Write the equations in the matrix form Aθ=B

3) Use previous time step’s values of θi as initial values for the current time step. For the first time step of a design day or run period the initial values are estimated by treating the layers as a simple RC network.

4) Save the θi for use in the next iteration: θprev,i=θi

5) Using θ2N, reevaluate the room-side face surface convection coefficient hi

6) Using the θi to evaluate the radiative conductances hr,i

7) Find the solution θ=A1B by LU decomposition

8) Perform relaxation on the the new θi : θi(θi+θprev,i)/2

9) Go to step 4

Repeat steps 4 to 9 until the difference, Δθi, between values of the θi in successive iterations is less than some tolerance value. Currently, the test is:

12N2Ni=1|Δθi|<0.02K

If this test does not pass after 100 iterations, the tolerance is increased to 0.2K. If the test still fails the program stops and an error message is issued.

The value of the inside face temperature, θ2N, determined in this way participates in the zone heat balance solution (see Outdoor/Exterior Convection) and thermal comfort calculation (see Occupant Thermal Comfort).

Edge-Of-Glass Effects[LINK]

C++ Variables used in Edge of Glass calculations
Mathematical variable Description Units C++ variable
¯¯¯h Area-weighted net conductance of glazing including edge-of-glass effects W/m2-K -
Acg Area of center-of-glass region m2 CenterGlArea
Afe Area of frame edge region m2 FrameEdgeArea
Ade Area of divider edge region m2 DividerEdgeArea
Atot Total glazing area m2 Surface%Area
hcg Conductance of center-of-glass region (without air films) W/m2-K -
hfe Conductance of frame edge region (without air films) W/m2-K -
hde Conductance of divider edge region (without air films) W/m2-K -
hck Convective conductance of gap k W/m2-K -
hrk Radiative conductance of gap k W/m2-K -
η Area ratio - -
α Conductance ratio - FrEdgeToCenterGlCondRatio, DivEdgeToCenterGlCondRatio

Because of thermal bridging across the spacer separating the glass layers in multi-pane glazing, the conductance of the glazing near the frame and divider, where the spacers are located, is higher than it is in the center of the glass. The area-weighted net conductance (without inside and outside air films) of the glazing in this case can be written

¯¯¯h=(Acghcg+Afehfe+Adehde)/Atot

where

hcg = conductance of center-of-glass region (without air films)

hfe = conductance of frame edge region (without air films)

hde = conductance of divider edge region (without air films)

Acg = area of center-of-glass region

Afe = area of frame edge region

Ade = area of divider edge region

Atot = total glazing area = Acg+Afe+Ade

The different regions are shown in Figure 2:

Different types of glass regions. [fig:different-types-of-glass-regions.]

Different types of glass regions. [fig:different-types-of-glass-regions.]

Equation [eq:AreaWeightedNetConductance] can be rewritten as:

¯¯¯h=hcg(ηcg+αfeηfe+αdeηde)

where

ηcg=Acg/Atot

ηfe=Afe/Atot

ηde=Ade/Atot

αfe=hfe/hcg

αde=hde/hcg

The conductance ratios αfe and αde are user inputs obtained from Window 5. They depend on the glazing construction as well as the spacer type, gap width, and frame and divider type.

In the EnergyPlus glazing heat balance calculation effective gap convective conductances are used to account for the edge-of-glass effects. These effective conductances are determined as follows for the case with two gaps (triple glazing). The approach for other numbers of gaps is analogous.

Neglecting the very small resistance of the glass layers, the center-of-glass conductance (without inside and outside air films) can be written as:

hcg=((hr,1+hc,1)1+(hr,2+hc,2)1)1

where

hc,k = convective conductance of the kh gap

hr,k = radiative conductance of the kh gap or:

hr,k=12σεiεj1(1εi)(1εj)(θi+θj)3

εi, εj = emissivity of the faces bounding the gap

θi, θj = temperature of faces bounding the gap (K)

Equation [eq:HbarConductanceEquation] then becomes:

¯¯¯h=(ηcg+αfeηfe+αdeηde)((hr,1+hc,1)1+(hr,2+hc,2)1)1

We can also write ¯¯¯h in terms of effective convective conductances of the gaps as:

¯¯¯h=((hr,1+¯¯¯hc,1)1+(hr,2+¯¯¯hc,2)1)1

Comparing Equations [eq:HbarwithetaalphaEquation] and [eq:HbarwithhrandhcEquation], we obtain:

hr,k+¯¯¯hc,k=(ηcg+αfeηfe+αdeηde)(hr,k+hc,k)

Using ηcg=1ηfeηde gives:

¯¯¯hc,k=hr,k(ηfe(αfe1)+ηde(αde1))+hc,k(1+ηfe(αfe1)+ηde(αde1))

This is the expression used by EnergyPlus for the gap convective conductance when a frame or divider is present.

Apportioning of Absorbed Short-Wave Radiation in Shading Device Layers[LINK]

If a shading device has a non-zero short-wave transmittance then absorption takes place throughout the shading device layer. The following algorithm is used to apportion the absorbed short-wave radiation to the two faces of the layer. Here f1 is the fraction assigned to the face closest to the incident radiation and f2 is the fraction assigned to the face furthest from the incident radiation.

f1=1, f2=0 if τsh=0

Otherwise:

f1=0,f2=0if~αsh0.01f1=1,f2=0if~αsh>0.999f1=1e0.5ln(1αsh)αshf2=1f1}if~0.01<αsh0.999

Window Frame and Divider Calculation[LINK]

For the zone heat balance calculation the inside surface temperature of the frame and that of the divider are needed. These temperatures are determined by solving the heat balance equations on the inside and outside surfaces of the frame and divider.

C++ Variables used in Window/Frame and Divider calculations
Mathematical variable Description Units C++ variable
QExtIR,abs IR from the exterior surround absorbed by outside frame surfaces W -
QIR,emitted IR emitted by outside frame surfaces W -
Qconv Convection from outside air to outside frame surfaces W -
Qcond Conduction through frame from inside frame surfaces to outside frame surfaces W -
Qabs Solar radiation plus outside glass IR absorbed by outside of frame W -
Qdifabs,sol Diffuse solar absorbed by outside frame surfaces, per unit frame face area W/m2 -
Qbmabs,sol Beam solar absorbed by outside frame surfaces, per unit frame face area W/m2 -
Idifext Diffuse solar incident on window W/m2 -
Ibmext Direct normal solar irradiance W/m2 -
αfrsol Solar absorptance of frame - FrameSolAbsorp
Rf,difgl Front diffuse solar reflectance of glazing -
Rf,bmgl Front beam solar reflectance of glazing -
cos(βface) Cosine of angle of incidence of beam solar on frame outside face CosIncAng
cos(βh) Cosine of angle of incidence of beam solar on frame projection parallel to window x-axis - CosIncAngHorProj
cos(βv) Cosine of angle of incidence of beam solar on frame projection parallel to window y-axis - CosIncAngVertProj
fsunlight Fraction of window that is sunlit - SunlitFrac
Af Area of frame’s outside face (same as area of frame’s inside face) m2 -
Ap1, Ap2 Area of frame’s outside and inside projection faces m2 -
Ff Form factor of frame’s outside or inside face for IR - -
Fp1, Fp2 Form factor of frame outside projection for exterior IR; form factor of frame inside projection for interior IR - -
Eo Exterior IR incident on window plane W/m2 outir
Ei Interior IR incident on window plane W/m2 SurroundIRfromParentZone
ε1, ε2 Outside, inside frame surface emissivity - FrameEmis
θ1, θ2 Frame outside, inside surface temperature K FrameTempSurfOut, FrameTempSurfIn
To, Ti Outdoor and indoor air temperatures K tout, tin
ho,c, hi,c Frame outside and inside air film convective conductance W/m2-K HOutConv, HInConv
k Effective inside-surface to outside-surface conductance of frame per unit area of frame projected onto window plane W/m2-K FrameConductance, FrameCon
S1 Qabs/Af W/m2-K FrameQRadOutAbs
S2 Interior short-wave radiation plus interior IR from internal sources absorbed by inside of frame divided by Af W/m2-K FrameQRadInAbs
η1, η2 Ap1/Af, Ap2/Af - -
H Height of glazed portion of window m Surface%Height
W Width of glazed portion of window m Surface%Width
wf, wd Frame width, divider width m FrameWidth, DividerWidth
pf1, pf2 Frame outside, inside projection m FrameProjectionOut, FrameProjectionIn
Nh, Nv Number of horizontal, vertical dividers - HorDividers, VertDividers
To,r, Ti,r Frame outside, inside radiative temperature K TOutRadFr, TInRadFr
ho,r, hi,r Frame outside, inside surface radiative conductance W/m2-K HOutRad, HInRad
A Intermediate variable in frame heat balance solution K Afac
C Intermediate variable in frame heat balance solution - Efac
B, D Intermediate variables in frame heat balance solution - Bfac, Dfac

Frame Temperature Calculation[LINK]

Figure 3 shows a cross section through a window showing frame and divider. The outside and inside frame and divider surfaces are assumed to be isothermal. The frame and divider profiles are approximated as rectangular since this simplifies calculating heat gains and losses (see “Error Due to Assuming a Rectangular Profile,” below).

Cross section through a window showing frame and divider (exaggerated horizontally). [fig:cross-section-through-a-window-showing-frame]

Cross section through a window showing frame and divider (exaggerated horizontally). [fig:cross-section-through-a-window-showing-frame]

Frame Outside Surface Heat Balance[LINK]

The outside surface heat balance equation is:

QExtIR,absQIR,emitted+Qconv+Qcond+Qabs=0

where

QExtIR,abs = IR from the exterior surround (sky and ground) absorbed by outside frame surfaces

QIR,emitted = IR emitted by outside frame surfaces

Qconv = convection from outside air to outside frame surfaces

Qcond = conduction through frame from inside frame surfaces to outside frame surfaces

Qabs = solar radiation (from sun, sky and ground) plus IR from outside window surface absorbed by outside frame surfaces (see “Calculation of Absorbed Solar Radiation,” below).

The first term can be written as the sum of the exterior IR absorbed by the outside face of the frame and the exterior IR absorbed by the frame’s outside projection surfaces.

QExtIR,abs=ε1EoAfFf+ε1EoAp1Fp1

where ε1 is the outside surface emissivity.

The exterior IR incident on the plane of the window, Eo, is the sum of the IR from the sky, ground and obstructions. For the purposes of the frame heat balance calculation it is assumed to be isotropic. For isotropic incident IR, Ff = 1.0 and Fp1 = 0.5, which gives:

QExtIR,abs=ε1Eo(Af+12Ap1)

The IR emitted by the outside frame surfaces is:

QExtIR,emitted=ε1σ(Af+Ap1)θ41

The convective heat flow from the outside air to the outside frame surfaces is:

Qconv=ho,c(Af+Ap1)(Toθ1)

The conduction through the frame from inside to outside is:

Qcond=kAf(θ2θ1)

Note that Af is used here since the conductance, k, is, by definition, per unit area of frame projected onto the plane of the window.

Adding these expressions for the Q terms and dividing by Af gives:

E0ε1(1+12η1)ε1(1+η1)θ41+ho,c(1+η1)(T0θ1)+k(θ2θ1)+S1=0

where S1 = Qabs/Af and

η1=Ap1Af=(pf,1wf)H+W(Nh+Nv)wdH+W+2wf

We linearize Equation [eq:E0epsilon1Equation] as follows. Write the first two terms as:

ε1(1+η1)[Eo(1+12η1)/(1+η1)θ41]

and define a radiative temperature:

To,r=[Eo(1+12η1)/(1+η1)]1/4

This gives:

ε1(1+η1)[T4o,rθ41]

which, within a few percent, equals:

ε1(1+η1)(To,r+θ1)32(To,rθ1)

Defining an outside surface radiative conductance as follows:

ho,r=ε1(1+η1)(To,r+θ1)32

then gives:

ho,r(To,rθ1)

The final outside surface heat balance equation in linearized form is then:

ho,r(To,rθ1)+ho,c(1+η1)(Toθ1)+k(θ2θ1)+S1=0

Frame Inside Surface Heat Balance[LINK]

A similar approach can be used to obtain the following linearized inside surface heat balance equation:

hi,r(Ti,rθ2)+hi,c(1+η2)(Tiθ2)+k(θ1θ2)+S2=0

where

Ti,r=[Ei(1+12η2)/(1+η2)]1/4

η2=Ap2Af=(pf,2wf)H+W(Nh+Nv)wdH+W+2wf

and Ei is the interior IR irradiance incident on the plane of the window.

Solving Equations [eq:horEquation] and [eq:hirEquation] simultaneously gives:

θ2=D+CA1CB

with

A=ho,rTo,r+ho,cTo+S1ho,r+k+ho,c

B=kho,r+k+ho,c

C=khi,r+k+hi,c

D=hi,rTi,r+hi,cTi+S2hi,r+k+hi,c

Calculation of Solar Radiation Absorbed by Frame[LINK]

The frame outside face and outside projections and inside projections absorb beam solar radiation (if sunlight is striking the window) and diffuse solar radiation from the sky and ground. For the outside surfaces of the frame, the absorbed diffuse solar per unit frame face area is:

Qdifabs,sol=Idifextαfr,sol(Af+Fp1Ap1)/Af=Idifextαfr,sol(1+0.5Ap1Af)

If there is no exterior window shade, Idifext includes the effect of diffuse solar reflecting off of the glazing onto the outside frame projection, i.e.,

IdifextIdifext(1+Rf,difgl)

The beam solar absorbed by the outside face of the frame, per unit frame face area is:

Qbm,faceabs,sol=Ibmextαfr,solcosβfacefsunlit

The beam solar absorbed by the frame outside projection parallel to the window x-axis is:

Qbm,habs,sol=Ibmextαfr,solcosβhpf1(WNvwd)fsunlit/Af

Here it is assumed that the sunlit fraction, fsunlit, for the window can be applied to the window frame. Note that at any given time beam solar can strike only one of the two projection surfaces that are parallel to the window x-axis. If there is no exterior window shade, Ibmext includes the effect of beam solar reflecting off of the glazing onto the outside frame projection, i.e.,

IbmextIbmext(1+Rf,bmgl)

The beam solar absorbed by the frame outside projection parallel to the window y-axis is:

Qbm,vabs,sol=Ibmextαfr,solcosβvpf1(HNhwd)fsunlit/Af

Using a similar approach, the beam and diffuse solar absorbed by the inside frame projections is calculated, taking the transmittance of the glazing into account.

Error Due to Assuming a Rectangular Profile[LINK]

Assuming that the inside and outside frame profile is rectangular introduces an error in the surface heat transfer calculation if the profile is non-rectangular. The percent error in the calculation of convection and emitted IR is approximately 100Lprofile,rectLprofile,actual/Lprofile,rect, where Lprofile,rect is the profile length for a rectangular profile (wf + pf1 for outside of frame or wf + pf2 for inside of frame) and Lprofile,actual is the actual profile length. For example, for a circular profile vs a square profile the error is about 22%. The error in the calculation of absorbed beam radiation is close to zero since the beam radiation intercepted by the profile is insensitive to the shape of the profile. The error in the absorbed diffuse radiation and absorbed IR depends on details of the shape of the profile. For example, for a circular profile vs. a square profile the error is about 15%.

Divider Temperature Calculation[LINK]

The divider inside and outside surface temperatures are determined by a heat balance calculation that is analogous to the frame heat balance calculation described above.

Beam Solar Reflection from Window Reveal Surfaces[LINK]

This section describes how beam solar radiation that is reflected from window reveal surfaces is calculated. Reflection from outside reveal surfaces—which are associated with the setback of the glazing from the outside surface of the window’s parent wall—increases the solar gain through the glazing. Reflection from inside reveal surfaces—which are associated with the setback of the glazing from the inside surface of the window’s parent wall—decreases the solar gain to the zone because some of this radiation is reflected back out of the window.

The amount of beam solar reflected from reveal surfaces depends, among other things, on the extent to which reveal surfaces are shadowed by other reveal surfaces. An example of this shadowing is shown in Figure 4. In this case the sun is positioned such that the top reveal surfaces shadow the left and bottom reveal surfaces. And the right reveal surfaces shadow the bottom reveal surfaces. The result is that the left/outside, bottom/outside, left/inside and bottom/inside reveal surfaces each have sunlit areas. Note that the top and right reveal surfaces are facing away from the sun in this example so their sunlit areas are zero.

Example of shadowing of reveal surfaces by other reveal surfaces. [fig:example-of-shadowing-of-reveal-surfaces-by]

Example of shadowing of reveal surfaces by other reveal surfaces. [fig:example-of-shadowing-of-reveal-surfaces-by]

The size of the shadowed areas, and the size of the corresponding illuminated areas, depends on the following factors:

  • The sun position relative to the window

  • The height and width of the window

  • The depth of the outside and inside reveal surfaces

We will assume that the reveal surfaces are perpendicular to the window plane and that the window is rectangular. Then the above factors determine a unique shadow pattern. From the geometry of the pattern the shadowed areas and corresponding illuminated areas can be determined. This calculation is done in subroutine CalcBeamSolarReflectedFromWinRevealSurface in the SolarShading module. The window reveal input data is specified in the WindowProperty:FrameAndDivider object expect for the depth of the outside reveal, which is determined from the vertex locations of the window and its parent wall.

If an exterior shading device (shade, screen or blind) is in place it is assumed that it blocks beam solar before it reaches outside or inside reveal surfaces. Correspondingly, it is assumed that an interior or between-glass shading device blocks beam solar before it reaches inside reveal surfaces.

Representative shadow patterns are shown in Figures 5 and 6 for a window with no shading device, and without and with a frame. The case with a frame has to be considered separately because the frame can cast an additional shadow on the inside reveal surfaces.

The patterns shown apply to both vertical and horizontal reveal surfaces. It is important to keep in mind that, for a window of arbitrary tilt, if the left reveal surfaces are illuminated the right surfaces will not be, and vice versa. And if the bottom reveal surfaces are illuminated the top surfaces will not be, and vice versa. (Of course, for a vertical window, the top reveal surfaces will never be illuminated by beam solar if the reveal surfaces are perpendicular to the glazing, as is being assumed.

For each shadow pattern in Figures 5 and 6, equations are given for the shadowed areas A1,sh and A2,sh of the outside and inside reveal surfaces, respectively. The variables in these equations are the following (see also Figure 7):

d1 = depth of outside reveal, measured from the outside plane of the glazing to the edge of the reveal, plus one half of the glazing thickness.

d2 = depth of inside reveal (or, for illumination on bottom reveal surfaces, inside sill depth), measured from the inside plane of the glazing to the edge of the reveal or the sill, plus one half of the glazing thickness.

L = window height for vertical reveal surfaces or window width for horizontal reveal surfaces

α = vertical solar profile angle for shadowing on vertical reveal surfaces or horizontal solar profile angle for shadowing on horizontal reveal surfaces.

p1(p2) = distance from outside (inside) surface of frame to glazing midplane.

d2 = depth of shadow cast by top reveal on bottom reveal, or by left reveal on right reveal, or by right reveal on left reveal.

d2 = depth of shadow cast by frame.

For simplicity it is assumed that, for the case without a frame, the shadowed and illuminated areas extend into the glazing region. For this reason, d1 and d2 are measured from the midplane of the glazing. For the case with a frame, the beam solar absorbed by the surfaces formed by the frame outside and inside projections perpendicular to the glazing is calculated as described in “Window Frame and Divider Calculation: Calculation of Solar Radiation Absorbed by Frame."

Expression for area of shaded regions for different shadow patterns: (a) window without frame

Expression for area of shaded regions for different shadow patterns: (a) window without frame

Expression for area of shaded regions for different shadow patterns: (b) window with frame

Expression for area of shaded regions for different shadow patterns: (b) window with frame

Vertical section through a vertical window with outside and inside reveal showing calculation of the shadows cast by the top reveal onto the inside sill and by the frame onto the inside sill. [fig:vertical-section-through-a-vertical-window]

Vertical section through a vertical window with outside and inside reveal showing calculation of the shadows cast by the top reveal onto the inside sill and by the frame onto the inside sill. [fig:vertical-section-through-a-vertical-window]

The following logic gives expressions for the shadowed areas for all possible shadow patterns. Here:

d1 = d1

d2 = d2

P1 = p1

P2 = p2

f1 = d1p1

f2 = d2p2

d2prime = d2

d2prime2 = d2

d12 = d1+d2d2

TanAlpha = tanα

A1sh = A1,sh

A2sh = A2,sh

L = L

L1 = average distance to frame of illuminated area of outside reveal (used to calculate view factor to frame).

L2 = average distance to frame of illuminated area of inside reveal (used to calculate view factor to frame).

IF(window does not have a frame) THEN
     IF(d2prime < = d2) THEN
    IF(d12*TanAlpha < = L) THEN
      A1sh = 0.5*TanAlpha*d1**2
      A2sh = d2prime*L + 0.5*TanAlpha*d12**2 - A1sh
    ELSE  ! d12*TanAlpha > L
      IF(d1*TanAlpha < = L) THEN
        A1sh = 0.5*TanAlpha*d1**2
        A2sh = d2*L - 0.5*TanAlpha*(L/TanAlpha - d1)**2
      ELSE  ! d1*TanAlpha > L
        A1sh = d1*L - (0.5/TanAlpha)*L**2
        A2sh = d2*L
      END IF
    END IF
  ELSE  ! d2prime > d2
    A2sh = d2*L
    IF(d2prime < d1+d2) THEN
      IF(d12*TanAlpha < = L) THEN
        A1sh = L*(d2prime-d2) + 0.5*TanAlpha*d12**2
      ELSE  ! d12*TanAlpha > L
        A1sh = d1*L - 0.5*L**2/TanAlpha
      END IF
    ELSE  ! d2prime > = d1+d2
      A1sh = d1*L
    END IF
  END IF
ELSE  ! Window has a frame
 f1 = d1-P1
 f2 = d2-P2
 d2prime2 = FrameWidth/TanGamma
 IF(vertical reveal) THEN  ! Vertical reveal
   IF(InsReveal+0.5*GlazingThickness < = P2) d2 = P2 + 0.001
 ELSE                      ! Horizontal
   IF(bottom reveal surfaces may be illuminated) THEN
     ! Bottom reveal surfaces may be illuminated
     IF(InsSillDepth+0.5*GlazingThickness< = P2) d2 = P2 + 0.001
   ELSE
     ! Top reveal surfaces may be illuminated
     IF(InsReveal+0.5*GlazingThickness < = P2) d2 = P2 + 0.001
   END IF
 END IF
 IF(d2prime < = f2) THEN
   ! Shadow from opposing reveal does not go beyond inside
    !  surface of frame
   IF(d12*TanAlpha < = L) THEN
     A1sh = 0.5*TanAlpha*f1**2
     L1   = f1*(f1*TanAlpha/(6*L)+0.5)
     IF(d2-(d2prime+d2prime2+P2) > = 0.) THEN
       A2sh = (d2prime+d2prime2)*L + &
         0.5*TanAlpha*((d1+d2-d2prime)**2-d1+p2+d2prime2)**2)
       L2   = d2prime2 + 0.5*(d2-(d2prime+d2prime2+P2))
     ELSE  ! d2-(d2prime+d2prime2+P2) < 0.
       ! Inside reveal is fully shadowed by frame and/or
        !opposing reveal
       A2sh = f2*L
       L2   = f2
     END IF
   ELSE  ! d12*TanAlpha > = L
     IF((d1+P2)*TanAlpha < = L) THEN
       A1sh = 0.5*TanAlpha*f1**2
       L1 = f1*((f1*TanAlpha)/(6*L) + 0.5)
       IF((d1+P2+d2prime2)*TanAlpha > = L) THEN
         A2sh = f2*L
         L2   = f2
       ELSE  ! (d1+P2+d2prime2)*TanAlpha < L
         A2sh = f2*L - 0.5*(L-(d1+P2)*TanAlpha)**2/TanAlpha &
            + d2prime2*(L-(d1+P2+d2prime2/2)*TanAlpha)
         L2 = d2prime2 + (L/TanAlpha - (d1+P2+d2prime2))/3
       END IF
     ELSE  ! (d1+P2)*TanAlpha > L
       L2 = f2
       A2sh = f2*L
       IF(f1*TanAlpha < = L) THEN
         A1sh = 0.5*TanAlpha*f1**2
         L1 = f1*((f1*TanAlpha)/(6*L) + 0.5)
       ELSE  ! f1*TanAlpha > L
         A1sh = f1*L - 0.5*L**2/TanAlpha
         L1 = f1-(L/TanAlpha)/3
       END IF
     END IF
   END IF
 ELSE
    ! d2prime > f2 -- Shadow from opposing reveal goes beyond
    ! inside of frame
   A2sh = f2*L
   L2 = f2
   IF(d2prime > = d1+d2) THEN
     A1sh = 0.0
     L1   = f1
   ELSE  ! d2prime < d1+d2
     IF(d2prime < = d2+P1) THEN
       IF(f1*TanAlpha < = L) THEN
         A1sh = 0.5*TanAlpha*f1**2
         L1 = f1*((f1*TanAlpha)/(6*L) + 0.5)
       ELSE  ! f1*TanAlpha > L
         A1sh = f1*L - 0.5*L**2/TanAlpha
             L1   = f1 - (L/TanAlpha)/3
           END IF
         ELSE  ! d2prime > d2+P1
           IF(d12*TanAlpha < = L) THEN
             A1sh = L*(d2prime-(d2+P1)) + 0.5*TanAlpha*d12**2
             L1   = (L*(f1-d12/2)-d12*TanAlpha* &
                (f1/2-d12/3))/(L-d12*TanAlpha/2)
           ELSE  ! d12*TanAlpha > L
             A1sh = f1*L - 0.5*L**2/TanAlpha
             L1   = f1 - (L/TanAlpha)/3
           END IF
         END IF
       END IF
     END IF
     FracToGlassOuts = 0.5*(1.0 - ATAN(FrameWidth/L1)/PiOvr2)
     FracToGlassIns  = 0.5*(1.0 - ATAN(FrameWidth/L2)/PiOvr2)
   END IF  ! End of check if window has frame

The beam solar reflected from a sunlit region of area A is given by:

R=IBAcosβ(1a)

where

R = reflected solar radiation [W]

IB = beam normal irradiance [W/m2]

A = sunlit area [m2]

β = beam solar angle of incidence on reveal surface

a = solar absorptance of reveal surface

All reflected radiation is assumed to be isotropic diffuse. For outside reveal surfaces it is assumed that R/2 goes toward the window and R/2 goes to the exterior environment. Of the portion that goes toward the window a fraction F1 goes toward the frame, if present, and 1F1 goes toward the glazing.

The view factor F1 to the frame calculated by assuming that the illuminated area can be considered to be a line source. Then the area-weighted average distance, L1, of the source to the frame is calculated from the shape of the illuminated area (see above psuedo-code). Then F1 is related as follows to the average angle subtended by the frame of width wf:

F1=tan1(wf/L1)π/2

For the portion going towards the frame, (R/2)F1af is absorbed by the frame (where af is the solar absorptance of the frame) and contributes to the frame heat conduction calculation. The rest, (R/2)F1(1af) , is assumed to be reflected to the exterior environment.

If the glazing has diffuse transmittance τdiff, diffuse front reflectance ρfdiff, and layer front absorptance αfl,diff, then, of the portion, (R/2)(1F1), that goes toward the glazing, (R/2)(1F1)τdiff is transmitted to the zone, (R/2)(1F1)αfl,diff is absorbed in glass layer l and contributes to the glazing heat balance calculation, and (R/2)(1F1)ρfdiff is reflected to the exterior environment.

The beam solar absorbed by an outside reveal surface is added to the other solar radiation absorbed by the outside of the window’s parent wall.

For inside reveal surfaces it is assumed that R/2 goes towards the window and R/2 goes into the zone. Of the portion that goes toward the window a fraction (R/2)F2 goes toward the frame, if present, and (R/2)(1F2) goes toward the glazing (F2 is calculated using a method analogous to that used for F1). For the portion going towards the frame, (R/2)F2af is absorbed by the frame and contributes to the frame heat conduction calculation. The rest, (R/2)F2(1af), is assumed to be reflected back into the zone.

If the glazing has diffuse back reflectance ρbdiff, and layer back absorptance αbl,diff, then, of the portion (R/2)(1F2) that goes toward the glazing, (R/2)(1F2)τdiff is transmitted back out the glazing, (R/2)(1F2)αbl,diff is absorbed in glass layer l and contributes to the glazing heat balance calculation, and (R/2)(1F2)ρbdiff is reflected into the zone.

The beam solar absorbed by an inside reveal surface is added to the other solar radiation absorbed by the inside of the window’s parent wall.

Shading Device Thermal Model[LINK]

Shading devices in EnergyPlus can be on the exterior or interior sides of the window or between glass layers. The window shading device thermal model accounts for the thermal interactions between the shading layer (shade, screen or blind) and the adjacent glass, and between the shading layer and the room (for interior shading) or the shading layer and the outside surround (for exterior shading).

An important feature of the shading device thermal model is calculating the natural convection airflow between the shading device and glass. This flow affects the temperature of the shading device and glazing and, for interior shading, is a determinant of the convective heat gain from the shading layer and glazing to the zone air. The airflow model is based on one described in the ISO Standard 15099, “Thermal Performance of Windows, Doors and Shading Devices—Detailed Calculations” [ISO15099, 2001]. (Between-glass forced airflow is also modeled; see “Airflow Windows.”)

The following effects are considered by the shading device thermal model:

  • For interior and exterior shading device: Long-wave radiation (IR) from the surround absorbed by shading device, or transmitted by the shading device and absorbed by the adjacent glass. For interior shading the surround consists of the other zone surfaces. For exterior shading the surround is the sky and ground plus exterior shadowing surfaces and exterior building surfaces “seen” by the window.

  • Inter-reflection of IR between the shading device and adjacent glass.

  • Direct and diffuse solar radiation absorbed by the shading device.

  • Inter-reflection of solar radiation between shading layer and glass layers.

  • Convection from shading layer and glass to the air in the gap (or, for between-glass shading, gaps) between the shading layer and adjacent glass, and convection from interior shading layer to zone air or from exterior shading layer to outside air.

  • Natural convection airflow in the gap (or, for between-glass shading, gaps) between shading layer and adjacent glass induced by buoyancy effects, and the effect of this flow on the shading-to-gap and glass-to-gap convection coefficients.

  • For interior shading, convective gain (or loss) to zone air from gap airflow.

In the following it is assumed that the shading device, when in place, covers the glazed part of the window (and dividers, if present) and is parallel to the glazing. For interior and exterior shading devices it is assumed that the shading layer is separated from the glazing by an air gap. A between-glass shading layer is assumed to be centered between two glass layers and separated from the adjacent glass layers by gaps that is filled with the same gas. If the window has a frame, it is assumed that the shading device does not cover the frame.

Heat Balance Equations for Shading Device and Adjacent Glass[LINK]

If a window shading device is deployed the heat balance equations for the glass surfaces facing the shading layer are modified, and two new equations, one for each face of the shading layer, are added. Figure 8 illustrates the case of double glazing with an interior shading device.

Glazing system with two glass layers and an interior shading layer showing variables used in heat balance equations. [fig:glazing-system-with-two-glass-layers-and-an]

Glazing system with two glass layers and an interior shading layer showing variables used in heat balance equations. [fig:glazing-system-with-two-glass-layers-and-an]

The heat balance equation for the glass surface facing the gap between glass and shading layer (called in the following, “gap”) is:

Eiε4τsh1ρ4ρsh+σε41ρ4ρsh[θ45εshθ44(1ρsh)]+k2(θ3θ4)+hcv(Tgapθ4)+S4=0

where

τsh = IR diffuse transmittance of shading device

εsh = diffuse emissivity of shading device

ρsh = IR diffuse reflectance of shading device ( = 1 - ( τsh + εsh))

θ5 = temperature of the surface of the shading layer that faces the gap (K).

The term 1 - ρ4ρsh accounts for the inter-reflection of IR radiation between glass and shading layer.

The convective heat transfer from glass layer #2 to the air in the gap is:

qc,gl=hcv(θ4Tgap)

where

Tgap = effective mean temperature of the gap air (K).

hcv = convective heat transfer coefficient from glass or shading layer to gap air (W/m2K).

The corresponding heat transfer from shading layer to gap air is:

qc,sh=hcv(θ5Tgap)

The convective heat transfer coefficient is given by:

hcv=2hc+4v

where

hc = surface-to-surface heat transfer coefficient for non-vented (closed) cavities (W/m2K)

v = mean air velocity in the gap (m/s).

The quantities hcv and Tgap depend on the airflow velocity in the gap, which in turn depends on several factors, including height of shading layer, glass/shading layer separation (gap depth), zone air temperature for interior shading or outside air temperature for exterior shading, and shading layer and glass face temperatures. The calculation of hcv and Tgap is described in the following sections.

The heat balance equation for the shading layer surface facing the gap is:

Eiτshρ4εsh1ρ4ρsh+σεsh1ρ4ρsh[ε4θ44θ45(1ρ4(εsh+ρsh))]+ksh(θ6θ5)+hcv(Tgapθ5)+Ssh,1=0

where

ksh = shading layer conductance (W/m2K).

θ6 = temperature of shading layer surface facing the zone air (K).

Ssh,l = solar radiation plus short-wave radiation from lights plus IR radiation from lights and zone equipment absorbed by the gap-side face of the shading layer (W/m2K).

The heat balance equation for the shading layer surface facing the zone air is:

Eiεshεshσθ46+ksh(θ5θ6)+hi(Tiθ6)+Ssh,2=0

where

Ssh,2 = solar radiation plus short-wave radiation from lights plus IR radiation from lights and zone equipment absorbed by the zone-side face of the shading layer (W/m2K).

Solving for Gap Airflow and Temperature[LINK]

For interior and exterior shading devices a pressure-balance equation is used to determine gap air velocity, gap air mean equivalent temperature and gap outlet air temperature given values of zone air temperature (or outside temperature for exterior shading), shading layer face temperatures and gap geometry. The pressure balance equates the buoyancy pressure acting on the gap air to the pressure losses associated with gap airflow between gap inlet and outlet [ISO15099, 2001]. The variables used in the following analysis of the interior shading case are shown in Figure 9.

Vertical section (a) and perspective view (b) of glass layer and interior shading layer showing variables used in the gap airflow analysis. The opening areas A_{bot}, A_{top}, A_{l}, A_{r} and A_{h} are shown schematically. [fig:vertical-section-a-and-perspective-view-b-of]

Vertical section (a) and perspective view (b) of glass layer and interior shading layer showing variables used in the gap airflow analysis. The opening areas Abot, Atop, Al, Ar and Ah are shown schematically. [fig:vertical-section-a-and-perspective-view-b-of]

Pressure Balance Equation[LINK]

The pressure balance equation for airflow through the gap is:

ΔpT=ΔpB+ΔpHP+ΔpZ

Here, ΔpT is the driving pressure difference between room air and gap air. It is given by:

ΔpT=ρ0T0gHsinϕTgapTgap,inTgapTgap,in

where

ρ0 = density of air at temperature T0 (kg/m3)

T0 = reference temperature (283K)

g = acceleration due to gravity (m/s2)

H = height of shading layer (m)

ϕ = tilt angle of window (vertical = 90o)

Tgap = effective mean temperature of the gap air (K)

Tgap,in = gap inlet temperature ( = zone air temperature for interior shading) (K)

The ΔpB term is due to the acceleration of air to velocity v (Bernoulli’s law). It is given by:

ΔpB=ρ2v2(Pa)

where ρ is the gap air density evaluated at Tgap (kg/m3).

The ΔpHP term represents the pressure drop due to friction with the shading layer and glass surfaces as the air moves through the gap. Assuming steady laminar flow, it is given by the Hagen-Poiseuille law for flow between parallel plates [Munson et al. 1998]:

ΔpHP=12μHs2v(Pa)

where μ is the viscosity of air at temperature Tgap (Pa-s).

The ΔpZ term is the sum of the pressure drops at the inlet and outlet openings:

ΔpZ=ρv22(Zin+Zout)(Pa)

Here, the inlet pressure drop factor, Zin, and the outlet pressure drop factor, Zout, are given by:

Zin=(Agap0.66Aeq,in1)2Zout=(Agap0.60Aeq,out1)2

where

Aeq,in = equivalent inlet opening area (m2)

Aeq,out = equivalent outlet opening area (m2)

Agap = cross-sectional area of the gap = sW(m2)

If Tgap > Tgap,in:

Aeq,in=Atop+Abot2(Abot+Atop(Al+Ar+Ah)Aeq,out=Abot+Atop2(Abot+Atop(Al+Ar+Ah)

If Tgap Tgap,in:

Aeq,in=Atop+Abot2(Abot+Atop(Al+Ar+Ah)Aeq,out=Abot+Atop2(Abot+Atop(Al+Ar+Ah)

Here, the area of the openings through which airflow occurs (see Figure 9 and Figure 10) are defined as follows:

Abot = area of the bottom opening (m2)

Atop = area of the top opening (m2)

Al = area of the left-side opening (m2)

Ar = area of the right-side opening (m2)

Ah = air permeability of the shading device expressed as the total area of openings (“holes”) in the shade surface (these openings are assumed to be uniformly distributed over the shade) (m2)

Figure 10 shows examples of Abot, Atop, Al and Ar for different shading device configurations. These areas range from zero to a maximum value equal to the associated shade/screen/blind-to-glass cross-sectional area; i.e., Abot and Atop ≤ sW, Al and Ar ≤ sH.

Examples of openings for an interior shading layer covering glass of height H and width W. Not to scale. (a) Horizontal section through shading layer with openings on the left and right sides (top view). (b) Vertical section through shading layer with openings at the top and bottom (side view). [fig:examples-of-openings-for-an-interior-shading]

Examples of openings for an interior shading layer covering glass of height H and width W. Not to scale. (a) Horizontal section through shading layer with openings on the left and right sides (top view). (b) Vertical section through shading layer with openings at the top and bottom (side view). [fig:examples-of-openings-for-an-interior-shading]

Expression for the Gap Air Velocity

Expressing Equation [eq:PressureBalanceEquationAirflow] in terms of v yields the following quadratic equation:

v=[(12μHs2)2+2ρ2(1+Zin+Zout)ρ0T0gHsinϕTgap,inTgapTgap,inTgap]1/212μHs2ρ(1+Zin+Zout)

Solving this gives:

v=[(12μHs2)2+2ρ2(1+Zin+Zout)ρ0T0gHsinϕTgap,inTgapTgap,inTgap]1/212μHs2ρ(1+Zin+Zout)

The choice of the root of the quadratic equation is dictated by the requirement that v = 0 if Tgap,in = Tgap.

Gap Outlet Temperature and Equivalent Mean Air Temperature

The temperature of air in the gap as a function of distance, h, from the gap inlet (Figure 11) is:

Tgap(h)=Tave(TaveTgap,in)eh/H0

where

Tave=Tgl+Tsh2

is the average temperature of the glass and shading layer surfaces facing the gap (K).

H0 = characteristic height (m), given by:

H0=ρCps2hcvv

where Cp is the heat capacity of air.

The gap outlet temperature is given by:

Tgap,out=Tave(TaveTgap,in)eH/H0

The thermal equivalent mean temperature of the gap air is:

Tgap=1HH0Tgap(h)dh=TaveH0H(Tgap,outTgap,in)

Variation of gap air temperature with distance from the inlet for upward flow. [fig:variation-of-gap-air-temperature-with]

Variation of gap air temperature with distance from the inlet for upward flow. [fig:variation-of-gap-air-temperature-with]

Solution Sequence for Gap Air Velocity and Outlet Temperature

The routine WinShadeGapFlow is called within the glazing heat balance iterative loop in SolveForWindowTemperatures to determine v and Tgap,out. The solution sequence in WinShadeGapFlow is as follows:

At start of iteration, guess Tgap as ((Tgl + Tsh)/2 + Tgap,in)/2. Thereafter use value from previous iteration.

Get still-air conductance, hc, by calling WindowGasConductance and NusseltNumber.

Get v from Equation [eq:GapAirVelocityEquation].

Get hcv from Equation [eq:hcvConvectiveCoefficientEquation].

Get Tavefrom Equation [eq:GlassShadingLayerAverageTemperature].

Get Tgap,out from Equation [eq:TgapoutEquation].

Get new value of Tgapfrom Equation [eq:TgapEquation].

The values of hcv and Tgap so determined are then used in the window heat balance equations to find new values of the face temperatures of the glass and shading layers. These temperatures are used in turn to get new values of hcv and Tgap until the whole iterative process converges.

Convective Heat Gain to Zone from Gap Airflow

The heat added (or removed) from the air as it passes through the gap produces a convective gain (or loss) to the zone air given by:

qv=LW[hcv(TglTgap)+hcv(TshTgap)]=2hcvLW(TaveTgap)(W)

This can also be expressed as:

qv=˙mCp(Tgap,outTgap,in)(W)

where the air mass flow rate in the gap is given by:

˙m=ρAgapv(kg/s)

Improved Airflow Equations for Window Screens and Horizontal Louvered Blind Systems[LINK]

Several different approaches to simulate windows with attachments have been studied and developed. The primary focus of these works has been the experimental measurement, simulation, and simplified model development of solar heat gain for horizontal louvered blinds (venetian blinds) located between-glass and room-side. Relatively little research has been done to characterize the night-time (zero solar load) U-factor impacts of attachment products other than venetian blinds, including in-plane products such as solar screens, roller shades, cellular shades, insect screens, and drapes.

Illustration of ISO 15099 ventilated shade layer opening locations. [fig:Openness_ISO15099]

Illustration of ISO 15099 ventilated shade layer opening locations. [fig:Openness_ISO15099]

Surface openness of shade systems, dsurface in Figure 12, has primarily been studied for highly porous surfaces such as insect screens. The inlet and outlet pressure loss of a cavity open to the indoor room, ΔPz, is calculated with Equations [eq:OpennesCalcs], where the use of in/out and top/bot are dependent on the direction of flow, as determined by the glass surface temperature relative to the indoor temperature.

ΔPz=0.5ρv2(Zin+Zout)Zin/out=(As0.6Aeq,in/out1)2Aeq,in/out=Atop/bot+12Abot/topAbot+Atop(Al+Ar+Ah)Ah=dsurfaceWHAs=dgapW

Where ρ is the fluid density, v s the fluid velocity, Zin/out is the pressure loss factor of the cavity, As is the cross-section area of the cavity, dgap is the glass-to-shade cavity depth, dsurface is the openness fraction (0 - 1), W is the window width, H is the window height, Aeq, is the equivalent inlet/outlet area of the cavity, and Al, Ar, Atop, Abot, Ah are the areas of the left, right, top, bottom, and front surface ventilation gaps respectively.

The set of equations [eq:OpennesCalcs] include an inherent minimum of pressure loss coefficient, Z, when the calculated inlet or outlet area, Aeq, equals 5/3 the cross section area, As. This limits the validity of the model to Aeq less than 5/3 of As. Figure 13 illustrates this minimum with a surface map of calculated Z values (log(Z) plotted to show contours) over a range of Aeq based on a 1m x 1m window. Figure 13 shows a slice of the surface plot at a typical dgap=15mm. Window surface area, Aw, is typically one to two orders of magnitude larger than the cross-section area, As. This means that Aeq exceeds As at relatively low surface openness. For a typical glass-to-shade gap, dgap=15mm, the local minimum in Z, and in turn valid openness range of the algorithm, occurs at an openness of dsurface0.1.

Pressure loss factor, Z, as a function of A_{eq} at A_s = 0.015m^2; and (b) surface plot of Z as a function of A_s and A_{eq} for a 1m x 1m window. The minimum follows the predicted ratio of 5/3 between A_{eq} and As. [fig:PressureLossFacor]

Pressure loss factor, Z, as a function of Aeq at ; and (b) surface plot of Z as a function of As and Aeq for a 1m x 1m window. The minimum follows the predicted ratio of 5/3 between Aeq and As. [fig:PressureLossFacor]

Screen Heat Flux[LINK]

To improve the simulation correlation, correlation coefficients are proposed to the five ventilated layer opening parameters defined in ISO 15099; Ah, Atop, Abot, Al, and Ar. This model includes two correlation constants, C1 and C2 that are determined based on regression analysis of the measured dataset. An additional two constants, C3 and C4, are also optimized and used to correlate the to left/right and top/bottom gaps respectively as shown in Equations [eq:ScreenCorrelations].

Ah=C1dC2surfaceAwAl,r=C3Al,rAt,b=C4At,b

Where correlation constants are:

Coefficient Value
C1 0.078
C2 1.20
C3 1
C4 1

Horizontal Louvered Blind[LINK]

To improve the simulation correlation, correlation coefficients are proposed to the five ventilated layer opening parameters defined in ISO 15099; Ah, Atop, Abot, Al, and Ar. The proposed heat flux model includes parameters for the openness, dsurface, open area, Ah, tilt, ϕ, and the layer conductivity, k.

Ah=D1[dsurface(cosϕ)D2]D3Asdsurface=1tcos(ϕ)(pt)t=D4wcosϕk=dsurfacekc+(1dsurface)ksdtop=0dleft,right=dgap(for outside mount)dleft,right=0(for inside mount)dbottom=dgap(for outside mount)dbottom=0(for inside mount)

where t and k are the revised layer thickness and equivalent conductivity and kc is the conductivity of the gas between slats at the average blind layer temperature.

Where correlation constants are:

Coefficient Horizontal Blinds Vertical Blinds
D1 0.016 0.041
D2 -0.63 -0.00
D3 0.53 0.270
D4 0.043 0.012

Heat Balance Equations for Between-Glass Shading Device[LINK]

In EnergyPlus shading devices are allowed between the two glass panes of double glazing and between the two inner glass panes of triple glazing. Figure 14 shows the case of a between-glass shading device in double glazing.

Glazing system with two glass layers and a between-glass shading device showing variables used in the heat balance equations. [fig:glazing-system-with-two-glass-layers-and-a]

Glazing system with two glass layers and a between-glass shading device showing variables used in the heat balance equations. [fig:glazing-system-with-two-glass-layers-and-a]

The heat balance equations for the two glass surfaces facing the shading device are the following.

For face #2:

hcv,1(Tgap,1θ2)+k1(θ1θ2)+σε21ρ2R1[τsh1ρ6ρ3(ε3θ43+ε6θ46ρ3)+ε5θ45+ε2θ42R1]σε2θ42+S2=0

where

hcv,2(Tgap,2θ3)+k2(θ4θ3)+σϵ31ρ3R2[τsh1ρ5ρ2(ϵ3θ42+ϵ5θ45ρ2)+ϵ6θ46+ϵ7θ43R2]

Tgap,1 = effective mean air temperature in gap 1 (K)

hcv,1 = convective heat transfer coefficient from glass or shading layer to gas in gap 1 (W/m2K)

For face #3:

hcv,2(Tgap,2θ3)+k2(θ4θ3)+σε31ρ3R2[τsh1ρ5ρ2(ε3θ42+ε5θ45ρ2)+ε6θ46+ε7θ43R2]σε3θ43+S3=0

where

hcv,1(Tgap,1θ5)+ksh(θ6θ5)+σϵ51ρ2R1[τshρ21ρ5ρ3(ϵ3θ43+ϵ6θ46ρ3)+ϵ2θ42+ϵ5θ45ρ2]

Tgap,2 = effective mean air temperature in gap 2 (K)

hcv,2 = convective heat transfer coefficient from glass or shading layer to gas in gap 2 (W/m2K)

The heat balance equations for the shading layer faces are:

For face #5:

hcv,1(Tgap,1θ5)+ksh(θ6θ5)+σε51ρ2R1[τshρ21ρ5ρ3(ε3θ43+ε6θ46ρ3)+ε2θ42+ε5θ45ρ2]σε5θ45+S5=0

For face #6:

hcv,2(Tgap,2θ3)+k2(θ4θ3)+σε31ρ3R2[τsh1ρ5ρ2(ε2θ42+ε5θ45ρ2)+ε6θ46+ε7θ43R2]σε3θ43+S3=0

The convective heat transfer coefficients are given by:

hcv,1=2hc,1+4vhcv,2=2hc,2+4v

where

hc,1,hc,2 = surface-to-surface heat transfer coefficients for gap #1 and #2, respectively, when these gaps are non-vented (closed).

v = air velocity in the gaps (m/s). It is assumed that the gap widths are equal, so that the velocity of flow in the gaps is equal and opposite, i.e., when the airflow is upward in gap #1 it is downward in gap #2 and vice-versa.

In analogy to the interior or exterior shading device case, the air velocity is determined by solving the following pressure balance equation:

ΔpT,1,2=ΔpB,1+ΔpHP,1+ΔpZ,1+ΔpB,2+ΔpHP,2+ΔpZ,2

where the driving pressure difference between gap #1 and #2 is:

ΔpT,1,2=ρ0T0gHsinϕTgap,1Tgap,2Tgap,1Tgap,2     (Pa)

The pressure drops on the right-hand side of this equation are:

ΔpB,i=ρgap,i2v2ΔpHP,i=12μgap,iHs2ΔpZ,i=ρgap,iv22(Zin,i+Zout,i)

where i = gap number (1 or 2).

It can be shown that Zin,1+Zout,1=Zin,2+Zout,2 . Then, inserting these pressure drop expressions into Equation [eq:DeltapT12Equation], we obtain the following expression for the airflow velocity:

v=[(12(μgap,1+μgap,2)Hs2)2+2ΔpT,1,2(ρgap,1+ρgap,2)(1+Zin+Zout)]1/212(μgap,1+μgap,2)Hs2(ρgap,1+ρgap,2)(1+Zin+Zout)

The choice of the sign of the square root term is dictated by the requirement that v=0 if ΔpT,1,2=0, i.e., Tgap,1=Tgap,2.

Given v, we can now calculate Tgap,1 and Tgap,2, which gives ΔpT,1,2. The procedure is as follows. We have:

ξ=(1ξ1)(1ξ2)1ξ1ξ2

where Tave,1=(θ2+θ5)/2 and ξ1=eHH0,1 with H0,1=ρgap,1Cpsv/(2hcv,1) . Since Tgap,1,in=Tgap,2,out this gives:

Tgap,1,out=Tave,1(Tave,1Tgap,2,out)ξ1

Similarly,

k1(θ1θ2)+hcv(Tgapθ2)+σε2ε31(1ε2)(1ε3)(θ43θ42)+S2=0

Solving these simultaneous equations gives:

Tgap,1,out=Tave,1(1ξ1)+ξ1Tave,2(1ξ2)1ξ1ξ2Tgap,2,out=Tave,2(1ξ2)+ξ2Tave,1(1ξ1)1ξ1ξ2

Using these in:

Tgap,1=Tave,1H0,1H(Tgap,1,outTgap,2,out)

gives:

Tgap,1=Tave,1H0,1Hξ(Tave,1Tave,2)

with:

k2(θ4θ3)+hcv(Tgapθ3)+σε2ε31(1ε2)(1ε3)(θ42θ43)+S3=0

Similarly, from:

Tgap,2=Tave,2H0,2H(Tgap,2,outTgap,1,out)

we get:

Tgap,2=Tave,2H0,2Hξ(Tave,2Tave,1)

The overall solution sequence is as follows. At start of the iteration process, guess Tgap,1=Tave,1 and Tgap,2=Tave,2. Then:

1) Get ξ1 using Tgap,1,Tgap,2 .

2) Get still-air conductances hc,1,hc,2 by calling WindowGasConductance and NusseltNumber.

3) Get v from Equation [eq:AirFlowVelocityEquation].

4) Get hcv,1,hcv,2 from Equation [eq:hcv1hcv2Array].

5) Get Tave,1,Tave,2.

6) Get Ho,1, Ho,2, ξ2 and θ2,θ3,θ5.

7) Get Tgap,1 ,Tgap,2 from Equations [eq:Tgap1Equation] and [eq:Tgap2Equation].

The values hcv,1, hcv,2, Tgap,1 and Tgap,2 are then used in the face heat balance equations to find new values of the face temperatures θ2, θ3, θ5 and θ6. These are used in turn to get new values of hcv,1, hcv,2, Tgap,1 and Tgap,2 until the whole iterative process converges.

Airflow Windows[LINK]

In airflow windows forced air flows in the gap between adjacent layers of glass. Such windows are also known as “heat-extract windows” and “climate windows.”

Five configurations of airflow windows are modeled (Figure 15) that depend on the source and destination of forced air. The allowed combinations of Airflow Source and Airflow Destination are:

InsideAir OutsideAir

InsideAir InsideAir

InsideAir ReturnAir

OutsideAir InsideAir

OutsideAir OutsideAir

Gap airflow configurations for airflow windows. From Active facades, Version no. 1, Belgian Building Research Institute, June 2002. [fig:gap-airflow-configurations-for-airflow]

Gap airflow configurations for airflow windows. From “Active facades,” Version no. 1, Belgian Building Research Institute, June 2002. [fig:gap-airflow-configurations-for-airflow]

A common application of airflow windows is to reduce the zone cooling load by exhausting indoor air through the window, thereby picking up and rejecting heat from the glazing (Figure 15).

Figure 16 shows the variables used in the heat balance equations for forced airflow in a double-glazed window.

Glazing system with forced airflow between two glass layers showing variables used in the heat balance equations. [fig:glazing-system-with-forced-airflow-between]

Glazing system with forced airflow between two glass layers showing variables used in the heat balance equations. [fig:glazing-system-with-forced-airflow-between]

The heat balance equation for the left-hand glass surface facing the gap in Figure 16 is:

Tave=θ2+θ32

The corresponding equation for the right-hand glass surface facing the gap is:

Cgas=CCOND+CRAD

Here,

Tgap = effective mean temperature of the gap air (K)

hcv = convective heat transfer coefficient from glass to gap air (W/m2K).

The convective heat transfer coefficient is given by:

hcv=2hc+4v

where

hc = glass-to-glass heat transfer coefficient for non-vented (closed) cavity (W/m2K)

v = mean air velocity in the gap (m/s).

The air velocity is determined by the gap cross-sectional area in the flow direction and the air flow rate, which is an input value that is constant or can vary according to a user-specified schedule:

v=FAgap      (m/s)

where

F = airflow rate (m3/s)

Agap = gap cross-sectional area in direction of flow (m2)

It is assumed that the airflow is uniform across the width of the window.

The mean temperature of the gap air is given by the following expression, whose derivation follows that for Equation [eq:TgapEquation] for the case of an interior shading device:

Tgap=TaveHH0(Tgap,outTgap,in)

where

CCOND=α[γ+1γ1][R8πMT]12P

H0=ρCps2hcvv

H = glazing height (m)

Tgap,in = gap air inlet temperature (Ti if the airflow source is indoor air, To if the airflow source is outside air) (K).

The outlet air temperature is given by:

Tgap,out=Tave(TaveTgap,in)eH/H0

The equations for glass face #1 and #4 are the same as those for no airflow in the gap (Equations [eq:GlazingFace1HeatBalEquation] and [eq:GlazingFace4HeatBalEquation]).

The convective heat gain to the zone air due to the gap airflow when the airflow destination is indoor air is:

qv=˙m(Cp,outTgap,outCp,iTi)      (W)

where

Cp,i = heat capacity of the indoor air (J/kg-K)

Cp,out = heat capacity of the gap outlet air (J/kg-K)

and where the air mass flow rate in the gap is:

˙m=ρF      (kg/s)

Fan Energy[LINK]

The fan energy used to move air through the gap is very small and is ignored.

Airflow Window with Between-Glass Shading Device[LINK]

Figure 17 shows the case of a double-glazed airflow window with a between glass shading device. The heat balance equations in this case are the same as those for the between-glass shading device with natural convection (Figure 14 and following equations) except that now:

v=F/2Agap      (m/s)

where Agap = sW is the cross-sectional area of the gap on either side of the shading device. It is assumed that the shading device is centered between the two panes of glass so that the airflow, F, is divided equally between the two gaps.

The convective heat gain to the zone air due to the airflow through the two gaps when the airflow destination is indoor air is:

qv=˙m(Cp,ave,outTgap,ave,outCp,iTi)(W)

where the average temperature of the two outlet air streams is:

Tgap,ave,out=(Tgap,1,out+Tgap,2,out)/2

and

Cp,ave,out = heat capacity of the outlet air evaluated at Tgap,ave,out (J/kg-K)

Airflow window with between-glass shading device showing variables used in the heat balance equations. [fig:airflow-window-with-between-glass-shading]

Airflow window with between-glass shading device showing variables used in the heat balance equations. [fig:airflow-window-with-between-glass-shading]

Evacuated Glazing Unit (EGU)[LINK]

Evacuated glazing Units (EGU) are an emerging technology, developed as a concept some 20-30 years ago, but only now approaching wide-spread commercialization and adoption.

Evacuated glazing unit (EGU): cavity thermal conductance[LINK]

Thermal Conductance of the space in an evacuated glazing unit (EGU) is the sum of the conductance of the low pressure gas (air) and radiation conductance.

B=α[γ+1γ1][R8πMT]12

Conductance of the low-pressure gas

Conductance of low pressure gasses is calculated using formula by Corrucini (Corruccini, R. (1959)).

CCOND=BP

α=α1α2α2+α1(1α2)

CRAD=1ε11+ε211σ(T14T24)T1T2

Where:

CRAD=4σ1ε11+ε211Tm3

α1, α2 = Accommodation coefficients of the gas molecules with the two surfaces. These values depend on the temperature, surface conditions, etc. For the present configuration and conditions, it is expected that α is approximately 0.5. If a conservative value is needed, then a value of 1.0 could be used. With α1, α2 = 0.5, α = 0.333.

γ = Specific heat ratio, γair = 1.40.

R = Universal gas constant, R = 8,314.462175 J/mol·K

M = Molecular Weight, Mair = 28.97 [mol/g]

T = (T1 + T2)/2 [K]

P = Pressure of the gas [N/m2]

From the paper Collins and Robinson (Collins, R., & Robinson, S. (1991)), B is set at approximately 50 for Air, if pressure is given in torr. Therefore according to Collins and Robinson, for air and approximate conditions of EGU:

CCOND50P

Where P is in torr (i.e., mm Hg).

Note: Conversion from Pa to torr is accomplished by multiplying value in torr by 133.28.

Using formula 2 and assuming T1 to be 20oC and T2 to be -18oC (expected temperatures of glass surfaces in EGU, if one glass surface is low-e and unit is exposed to NFRC standard environmental conditions), and using SI system of units, the B is calculated as 54.4, which is very close to the value of 50, proposed by Collins and Robinson:

CCOND54.4P

EnergyPlus uses an exact value, calculated by the formula, so these values will be input into the calculations, enabling a more flexible model that can account for special treatment of glass surfaces.

Radiation conductance[LINK]

Radiation conductance for the two parallel plates is given by:

CRAD=1ε11+ε211σ(T14T24)T1T2

Where:

ε1 = emissivity of the first facing glass surface, [ - ]

ε2 = emissivity of the second facing glass surface, [ - ]

σ = Stefan-Boltzmann Constant, 5.67 x 108, [W/(m2·K4)]

T1 = Temperature of the first facing glass surface, [K]

T2 = Temperature of the second facing glass surface. [K]

Assuming glass surface temperatures of 20oC and -18oC, respectively, the following radiation conductances are obtained for the three different glass emissivities:

Clear Glass (ε1 = ε2 = 0.84): CRAD = 3.4 W/m2K

Hard Coat Low-e (ε1 or ε2 = 0.15): CRAD = 0.68 W/m2K

Soft Coat Low-e (ε1 or ε2 = 0.04): CRAD = 0.19 W/m2K

Note: CRAD of 0.09 is theoretically possible using the best low-e technology of present day (i.e., ε1 or ε2 = 0.02).

Note: Low-e values above are typical values, which will vary by manufacturer. Some more recent hard coat low-e values are at or below 0.1.

It should also be noted that values above are based on the fix set of temperatures, while in reality temperatures will depend on the environmental conditions and surface emissivities (e.g., it cannot be expected that clear glass will have same T1 and T2 as low-e glass).

Equation [eq:RadiationConductanceEquation] is a precise formulation for two parallel plates at the constant temperature. A simplified equation under these conditions is given in the form of:

U=1Rtot=1Ro+2Rglass+Rgap+Ri

Where:

Tm = mean temperature, [K]

Rgap=1Cgap=1CCOND+CRAD

Calculation of the U-factor:

LD(i)(x,y)=16ΔP(i)π6D(i)m=1,3,5n=1,3,5sinmπxWsinnπyHmn((mW)2+(nH)2)2

Cp=2ka1+2hπa

Cpa=2kaλ2(1+2hπa)

Where:

tglass = glass thickness; [m]

kglass = glass conductivity; kglass = 1 W/(m·K)

Rglass = 0.003 m2K/W (for 3 mm glass pane)

Ro 0.033 m2K/W

Ri 0.14 m2K/W

U-factor of EGU without any pillars (pretending that this is possible) would be calculated using CRAD only. From above radiation conductance calculations:

Clear Glass: U = 2.64 W/(m2·K) [0.464 Btu/(hr·ft2·ºF)]

Hard Coat Low-e: U = 0.62 W/(m2·K) [0.109 Btu/(hr·ft2·ºF)]

Soft Coat Low-e: U = 0.19 W/(m2·K) [0.034 Btu/(hr·ft2·ºF)]

Adding conductance of the air at 0.001 torr (CCOND = 0.08 W/(m2·K), these values become:

Clear Glass: U = 2.66 W/(m2·K) [0.468 Btu/(hr·ft2·ºF)]

Hard Coat Low-e: U = 0.68 W/(m2·K) [0.120 Btu/(hr·ft2·ºF)]

Soft Coat Low-e: U = 0.27 W/(m2·K) [0.048 Btu/(hr·ft2·ºF)]

In contrast, the U-factor of the same configuration with the air at atmospheric pressure will be (For the space width of 50 mm, CCOND ≈ 450 W/m2K):

Clear Glass: U = 5.52 W/(m2·K) [0.468 Btu/(hr·ft2·ºF)]

Hard Coat Low-e: U = 5.52 W/(m2·K) [0.120 Btu/(hr·ft2·ºF)]

Soft Coat Low-e: U = 5.52 W/(m2·K) [0.048 Btu/(hr·ft2·ºF)]

It is clear that emissivity of the glass surface makes no difference, because of the dominant conductance of the air space. Also, it is worth noting that the U-factor of such configuration is very close to the U-factor of single glazing.

Evacuated glazing unit (EGU): Glass support element thermal conductance[LINK]

Glass panes in the EGU are separated by an array of small support elements. Typically, these support elements have a cylindrical shape and are often referred to as “pillars.” Typical geometry of the pillar is 0.5-1.0 mm diameter and 0.05 mm (50 mm) height. They are typically spaced 1-2 in. apart in a form of square or staggered matrix.

Calculation of the U-factor[LINK]

The conductance of these elements can be measured or numerically modeled to determine accurate thermal performance. Approximate method also exists and is based on the combination of modeling and analytical work for the conduction through small cylinders in contact with infinite parallel plates with thickness much larger than cylinder height.

The following formula can be used to determine conductance of the single pillar, Cp (Collins and Fisher-Cripps 1991):

U=1Rtot=1Ro+2Rglass+Rgap+Ri

Where:

k = conductivity of glass, W/(m·K)

a = radius of the pillar (m)

h = pillar height, m

For the square array of support pillars (Collins and Fischer-Cripps 1991) proposes the following formula for their conductance, Cpa:

Rgap=1Cgap=1CCOND+CRAD+Cpa

Where:

λ = pillar spacing, m

This formula is approximate and does not include effect of the conductivity of the pillar, but it gives good approximation for common materials used in this technology, since conductivity of the pillar does not play substantial role for non-insulating pillars (where “non-insulating” would mean that conductivity of the pillar is equal or higher than the conductivity of the glass pane.

The U-factor of the EGU with support pillars is then:

LD(i)(x,y)=16ΔP(i)π6D(i)m=1,3,5n=1,3,5sinmπxWsinnπyHmn((mW)2+(nH)2)2

Where:

D(i)=Et3(i)12(1ν2)

References[LINK]

Collins, R., & Fischer-Cripps, A. 1991. “Design of Support Pillar Arrays in Flat Evacuated Windows.”. Aust. J. Phys.

Collins, R., & Robinson, S. 1991. “Evacuated Glazing”. Solar Energy. Vol. 47, No. 1, pp. 27-38.

Corruccini, R. 1959. “Gaseous Heat Conduction at Low Pressures and Temperatures”. Vacuum. Vol. 7-8, pp.19-29.

Thermal Performance of Deflected Insulated Glazing Unit (IGU)[LINK]

Introduction[LINK]

Deflection of insulated glazing unit (IGU) can result in thermal performance degradation or improvement due to the reduction or increase of gap space width. Convection of the gas fill is affected by changed gap space and due to modified convection pattern and shorter or longer thermal path at the center of the glazing unit can result in increased or decreased thermal performance. For the most part, U-factor is mostly affected as a direct result of changed thermal performance; however note that solar heat gain through the window (SHGC) can also be affected because of the effect of inward flowing fraction of absorbed solar radiation, which is affected by thermal performance of the IGU.

Deflection in sealed IGU is caused by the difference in gas pressure in IGU gap vs. outdoor/indoor pressure. Indoor and outdoor pressure can be considered equal, since indoor building environment is in pretty good contact with outdoor environment. We will call this pressure an atmospheric pressure, Pa. The differences in pressure between atmospheric and gap pressure is due to several factors, listed here:

1) Difference in atmospheric pressure between IGU fabrication location and end use location

2) Difference in temperature during fabrication and actual operating conditions for the glazing. It should be noted that initial temperature can be higher than ambient temperature during fabrication process, due to elevated sealant temperatures, which can raise local temperatures within the IGU.

3) Unbalanced gas fill leakage through the sealants, resulting in lower gap pressure and inward deflection.

4) Wind or static load pressure

Effects 1 and 2 will be modeled using equations presented below, while effect 3 does not have credible mathematical model. However, cumulative deflection, resulting from all three effects can be measured in the field and its effect on thermal performance can be modeled by specifying center glazing deflection.

Wind or static load pressure effects on deflection is not included in this model at this time, but will be considered for future versions.

Recognizing that indoor and outdoor air pressure could be different, such as in hot box test environment, future plans for the extension of the model will include option to specify different values for indoor and outdoor pressure. Another future improvement to the model will also include linking certain air gaps with indoor or outdoor environment, meaning that respective pressures in linked spaces will be set to equal.

Mathematical Model[LINK]

Mathematical model described in detail here is based on the research work by Bernier and Bourret (1997) and Timoshenko and Woinowsky-Krieger (1959). Bernier and Bourret (1997) of the Ecole Polytechnique Montréal adopted Timoshenko and Woinowsky-Krieger (1959) model for calculating flat plate deflection subjected to the differential pressure field (static), while their original contribution was to develop correlations for changes in thermal performance, based on IGU deflection at the center of glazing location. In addition to adopting Bernier and Bourret (1997) model here, we have also developed model for calculating change in thermal performance of deflected units when this deflection is measured in the field. Therefore, the mathematical formulation, presented here is divided into two sections; 1) calculation of the deflection and resulting thermal performance caused by pressure and temperature effects and 2) calculation of the thermal performance of the IGU when the deflection is measured.

Calculation of the deflection and thermal performance caused by pressure and temperature effects[LINK]

If coordinate system is set as shown in Figure 18 and Figure 19, it is possible to calculate deflection distribution at each point of pane by using following equation:

Deflection Coordinate System - 2D [fig:deflection-coordinate-system-2d]

Deflection Coordinate System - 2D [fig:deflection-coordinate-system-2d]

LD(i)(x,y)=16ΔP(i)π6D(i)m=1,3,5n=1,3,5sinmπxWsinnπyHmn((mW)2+(nH)2)2

where

D(i)=Et3(i)12(1ν2)

and

E = Young’s modulus (7.2 x 1010) [Force per unit Area; SI: Pa, IP: psi]

t = thickness of glazing pane [Length; SI: m, IP: in.]

ν = poison’s ratio (0.22 for glass) [Non-Dimensional]

Deflection Coordinate System - 3D [fig:deflection-coordinate-system-3d]

Deflection Coordinate System - 3D [fig:deflection-coordinate-system-3d]

Vgap(i)=Vini(i)+WH(¯¯¯¯¯¯¯¯¯¯LD,i¯¯¯¯¯¯¯¯¯¯¯¯¯¯LD,i+1)

Lr(i)=L+(¯¯¯¯¯¯¯¯¯¯¯¯¯LD,(i)¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯LD,(i+1))

LD(i),max=16ΔP(i)π6D(i)m=1,3,5n=1,3,5sinmπ2sinnπ2mn((m2)2+(n2)2)2

where

Pa = atmospheric pressure. [Force per unit Area; SI: Pa, IP: psi]

Pgap(i)=PiniVini(i)Tgap(i)TiniVgap(i)

where

Pini = Initial pressure. Applies to all gaps as a single value (input data - measured or otherwise) [Force per unit Area; SI: Pa, IP: psi]

Tini = Initial temperature. Applies to all gaps as a single value (input data - measured or otherwise) [Degree Temperature; SI: K, IP: R]

Vini(i) = Initial volume for i-th gap. [Length*Length*Length; SI: m3, IP: in3]

¯¯¯¯¯¯¯¯¯¯¯LD(i)=Wx=0Hy=016ΔP(i)π6D(i)m=1,3,5n=1,3,5sinmπxWsinnπyHmn((mW)2+(nH)2)2

where

Li = non-deflected glazing gap width (for i-th gap) [Length; SI: m, IP: in.]

W = IGU width [Length; SI: m, IP: in.]

H = IGU height [Length; SI: m, IP: in.]

Tgap(i) = temperature of the gap between two glass panes (calculated using center of glazing thermal calculation algorithm, as described in ISO 15099 (ISO 2003). This value is first calculated using non-deflected state and is recalculated after the resulting deflection is calculated. This process is repeated until temperature at next iteration does not differ by more than 0.1 ºC

Vgap(i) = volume of the IGU gap in deflected state [Lentgh*Length*Length; SI: m3, IP: in3]

LG(i)=L(i)+(LD(i),maxLD(i+1),max)

where

¯¯¯¯¯¯¯¯¯¯LD,i is mean deflection value for i-th pane. [Length; SI: m, IP: in.]

Deflection of each pane can be positive or negative and is done solely to establish reference. Current frame of reference is that positive deflection means that pane is deflecting towards left side, while negative deflection means that pane is deflecting towards right side (see Equation [eq:IGUGapVolume]). Whether the deflection is in the direction of reducing the gap width or increasing it, it will be the result of pressure difference, as described in Equation [eq:IGUDeflection]. When pressure in the glazing unit is higher than surrounding environmental pressure, the deflection will be towards increasing gap width (i.e., ballooning), while the opposite situation will result in decreasing gap width (i.e., vacuuming)

Deflection Direction Convention [fig:deflection-direction-convention]

Deflection Direction Convention [fig:deflection-direction-convention]

The important part of calculating deflection of the IGU is to determine mean deflection value for each glazing pane. Mean deflection value is used to calculate gap volume in deflected state (see Equation [eq:IGUGapVolume]). Mean deflection of glazing pane can be calculated by integrating Equation [eq:IGUDeflection]:

¯¯¯¯¯¯¯¯¯¯¯LD(i)=16ΔP(i)π6D(i)m=1,3,5n=1,3,5(1cos(mπ))(1cos(nπ))mn((mW)2+(nH)2)2

This is identical to the following expression:

¯¯¯¯¯¯¯¯¯¯¯LD(i)=16ΔP(i)π6D(i)m=1,3,5n=1,3,54m2n2π2((mW)2+(nH)2)2

and because the integral of sin(x) is equal to –cos(x), the above equation will become:

LD(i),max=16ΔP(i)π6D(i)m=1,3,5n=1,3,5sinmπ2sinnπ2mn((m2)2+(n2)2)2

Finally, because cos(mπ) and cos(nπ) values are always equal to -1 for the given range of m and n, the above equation will became:

R(i)=¯¯¯¯¯¯¯¯¯¯¯LD(i)LD(i),max=m=1,3,5,...n=1,3,5,...4m2n2π2((mW)2+(nH)2)2

After calculating the mean pane deflection, the following equation is used to the calculate mean gap width:

R(i)=¯¯¯¯¯¯¯¯¯¯¯LD(i)LD(i),max=m=1,3,5,...n=1,3,5,...4m2n2π2((mW)2+(nH)2)2

where

Lr(i) = Mean gap “i” width after incorporating glazing deflection. This mean gap width is used to recalculate thermal performance of deflected IGU.

¯¯¯¯¯¯¯¯¯¯LD,i = mean glazing deflection for each pane “i”.

Calculation of the deflection at the center of glazing and mean glazing deflection for each pane is an iterative process, where the initial temperature distribution is calculated for non-deflected state, then deflection is calculated based on this temperature distribution, new temperature distribution is calculated for this deflected state, then temperatures from previous iteration are compared to the current iteration and the process is repeated until the difference is no larger than 0.1oC.

At the end of calculations, program will calculate and return maximum deflection value for each pane (i.e., center of glazing deflection). If we label maximum deflection of each pane as LD(i),max, we can calculate this value by substituting x = W/2 and y = H/2 in Equation [eq:IGUDeflection] to determine deflection at the center point. Therefore:

R(1)=R(2)==R(i)==R(n1)=R

For glazing systems with more than two glazing layers, meaning multiple gas filled gaps, the deflection will be calculated for each glazing pane assuming that the pressure in a gap is independent from each other and calculated separately, unless spaces are “linked” together (e.g., stretched film middle glazing that has hole for equalizing pressure).

Non-Linked Gaps in 3 or more glazing layer system:[LINK]

The procedure shown above generally applies to the 3 or more layer glazing system, with the exception that neighboring pressures are no longer Pa, but rather could be Pa on one side and Pgap on the other, or have Pgap on both sides, as shown in Figure 20 for gap “i”. Center of glazing thermal calculation will determine new temperature distribution, after deflection is calculated for each glazing and will be used to determine new Pgap, as per the procedure above.

Linked Gaps in 3 or more glazing layer system:[LINK]

When one or more gaps are linked together, their pressure is assumed to be identical (e.g., in triple glazing IGU Pgap,1 = Pgap,2). This pressure is calculated from temperatures of bounding glazing for linked gaps (e.g., for triple glazing IGU, glazing 1 and 3) and using neighboring pressures outside of those bounding glazing (e.g., for triple glazed IGU, Pa on both sides).

Note: This feature is not implemented in WINDOW 7.1. It is considered for future enhancements to the program.

Gap(s) Linked to Indoor or Outdoor Environment:[LINK]

If one or more glazing gaps are linked to either indoor or outdoor environment its pressure is fixed to Pa. In combination situations, such as two or more gaps linked together with one of them being linked to indoor or outdoor environment, they will all have fixed pressure of Pa.

Calculation of the thermal performance caused by measured deflection[LINK]

When deflection is measured, it is normally measured at the point of maximum deflection. Maximum deflection occurs at the center of the IGU (at W/2 and H/2).

Measured value is typically gap width at the point of maximum deflection, which we can label LG(i). For the i-th measured gap, the width is equal to:

Lr(i)=L(i)+R(LD(i),maxLD(i+1),max)

Sketch of the non-symetrically Deflected Glazing Panes [fig:sketch-of-the-non-symetrically-deflected]

Sketch of the non-symetrically Deflected Glazing Panes [fig:sketch-of-the-non-symetrically-deflected]

If we label the ratio of mean deflection and maximum deflection as R(i), then:

ni=1D(i)LD(i),max=0

An important thing to note is that the ratios (R(i)) for all gaps in glazing system are equal.

LD(1),max=k=n1k=1(LG(k)L(k))+LD(n),max

Substituting Equations [eq:IGUDeflectionRatioi] and [eq:IGUDefletionRatioEquivalency] into Equation [eq:IGUMeanPaneDeflection], the following equation is obtained:

LD(n1),max=k=n1k=n1(LG(k)L(k))+LD(n),max

Combining Equation [eq:IGULriDeflection] with Equation [eq:IGULGiDeflection], we get the following expression for the mean gap width:

Lr(i)=L(i)+R(LG(i)L(i))

The number of equations given in Equation [eq:IGULGiDeflection] is equal to n-1, where n is number of panes. Therefore, we need one more equation to complete the system of equations that would allow us to solve for all independent variables. To get the last equation, we can rewrite Equation [eq:IGULDimaxDeflection] in slightly different manner:

ni=1D(i)LD(i),max=0

where coefficient K combines all constant terms, while D(i) is given by Equation [eq:IGUDiDeflection] and ΔP(i) is calculated by Equations [eq:IGUdPiIthPane], [eq:IGUdPiFirstPane] and [eq:IGUdPiLastPane]. Summing over all deflections, LD(i),max, the following equation is obtained:

n1i=1D(i)(k=n1k=i(LG(k)L(k))+LD(n),max)+D(n)LD(n),max=0

Note that sum of all ΔP(i) is equal to zero since the outside pressure is equal to the inside pressure. Therefore, the remaining equation that completes the set of equations is:

τbt(θ)=τbd(θ)+τbb(θ)

Solving system of equations[LINK]

In order to solve this system of equations, we will present Equation [eq:IGULGiDeflection] in a slightly different manner:

0=L(i)LG(i)+LD(i),maxLD(i+1),max

which in developed form will look like this:

0=L(1)LG(1)+LD(1),maxLD(2),max

0=L(2)LG(2)+LD(2),maxLD(3),max

0=L(i)LG(i)+LD(i),maxLD(i+1),max

0=L(n1)LG(n1)+LD(n1),maxLD(n),max

In order to express each LD(i),max and its dependence on LD(n),max (deflection of inside/last pane), we will need to make the sum from first to last, then from second to last, third to last and so on. This procedure will create the following set of equations:

LD(1),max=k=n1k=1(LG(k)L(k))+LD(n),max

LD(2),max=k=n1k=2(LG(k)L(k))+LD(n),max

LD(i),max=k=n1k=i(LG(k)L(k))+LD(n),max

LD(n1),max=k=n1k=n1(LG(k)L(k))+LD(n),max

Now substituting this set of equations back into Equation [eq:IGUSumDiLDiEq0]:

ρy=ρmbt(θ=0)1τmbb(θ=0)=ρmbt(θ=0)1Ao

Solving for LD(n),max leads to the following equation:

τmx,dd=2\scriptstyle {\rm{\pi }}/\scriptstyle {\rm{2}}θ=0τmx,bt(θ)cos(θ)sin(θ)dθ

Calculating LD(n),max from this equation and substituting it into Equations [eq:IGULD1max] - [eq:IGULDn-1max] will enable calculation of the deflection of the remaining panes.

References[LINK]

Arasteh, D.K., J.C. Kohler and B.T. Griffith. Draft 2009. Modeling Windows in EnergyPlus with only U, SHGC, and optionally VT. LBNL report. Full reference to be determined.

Arasteh, D. J. 2009. Modeling Windows in EnergyPlus with only U, SHGC, and optionally VT. Lawrence Berkeley National Laboratory.

Arasteh, D.K., M.S. Reilly and M.D. Rubin. 1989. A versatile procedure for calculating heat transfer through windows. American Society of Heating, Refrigeration and Air-Conditioning Engineers, ASHRAE Transactions, Vol. 95, Pt. 2.

Bernier, M., & Bourret, B. January 1997. “Effects of Glass Plate Curvature on the U-Factor of Sealed Insulated Glazing Units”. Atlanta, GA: ASHRAE Transactions. Vol. 103, Pt. 1. American Society for Heating, Refrigerating and Air-Conditioning Engineers.

Collins, R., & Fischer-Cripps, A. 1991. “Design of Support Pillar Arrays in Flat Evacuated Windows.”. Aust. J. Phys.

Collins, R., & Robinson, S. 1991. “Evacuated Glazing”. Solar Energy. Vol. 47, No. 1, pp. 27-38.

Corruccini, R. (1959). “Gaseous Heat Conduction at Low Pressures and Temperatures”. Vacuum. Vol. 7-8, pp.19-29.

Finlayson, E.U., D.K. Arasteh, C. Huizenga, M.D. Rubin and M.S. Reilly. 1993. WINDOW 4.0: documentation of calculation procedures. Lawrence Berkeley National Laboratory report no. LBL-33943.

ISO. 2003. ISO 15099:2003. Thermal performance of windows, doors, and shading devices – Detailed calculations. International Organization for Standardization.

Klems, J. H. 1994A. “A New Method for Predicting the Solar Heat Gain of Complex Fenestration Systems: I. Overview and Derivation of the Matrix Layer Calculation.”. ASHRAE Transactions. 100 (pt.1): 1073-1086.

Klems, J. H. 1994B. “A New Method for Predicting the Solar Heat Gain of Complex Fenestration Systems: II. Detailed Description of the Matrix Layer Calculation.”. ASHRAE Transactions. 100 (pt.1): 1073-1086.

Klems, J. H. 1995. “Measurements of Bidirectional Optical Properties of Complex Shading Devices.”. ASHRAE Transactions. 101 (pt 1; Symposium Paper CH-95-8-1 (RP-548)): 791-801.

Klems, J. H. 1996. “A Comparison between Calculated and Measured SHGC for Complex Glazing Systems.”. ASHRAE Transactions. 102 (Pt. 1; Symposium Paper AT-96-16-1): 931-939.

Klems, J. H. 1996. “Calorimetric Measurements of Inward-Flowing Fraction for Complex Glazing and Shading Systems.”. ASHRAE Trans. 102(Pt. 1; Symposium Paper AT-96-16-3): 947-954.

Munson, B.R, D.F. Young and T.H. Okiishi. 1998. “Fundamentals of Fluid Mechanics,” Third Edition Update, John Wiley & Sons, Inc.

Papamichael, K. J. 1998. “Determination and Application of Bidirectional Solar-Optical Properties of Fenestration Systems.”. Cambridge, MA: 13th National Passive Solar Conference.

Simmler, H., U. Fischer and F. Winkelmann. 1996. Solar-Thermal Window Blind Model for DOE-2. Lawrence Berkeley National Laboratory, Simulation Research Group internal report, (unpublished).

Timoshenko, S., & Kreiger-Woinowsky, S. 1959. “Theory of Plates and Shells” 2nd Edition. McGraw-Hill Company.

Equivalent Layer Fenestration Model[LINK]

The section describes the equivalent layer fenestration optical and thermal model. The Equivalent Layer fenestration model can have four types of attachments: drapes, venetian blinds, roller blinds and insect screens. In this model shading layers are assumed to be uniform and can be represented by an equivalent homogenous layer that has spatially-averaged “effective” optical and thermal properties (ASHRAE 1311-RP). Likewise, venetian blinds can be characterized using effective optical and thermal properties. When solar radiation strikes a window surface some fraction of the incident solar radiation passes unobstructed through openings in a shading layer and the remaining fraction is intercepted by the structure of the layer. The intercepted radiation is partly absorbed, partly reflected and partly transmitted. These reflected and transmitted components of the scattered solar radiation are assumed to be uniformly diffuse. Shading layers, because of their openness, generally transmit longwave radiation, and the effective infrared properties of shades account for that. Using effective optical properties and a beam/diffuse split of solar radiation at each layer, the equivalent layer approach can represent multi-layer systems. This representation provides virtually unlimited flexibility to combine different types of shading layers in a fenestration. The equivalent layer window model requires a few set of optical data to characterize a particular layer and this set of data is used to calculate effective layer properties. For instance, the effective solar optical properties of a venetian blind can be calculated as a function of slats optical properties and geometry. Also, it is possible to adjust slat angle at each time step in response to the changing angular position of the sun. Moreover, the model provides control strategies as a function of slat angle that can be changed at each time step as needed. Likewise, effective properties of a pleated drape are calculated as a function of fabric properties and a specified value of fullness. The only input data needed to fully characterize drapery fabrics, roller blinds and insect screens are material openness as area fraction, and the transmittance and reflectance at normal incidence. Shade openness area fraction is the same as the beam-beam transmittance at normal incidence. In multilayer fenestration, each layer is separated by a gap. A gap in equivalent layer model is defined by specifying the fill gas and the gap spacing. Currently five gas types are allowed: Air, Argon, Xenon, Krypton and Custom. The convective heat transfer coefficient in a gap is calculated depending on the spacing, the temperatures of the layers and the fill gas properties. Equivalent-layer concept – offers wide range of multiple glazing and shading layers combination and can simulate multi-layer complex fenestration systems. The effective layer properties of venetian blinds, pleated drapes, roller blinds, and insect screens are calculated from geometric layer models and material properties. A set of empirical correlations for estimating off-normal material properties were developed under ASHRAE research project (ASHRAE 1311-RP). The equivalent layer window model supports many layers of glazing and shade combination in any order but does not support WindowShadingControl. However, the venetian blind model of equivalent layer window model provides three types of blind slat angle control.

The Equivalent Layer Analysis[LINK]

The equivalent layer windows system is treated as a series of parallel layers separated by gaps as shown in Figure 22. This multi-layer structure has been used in several computer programs and the underlying theory has been documented (ASHRAE 1311-RP).

Multi-layer fenestration analysis structure (ASHRAE 1311-RP) [fig:multi-layer-fenestration-analysis-structure]

Multi-layer fenestration analysis structure (ASHRAE 1311-RP) [fig:multi-layer-fenestration-analysis-structure]

Equivalent layer fenestration model uses two-step analysis. First, the flux of absorbed solar radiation at each layer, Si, caused by the incident radiation flux, Isol, is determined using net radiation analysis. Second, an energy balance is applied at each layer, accounting for heat transfer and the known set of absorbed solar radiations Si values, in order to solve for the set of layer temperatures, Ti, and the corresponding heat fluxes. The fenestration model also accounts for the diathermanous shade layers in the longwave radiant exchange. The latter can be significant for shading layers. Glass is considered opaque with respect to longwave radiation.

Equivalent Layer Optical Model[LINK]

The multilayer optical model is based on an algorithm originally developed by Edwards (1977) and extended by Wright and Kotey (2006). The algorithm models the interaction of incident solar radiation with a glazing system composed of any number of parallel, planar, specular glazing layers. The shading layers scatter portion of the incident solar radiation diffusely, and the model tracks the beam and diffuse components of solar radiation as they interact with a multi-layer system of glazing and shading layers. The conceptual arrangement for tracking beam and diffuse solar flux components is illustrated in Figure 23.

Analysis yields beam-beam, beam-diffuse and diffuse-diffuse fluxes, providing full detail concerning the quantities of reflected, transmitted and absorbed radiation.

Solar analysis of the multi-layer glazing/shading system showing beam and diffuse fluxes (ASHRAE 1311-RP) [fig:solar-analysis-of-the-multi-layer]

Solar analysis of the multi-layer glazing/shading system showing beam and diffuse fluxes (ASHRAE 1311-RP) [fig:solar-analysis-of-the-multi-layer]

The beam and diffuse characterization of solar radiation demands an expanded set of solar optical properties (Wright and Kotey 2006). The quantities of interest for single layer are shown in Figure 24.

where

τ = transmittance of a glazing or a shading layer, (-)

ρ = reflectance of a glazing or a shading layer, (-)

ε = thermal emissivity of a glazing or a shading layer, (-)

θ = incident angle, (degree)

ϕ = slat angle, (degree)

Ω = profile angle, (degree)

J = radiosity of a layer surface, (W/m2)

T = temperature of a layer, (C)

Subscripts

f = front side of a layer

b = back side of a layer

bb = beam-beam optical property. Represents a fraction of the beam radiation incident at a given layer and leaves the layer without being scattered.

bd = beam-diffuse optical property. Represents a fraction of the beam radiation incident at a given layer and leaves the layer diffusely

dd = diffuse-diffuse optical property. Represents a diffuse radiation incident at a given layer and leaves the layer as diffuse

i = layer index, (-)

Superscripts

m = represents material property (e.g., fabric material)

str = represents an apparent material structure property of roller blinds

w = represents an apparent wire property

Twelve solar properties assigned at each layer (ASHRAE 1311-RP) [fig:twelve-solar-properties-assigned-at-each]

Twelve solar properties assigned at each layer (ASHRAE 1311-RP) [fig:twelve-solar-properties-assigned-at-each]

Each glazing or shading layer, in general, require eleven set of solar properties (Wright and Kotey 2006). Only beam-beam properties are needed for common glazing layers. Each shading layer is represented by a few set of component properties and geometries that are converted to the full set of layer optical and thermal properties by equivalent layer models (ASHRAE 1311-RP). The models also make account for off-normal incidence of solar radiation and can calculate the diffuse component from normal incidence values using numerical integration.

Equivalent Layer Thermal Model[LINK]

A surface energy balance is applied at each layer and the resulting set of equation is solved for layer temperatures and heat transfer fluxes. A schematic drawing of the multi-layer illustration and variables designation is shown in Figure 25. The net radiation formulation based on the radiosities, Jf,i and Jb,i the radiant flux leaving the front and back surfaces of the ith layer, respectively, is the used as a solution technique. The net radiant heat flux across a gap can be expressed as the difference between the radiosities of the bounding surfaces. The net radiation model analysis yields the layer temperatures and corresponding heat transfer coefficients that are used to determine U-factor and SHGC. The thermal analysis is done in “ASHWAT_Thermal” routine.

Radiosity model used in thermal analysis of the multi-layer glazing/shading system (ASHRAE 1311-RP) [fig:radiosity-model-used-in-thermal-analysis-of]

Radiosity model used in thermal analysis of the multi-layer glazing/shading system (ASHRAE 1311-RP) [fig:radiosity-model-used-in-thermal-analysis-of]

Glazing Layer Analysis[LINK]

The Equivalent-Layer window model allows a wide range of options regarding the selection of glazing layers and gaps combinations. It also allows mixing glazing and shading layers in any sequence. For instance, it allows placing a venetian blind or a roller blind in between glazing layers. Only beam-beam solar properties at normal incidence, infrared transmittance and infrared emissivity are required for common glazing types. Off-normal solar properties at a given sun position are estimated by adjusting the normal incidence values in “ASHWAT_OffNormalProperties” routine. The model assumes that the ratio between normal and off-normal transmittance is the same for the glazing layer in question and a reference piece of uncoated 6 mm glass with a moderate tint (ASHRAE 1311-RP). A similar procedure is used to convert solar reflectance from normal to off-normal.

Gap Layer Analysis[LINK]

Gaps can be specified as sealed, vented indoors or vented outdoors. The sealed gap is considered as enclosed cavity. Vented gaps is specified for inner and outer most gaps only and when the gas type is AIR. The vented gap model assumes that air flow at the perimeter of the window is not restricted. Any fill gas can be specified by molecular mass and thermo-physical properties of viscosity, specific heat and thermal conductivity. This is done by providing “a”, “b” and “c” coefficients of the quadratic equation of the form, p = a + bT + cT2, where the T(K) is temperature and p is the property being evaluated. EnergyPlus has builtin-data available for common fill gas components including Air, Argon, Krypton and Xenon. Users specify CUSTOM gas by defining the coefficients as an input.

Shade Layer Analysis[LINK]

Equivalent layer fenestration model has a complete set of solar and longwave models for the four shading layer types: drapes, venetian blinds, roller blinds and insect screens developed under ASHRAE 1311-RP. And semi-empirical models are used to evaluate the off-normal properties of drape, roller blind and insect screen materials. The effective layer properties of venetian blinds and the effect of pleating in drapes are determined using a more fundamental net radiation scheme. The openness fraction, Ao and beam-beam solar transmittance at normal incidence, τbb (θ=0), really represent a geometric quantity and it has been confirmed that they can be used interchangeably (ASHRAE 1311-RP). Openness is simply the fraction of a material, by area, that is open. In equivalent layer fenestration model, beam-beam transmittance at normal incidence (i.e., openness fraction), beam-diffuse transmittance and reflectance at normal incidence are required to characterize drapery fabric, roller blind and insect screen material. A conventional venetian blind in equivalent layer model can be characterized by specifying the geometry, solar reflectance and transmittance, and emissivity of the slats. The off-normal solar properties of drape, roller blind and insect screen materials were formulated based on measurements (ASHRAE 1311-RP). The longwave properties of the of the drape fabrics, roller blinds and insect screens can be calculated from the material emissivity and openness of the fabric (ASHRE 1311-RP). The optical model development for venetian blinds is presented by Yahoda and Wright (2004 and 2005), and Kotey et al. (2008).

Drapes and Curtains[LINK]

The off-normal optical properties of drapery fabric is determined from user specified optical properties at normal incidence (θ=0) using empirical correlations (Kotey et al., 2009a). The input data required to characterize drapery fabric are the beam-beam transmittance of the material at normal incidence τbb (θ=0) = Ao, the beam-diffuse transmittance of the material at normal incidence τbd (θ=0), and the beam-diffuse (total) reflectance of the material ρbt (θ=0). The off-normal properties are calculated as follows.

Off-normal Transmittance:

τmbb(θ)=τmbb(θ=0)cosb(θ)

τmbt(θ)=τmbt(θ=0)cosb(θ)

b=[0.5ln([τmbb(θ=0),0.01]max),0.35]max

b=[0.5ln([τmbt(θ=0),0.01]max),0.35]max

τmbt(θ)=τmbd(θ)+τmbb(θ)

The off-normal reflectance:

ρmbt(θ)=ρmbd(θ)=ρmbt(θ=0)+(ρmbt(θ=90)ρmbt(θ=0))(1cos0.6(θ))

ρmbt(θ=90)=ρmbt(θ=0)+(1ρmbt(θ=0))(0.7(ρy)0.7)

The apparent yarn reflectance is given by:

ρmx,dd=2\scriptstyle {\rm{\pi }}/\scriptstyle {\rm{2}}θ=0ρmx,bt(θ)cos(θ)sin(θ)dθ

The above set of equations for drapery fabrics are used subject to the condition that the solar absorptance of the fabric, at normal incidence, is not less than 1% (ASHRE 1311-RP). The diffuse-diffuse material properties, for Equivalent layer window model, are determined using Rhomberg integration with 32 panels covering the range from θ=0 to θ=90o (ASHRAE 1311-RP). The subscript “X” stands for either front or back side of the layer.

τmx,dd=2π/2θ=0τmx,bt(θ)cosθsinθdθ

ρmx,dd=2π/2θ=0ρmx,bt(θ)cosθsinθdθ

The above set of equations for drapery fabrics apply to the full range of Ao, fabric transmittance and fabric reflectance including that falls within the bounds of Keyes’ (1967) fabric chart plus sheer fabrics (ASHRAE 1311-RP). The longwave thermal emissivity and thermal transmittances of drapery fabric are calculated using the following correlations and fabric openness fraction (Kotey et al. 2008).

εm=0.87(1Ao)

τm=10.95(1Ao)

The optical and thermal properties determined using the above same sets of equations are equally valid for pleated drape shades (Kotey, et. al., 2009a). For pleated drape, the effective beam-beam and beam-diffuse solar properties are determined by tracking both radiation components, for a given incident angle, and interaction with a fabric pleated rectangular geometry shown in Figure 26. The solar optical properties of the two different pleat planes are evaluated on the basis of the local solar incidence angle. Therefore, the effective layer properties are influenced not just by horizontal solar profile angle,

ΩH, but also by incidence angle (ASHRAE 1311-RP).

Geometry used for Pleated Drape Analysis [fig:geometry-used-for-pleated-drape-analysis]

Geometry used for Pleated Drape Analysis [fig:geometry-used-for-pleated-drape-analysis]

The solar diffuse-diffuse and long-wave effective properties of the pleated drape are evaluated using a much simpler net-radiation analysis using conventional shape factors (Kotey, et. al., 2009a). Users can chose and apply the pleated drape model to any fabric and any degree of fullness (ASHRAE 1311-RP).

Venetian Blinds[LINK]

The effective shortwave optical and longwave optical properties of venetian blind layer is estimated using analytical models (Yahoda and Wright 2004, 2005; Kotey et al. 2008). The model requires properties of venetian blind slats and geometry of the slats shown in Figure 27.

Geometry and properties used for venetian blind analysis.  The effective longwave properties are obtained for the layer knowing longwave properties of the slats. [fig:geometry-and-properties-used-for-venetian]

Geometry and properties used for venetian blind analysis. The effective longwave properties are obtained for the layer knowing longwave properties of the slats. [fig:geometry-and-properties-used-for-venetian]

The model assumes that venetian blind slats reflect and transmit solar radiation diffusely (ASHRAE 1311-RP). The same assumption is made regarding thermal radiation. The input data required to characterize a venetian blind are: front and back side reflectance and transmittance of the slat, geometry and infrared emissivity and transmittance of the slate. The effective optical properties of the venetian blind are determined by tracking beam and diffuse solar radiation through various interactions with slats positioned at a given slat angle. The model uses simple four-surface model if the slats are fully sunlit and a six-surface model if the slats are partially sunlit (ASHRAE 1311-RP). Slats are assumed to be thin and flat but a correction is applied to account for slat curvature effect (Kotey et al. 2008).

Roller Blinds[LINK]

The off-normal properties of roller-blind are determined from solar properties of roller blind fabric measured at normal incidence (θ=0) using correlations (Kotey, et. al., 2009b). The off-normal properties for roller blind shades are calculated using the set equations given below:

τbb(θ)=τbb(θ=0)cosb(θθcutoffπ2)θ<θCutOff0θθCutOff

b=0.6cos0.3(Aoπ2)

θcutoff=65+(9065)(1cos(Aoπ2))

τbt(θ)=τbt(θ=0)cosb(θ)

b={0.133(τstr+0.003)0.467if(0τstr0.33)0.33(1τstr)if(0.33<τstr1)

τstr=τbt(θ=0)τbb(θ=0)1τbb(θ=0)

τbt(θ)=τbd(θ)+τbb(θ)

The off-normal solar property calculation of roller blind is based on a set of correlations developed from measurement data using samples of commonly used commercially produced roller blind material openness range of 0.0 – 0.14. Thus, these correlations are not applicable for shades with materials openness fraction exceeding 0.20. The mean solar reflectance of a roller blind material was found to be purely diffuse and unaffected by incidence angle and is given by:

ρbt(θ=0)=ρbd(θ=0)=ρbt(θ)=ρbd(θ)

The diffuse-diffuse transmittance and reflectance are obtained by Rhomberg numerical integration. The longwave properties of roller blind material determined using the material property and the openness fraction (Kotey et al. 2008) as shown below:

εrb=0.91(1Ao)

τrb=10.95(1Ao)

Insect Screens[LINK]

The empirical correlations formulated to obtain the effective off-normal solar and longwave properties of insect screens were based on measurements (Kotey et al. (2009a). Insect screen geometry is shown in Figure 28. The calculation of effective solar properties requires a set of properties measured at normal incidence: τbb (θ=0), τbd (θ=0) and ρbt (θ=0).

Geometry used for insect screen analysis [fig:geometry-used-for-insect-screen-analysis]

Geometry used for insect screen analysis [fig:geometry-used-for-insect-screen-analysis]

Openness can be determined by optical measurement at normal incidence, Ao = τbb (θ=0), but in the case of insect screens Ao can reliably be calculated knowing wire diameter (d), and wire spacing (s) as follows:

τbb(θ)={τbb(θ=0)cosb(θθcutoffπ2)θ<θcutoff0θθcutoff

The incidence angle beyond which direct beam transmission is cut off, θCutOff, can also be estimated purely from geometry and is given by:

ρbt(θ=90)=ρbt(θ=0)+(1ρbt(θ=0))(0.35ρw)

The off-normal properties are calculated as follows.

τbb(θ)={τbb(θ=0)cosb(θθcutoffπ2)θ<θcutoff0θθcutoff

b=0.45ln(MAX(τbb(θ=0),0.01))+0.1

τbt(θ)=τbt(θ=0)cosb(θ)

b=0.65ln(MAX(τbt(θ=0),0.01))+0.1

τbd(θ)=τbt(θ)τbb(θ)

ρbt(θ)=ρbt(θ=0)+(ρbt(θ=90)ρbt(θ=0))(1cosb(θ))

b=0.45ln(ρw)

ρw=ρbt(θ=0)1τbb(θ=0)

ρbt(θ=90)=ρbt(θ=0)+(1ρbt(θ=0))(0.35ρw)

The diffuse-diffuse material properties are obtained by Rhomberg numerical integration. The longwave properties of insect screen are given by expressions similar those formulated for drapery fabrics, and roller blinds (Kotey et al. 2008) is given by:

εscreen=εw(1Ao)

τscreen=1τw(1Ao)

The apparent wire material emissivity can be taken as εw=0.93 for common insect screens - screens with dark, rough, non-metallic wire surfaces. The corresponding infrared wire material transmittance is τw=0.98. A lower infrared emissivity can be used for screens constructed with shiny metallic wire. For example, to model stainless-steel wire mesh use εw=0.32 and τw=0.81.

Integration with Heat Balance Method[LINK]

The solar model calculations are performed surface by surface following the existing structure of EnergyPlus’s heat balance algorithm. The optical and thermal calculations are performed for each surface at each time step. The thermal model needs to be updated at each time step during the surface heat balance iteration. Thus, window thermal model is invoked during the surface heat balance but only once. This is consistent with the current EnergyPlus’s window model inside surface heat balance iteration scheme. The equivalent layer window thermal model also has internal iteration scheme. The thermal model routine also requires the solar and shortwave radiation flux absorbed by each layer of a fenestration at each time step. The calculation of the absorbed radiation flux is performed using the existing scheme except that the optical properties are calculated by the equivalent layer optical model. The equivalent layer thermal model returns the temperatures and the fluxes at each layer.

Equivalent Layer Window Solar Model[LINK]

The equivalent layer window solar model calculates the transmittance of the window and absorptance of each layer. Separate optical properties calculations are performed for exterior beam and diffuse radiations, and interior diffuse radiation (e.g., lighting and inter-reflected solar gain). The fractions for beam radiations depend on solar incident angle and hence updated for each time step. Diffuse radiation fractions are the same for all time steps unless the shade characteristics are altered; for instance, when the venetian blind slat angle is controlled. Otherwise, the diffuse fractions are constant for a given configuration and time step. The hub of the optical properties calculation routine for Equivalent Layer window model is the routine “ASHWAT_Solar”. For beam radiation, at each time step, first the normal incidence optical properties are modified for current incident angle. Using the off-normal properties, then the ASHWAT_Solar routine sets up the coefficient matrix based on the net radiation concept to determine the effective absorptance of each layer and the window transmittance. The total intensity of shortwave radiation absorbed at each layer is determined by multiplying the incident solar radiation, reflected internal solar radiations, and internal shortwave source components by the appropriate absorbed fractions and summing them.

Equivalent Layer Window Thermal Model[LINK]

The equivalent layer thermal model is calculated only once for each time step. But the thermal model has internal iterative solutions scheme. During each time step, the procedure initially assumes that room air and means radiant temperatures are known. The surface heat balance loops through all zone surfaces while invoking the Equivalent Layer thermal model only once for each window surface at the first iteration. The window surfaces temperatures from the first iteration are used to complete the heat balances for the indoor (and implicitly the outdoor) face of each surface iteratively. Once indoor surface temperatures are calculated using the surface heat balance, the zone air temperature can be updated and the loads are predicted. Shaded fenestration in general do not have single inside temperature by virture their long-wave radiation transmittance. The equivalent layer window model accounts for this using effective emissivity of the composite layers derived for each fenestration (ASHRAE 1311-RP) as shown below:

εeff=nlj=0εjnl+1k=j+1τk

where

εeff = composite indoor (room-side) longwave emissivity, (-)

εj = effective emissivity of layer j, (-)

τk = effective infrared transmittance of layer k ({τ1

= 1)

nl = number of layers in fenestration system (glazing and shade). Layers are numbered outside to inside (layer 1 is outermost, layer nl is innermost).

Each equivalent layer window surafce yields net longwave radiant flux exchanged with the zone surfaces. Net longwave radiation exchange from the window to the zone is recast for a composite surface temperature calculation as follows:

Teff=4Qlwσεeff+T0

where

Teff = inside surface temperature of the composite layer, °C (°F)

Qlw = infrared radiant gain from zone, W/m2 (Btu/h-ft2)

σ = Stefan-Boltzmann constant, W/m2-K4 (Btu/h-ft2-R4)

T0 = Temperature of absolute zero, -273.15C (-459.67F)

Recalculating effective inside face window temperature may result in extra convection flux. The “extra” (Other) convective flux is computed; this is the gain in excess of that resulting from the standard surface heat balance model. The net other convection term QX calculated below is added to the zone air heat balance (ASHRAE 1311-RP).

QX=Qconvhc(TeffTa)

Where,

hc = inside convective coefficient of the fenestration, W/m2-K (Btu/h-ft2-F)

Qconv = total convective heat flux to zone from equivalent layer window thermal model, W/m2 (Btu/h-ft2); includes open-channel gains and impact of inside surface convective coefficient

Ta = zone air temperature, °C (°F)

References:[LINK]

Edwards, D.K. 1977. Solar absorption by each element in an absorber-coverglass array, Technical Note, Solar Energy, Vol. 19, pp. 401-402.

Parmelee, G. V., and W. W. Aubele. 1952. The shading of sunlit glass: an analysis of the effect of uniformly spaced flat opaque slats, ASHVE Transactions, Vol. 58, pp. 377-398.

Farber, Erich A.; William A. Smith, C.W. Pennington, John C. Reed. 1963. Theoretical analysis of solar heat gain through insulating glass with inside shading. ASHRAE Transactions, Vol. 69, pp.393-405.

Rheault, S., and E. Bilgen. 1989. Heat transfer analysis in an automated venetian blind system, Journal of Solar Energy, Vol. 111 (Feb.), pp. 89-95.

Pfrommer, P., K. J. Lomas, and C. Kupke. 1996. “Solar Radiation Transport through Slat-Type Blinds: a New Model and its Application for Thermal Simulation of Buildings,” Solar Energy, Vol. 57, No. 2, pp. 77-91.

Rosenfeld, J.L.J., W. J. Platzer, H. Van Dijk, and A. Maccari. 2000. “Modelling the Optical and Thermal Properties of Complex Glazing: Overview of Recent Developments”, Solar Energy, Vol. 69 Supplement, No. 1-6, pp.1-13.

Yahoda, D. S. and J. L. Wright. 2004. “Methods for Calculating the Effective Longwave Radiative Properties of a Venetian Blind Layer,” ASHRAE Transactions, Vol. 110, Pt. 1., pp. 463-473.

Yahoda, D. S. and J. L. Wright. 2005. “Methods for Calculating the Effective Solar-Optical Properties of a Venetian Blind Layer,” ASHRAE Transactions, Vol. 111, Pt. 1, pp. 572-586.

Yahoda, D. S. and J. L. Wright. 2004. “Heat Transfer Analysis of a Between-Panes Venetian Blind Using Effective Longwave Radiative Properties,” ASHRAE Transactions, Vol. 110, Pt. 1., pp. 455-462.

Huang, N.Y.T., J. L. Wright, M. R. Collins. 2006. “Thermal Resistance of a Window with an Enclosed Venetian Blind: Guarded Heater Plate Measurements,” ASHRAE Transactions, Vol. 112, Pt. 2. pp. 13-21.

Wright, J. L. 2008. “Calculating Centre-Glass Performance Indices of Glazing Systems with Shading Devices,” ASHRAE Transactions, Vol. 114, Pt. 2.

Wright, J. L., N. Y. T. Huang, and M. R. Collins. 2008. “Thermal Resistance of a Window with an Enclosed Venetian Blind: A Simplified Model,” ASHRAE Transactions, Vol. 114, Pt. 1.

Kotey, N. A., J. L. Wright, and M. R. Collins. 2008. “Determining Longwave Radiative Properties of Flat Shading Materials,” 33rd Annual SESCI / 3rd CSBC Conference Proceedings, Fredericton, NB.

Kotey, N.A., Wright, J.L., M. R. Collins. 2009a. “Determination of Angle-Dependent Solar Optical Properties of Roller Blind Materials,” drafted for submission to ASHRAE Transactions, Vol. 115, Pt. 1.

Kotey, N.A., Wright, J.L., M. R. Collins. 2009b. “Determination of Angle-Dependent Solar Optical Properties of Drapery Fabrics,” in review, ASHRAE Transactions, Vol. 115, Pt. 2.

Wright, John L., Charles S. Barnaby, Michael R. Collins, and Nathan A. Kotey. Improving Cooling Load Calculations for Fenestration with Shading Devices . ASHRAE 1311-RP, Final Report, February 11, 2009.