Engineering Reference — EnergyPlus 8.6

<< Prev | Table of Contents | Next >>

Surface Heat Balance With Moveable Insulation[LINK]

Basic Heat Balance Cases[LINK]

A heat balance must exist at the outside surface-air interface. The incoming conductive, convective, and radiative fluxes must sum up to zero:

Conductive+Convective+Radiative=0

In contrast to the internal surface heat balance that treats all surfaces simultaneously, the external thermal balance for each surface is performed independent of all other surfaces. This implies that there is no direct interaction between the individual surfaces.

TARP includes four possible representations for the basic outside surface heat balance. The first two depend on which of the optimal surface conductance algorithms the user selects. The simple outside surface conductance that includes both the convective and thermal interchange between the surface and the environment in a single coefficient, is represented by the thermal network in Figure. Equation can also be expressed as:

[KOPt+Y0TItX0TOt]+[HO(TaTOt)]+QSO=0

This can be solved for the outside surface temperature.

TOt=[KOPt+QSO+Y0TIt+HOTaX0+HO]

The detailed outside surface conductance model considers convection and radiant interchange with the sky and with the ground as separate factors. Its use in the outside thermal balance is shown in Figure.In this case, equation can be expanded to give

[KOPt+Y0TItX0TOt]+[HA(TaTOt)+HS(TsTOt)+HG(TgTOt)]+QSO=0

This can be solved for the outside surface temperature:

TOt=[KOPt+QSO+Y0TIt+HATa+HSTs+HGTgX0+HA+HS+HG]

The third and fourth representations occur when the outside surface has been covered with movable insulation. The insulation has a conductance of UM. The thermal network in Figure represents this case.The insulation must be mass-less because it is not generally possible to perform a correct thermal balance at the juncture of two surfaces each modeled by CTF.

The equation for the thermal balance between the surface and the insulation is

[KOPt+Y0TItX0TOt+UM(TMTOt)]+QSO=0

Which can be rewritten to solve for TO :

TOt=[KOPt+QSO+Y0TIt+UMTMX0+UM]

Depending on whether or not the detailed or simple algorithm for surface conductance is being used, there are two expressions for TM, the outside temperature of the insulation. For the simple conductance:

TM=[QSM+UMTOt+HOTaUM+HO]

For the detailed conductance:

TOt=[QSM+UMTOt+HATa+HSTs+HGTgUM+HA+HS+HG]

In this case the values of HA, HS and HG must be found by using an estimated value of TM in place of TO.

Thermal Network for Simple Outside Surface Coefficient

Thermal Network for Simple Outside Surface Coefficient

Thermal Network for Detailed Outside Surface Coefficient

Thermal Network for Detailed Outside Surface Coefficient

Thermal Network for Outside Moveable Insulation

Thermal Network for Outside Moveable Insulation

Heat Balance Cases[LINK]

TOt and TIt are related through the Y0CTF. However TIt is also unknown. While it is possible to combine the outside and the inside surface heat balances to compute TOt and TIt simultaneously, TARP uses a simpler procedure where TOt is based on a previous value of TI. When Y0 is small, as occurs in well insulated or very massive surfaces, TIt can be replaced by TIt1 (which is known for the previous hour’s heat balance) without significantly effecting the value of TOt When Y0 is large, TO and TI can so strongly be coupled that separate outside and inside heat balances do not work because the environment and zone temperatures have negligible influence on the heat balances. The TARP uses the inside surface heat balance to couple TOt with TZ and TR. These two temperatures are less strongly influenced by TO and allow a reasonable heat balance. On the first heat balance iteration, TZ and TR are the values at time t-1. The user may optionally require that TOt be recomputed with every iteration of TIt. In this case TZ and TR have values from the previous iteration and a true simultaneous solution is achieved. In most conventional constructions, recomputing TOt does not significantly change the computed zone loads and temperatures. The inside surface heat balance is given by

TIt=[KIPt+QSI+HCTZ+HRTR+Y0TOZ0+HC+HR]

The surface heat balances can be combined in eight ways according to conditions for calculations of the outside surface temperature

F1=[Y0Z0+HI+HR]

F2=[UMUM+HO]

F3=[UMUM+HA+HS+HG]

Case1: Y0 small, simple conductance, no movable insulation:[LINK]

From Equation

TOt=[KOPt+QSO+Y0TIt1+HOTaX0+HO]

Case2: Y0 not small, simple conductance, no movable insulation:[LINK]

From Equations and

TOt=[KOPt+QSO+HOTa+F1(KIPt+QSI+HITZ+HRTR)X0+HOF1Y0]

Case3: Y0 small, detailed conductance, no movable insulation:[LINK]

From Equation

TOt=[KOPt+QSO+Y0TIt1+HATa+HSTs+HGTgX0+HA+HS+HG]

Case4: Y0 not small, detailed conductance, no movable insulation:[LINK]

From Equations and

TOt=[KOPt+QSO+HATa+HSTs+HGTg+F1(KIPt+QSI+HITZ+HRTR)X0+HA+HS+HGF1Y0]

Case5: Y0 small, simple conductance, with movable insulation:[LINK]

From Equations and TOt=[KOPt+QSO+HATa+HSTs+HGTg+F1(KIPtQS1+HITZ+HRTR)X0+HA+HS+HGF1Y0]

Case6: Y0 not small, simple conductance, with movable insulation:[LINK]

From Equations , and

TOt=[KOPt+QSO+F2(QSM+HOTa)+F1(KIPt+QSI+HITZ+HRTR)X0+UMF2UMF1Y0]

Case7: Y0 small, detailed conductance, with movable insulation:[LINK]

From Equations and

TOt=[KOPt+QSO+Y0TIt1+F3(QSM+HATa+HSTs+HGTg)X0+UMF3UM]

Case8: Y0 not small, detailed conductance, with movable insulation:[LINK]

From Equations , and

TOt=[KOPt+QSO+F1(KIPt+QSI+HITZ+HRTR)+F3(QSM+HATa+HSTs+HGTg)X0+UMF3UMF1Y0]

Fortran Algorithm Examples[LINK]

Case5: Y0 small, simple conductance, with movable insulation:[LINK]

From Equation

! Outside heat balance case: Movable insulation, slow conduction, simple convection
 F2 = DBLE(HmovInsul) / ( DBLE(HmovInsul) + DBLE(HExtSurf(SurfNum)) )
 TH(SurfNum,1,1) = (-CTFConstOutPart(SurfNum)                       &
                    +DBLE(QRadSWOutAbs(SurfNum) )                   &
           +Construct(ConstrNum)\%CTFCross(0)*TempSurfIn(SurfNum)   &
           +F2* ( DBLE(QRadSWOutMvIns(SurfNum))                     &
           + DBLE(HExtSurf(SurfNum))* DBLE(TempExt) ) )             &
           /( Construct(ConstrNum)\%CTFOutside(0) + DBLE(HmovInsul) &
          - F2* DBLE(HMovInsul))

Case6: Y0 not small, simple conductance, with movable insulation:[LINK]

From Equation

! Outside heat balance case: Movable insulation, quick conduction, simple convection
F2 = DBLE(HmovInsul) / ( DBLE(HmovInsul) + DBLE(HExtSurf(SurfNum)) )
TH(SurfNum,1,1) = (-CTFConstOutPart(SurfNum)              &
DBLE(QRadSWOutAbs(SurfNum))                               &
+F2*( DBLE(QRadSWOutMvIns(SurfNum))                       &
+DBLE(HExtSurf(SurfNum))* DBLE(TempExt) )                 &
+F1*( CTFConstInPart(SurfNum)                             &
+ DBLE(QRadSWInAbs(SurfNum))                              &
+ DBLE(QRadThermInAbs(SurfNum))                           &
+ DBLE(HConvIn(SurfNum))*MAT(ZoneNum)                     &
+ DBLE(NetLWRadToSurf(SurfNum)) ) )                       &
/( Construct(ConstrNum)\%CTFOutside(0) + DBLE(HmovInsul)  &
-F2* DBLE(HMovInsul )- F1*Construct(ConstrNum)\%CTFCross(0) )

Case7: Y0 small, detailed conductance, with movable insulation:[LINK]

From Equation

! Outside heat balance case: Movable insulation, slow conduction, detailed convection
F2 = DBLE(HMovInsul)/ ( DBLE(HMovInsul) + DBLE(HExtSurf(SurfNum))  &
           +DBLE(HSky) + DBLE(HGround) )
TH(SurfNum,1,1) = (-CTFConstOutPart(SurfNum)                       &
+DBLE(QRadSWOutAbs(SurfNum))                                       &
+Construct(ConstrNum)\%CTFCross(0)*TempSurfIn(SurfNum)             &
+F2*( DBLE(QRadSWOutMvIns(SurfNum))                                &
+DBLE(HExtSurf(SurfNum))*DBLE(TempExt)                             &
+DBLE(HSky)*DBLE(SkyTemp)                                          &
+DBLE(HGround)*DBLE(OutDryBulbTemp) ) )                            &
/( Construct(ConstrNum)\%CTFOutside(0)                             &
+DBLE(HMovInsul) - F2*DBLE(HMovInsul) )

Case8: Y0 not small, detailed conductance, with movable insulation:[LINK]

From Equation

! Outside heat balance case: Movable insulation, quick conduction, detailed convection
F2 = DBLE(HMovInsul)/ ( DBLE(HMovInsul) + DBLE(HExtSurf(SurfNum)) &
           +DBLE(HSky) + DBLE(HGround) )
TH(SurfNum,1,1) = (-CTFConstOutPart(SurfNum)                      &
+DBLE(QRadSWOutAbs(SurfNum))                                      &
+F1*( CTFConstInPart(SurfNum)                                     &
+DBLE(QRadSWInAbs(SurfNum))                                       &
+DBLE(QRadThermInAbs(SurfNum))                                    &
+DBLE(HConvIn(SurfNum))*MAT(ZoneNum)                              &
+DBLE(NetLWRadToSurf(SurfNum)) )                                  &
+F2*( DBLE(QRadSWOutMvIns(SurfNum))                               &
+DBLE(HExtSurf(SurfNum))*DBLE(TempExt)                            &
+DBLE(HSky)*DBLE(SkyTemp)                                         &
+DBLE(HGround)*DBLE(OutDryBulbTemp) )                             &
/( Construct(ConstrNum)\%CTFOutside(0)                            &
+DBLE(HMovInsul) - F2*DBLE(HMovInsul)                             &
-F1*Construct(ConstrNum)\%CTFCross(0) )

Fortran Variable Descriptions[LINK]

Fortran Variables and Descriptions
FORTRAN Variable Description Tarp Variable Units Description
TH(SurfNum,1,1) Temperature History(SurfNum,Hist Term,In/Out), where: Hist Term (1 = Current Time, 2-MaxCTFTerms = previous times), In/Out (1 = Outside, 2 = Inside) TO C Temperature of outside of surface I at time t
Construct(ConstrNum) % CTFCross(0) Cross or Y term of the CTF equation Y0 W/m K Cross CTF term
Construct(ConstrNum) % CTFInside(0) Inside or Z terms of the CTF equation Z0 W/m K Inside CTF term
Construct(ConstrNum) % CTFOutside(0) Outside or X terms of the CTF equation X0 W/m K Outside CTF term
CTFConstInPart(SurfNum) Constant inside portion of the CTF calculation KIP W/m Portion of inward conductive flux based on previous temperature and flux history terms
CTFConstOutPart(SurfNum) Constant Outside portion of the CTF calculation KOP W/m Portion of outward conductive flux based on previous temperature and flux history terms
F1, F2, F3 Intermediate calculation variables F1, F2, F3 Radiation interchange factor between surfaces
GroundTemp Ground surface temperature T C Temperature of ground at the surface exposed to the outside environment
HConvIn(SurfNum) Inside convection coefficient HI W/m K Inside convection coefficient
HExtSurf(SurfNum) Outside Convection Coefficient HO, HA W/m K Overall outside surface conductance
HGround Radiant exchange (linearized) coefficient HG W/m K Radiative conductance (outside surface to ground temperature
HmovInsul Conductance or “h” value of movable insulation UM W/m K Conductance of Movable insulation
HSky Radiant exchange (linearized) coefficient HS W/m K Radiative conductance (outside surface to sky radiant temperature
MAT(ZoneNum) Zone temperature TZ C Temperature of zone air
NetLWRadToSurf(SurfNum) Net interior longwave radiation to a surface from other surfaces HR*TR W/m Net surface to surface radiant exchange
QRadSWInAbs(SurfNum) Short-wave radiation absorbed on inside of opaque surface QSI W/m Short wave radiant flux absorbed at inside of surface
QRadSWOutAbs(SurfNum) Short wave radiation absorbed on outside opaque surface QSO W/m Short wave radiant flux absorbed at outside of surface
QRadSWOutMvIns(SurfNum) Short wave radiation absorbed on outside of movable insulation QSM W/m Short wave radiant flux absorbed at surface of movable insulation
QRadThermInAbs(SurfNum) Thermal Radiation absorbed on inside surfaces W/m Longwave radiant flux from internal gains
SkyTemp Sky temperature T C Sky temp
TempExt Exterior surface temperature or exterior air temperature TM, T C Temperature of external surface of movable insulation or outside ambient air temperature
TempSurfIn(SurfNum) Temperature of inside surface for each heat transfer surface TI C Temperature of inside of surface I at time t-1

References[LINK]

Walton, G.N. 1983. “The Thermal Analysis Research Program Reference Manual Program (TARP)”, National Bureau of Standards (now National Institute of Standards and Technology).