Engineering Reference — EnergyPlus 9.3

<< Prev | Table of Contents | Next >>

Zone Internal Gains[LINK]

Sources and Types of Gains[LINK]

Internal heat gains from lights, people, and equipment of various types are often significant elements in the zone thermal balance. EnergyPlus allows the user to specify heat gains for several equipment types including people, lights, gas/electric equipment, and several other types. The total heat gain is comprised of convective, radiant and latent gains in various proportions from these sources. Convective gains are instantaneous additions of heat to the zone air. Radiant gains are distributed on the surfaces of the zone, where they are first absorbed and then released back into the room (with some fraction conducted through the surface) according to the surface heat balances. {See Surface Heat Balance Manager / Processes in this document}. Latent gains must be handled by ventilation or air conditioning equipment. Recommended heat gains are given in the ASHRAE Handbook of Fundamentals. These recommendations include the sensible (convective plus radiative) and latent proportions. Sensible gains from equipment are primarily radiant. The user can specify the heat gains and proportions for any type of equipment. Determining the gains from lights, people and baseboard heat are slightly more complicated.

Heat Gain from Lights[LINK]

The input object Lights provides a model for internal gains from lights. Radiant gains from lights must be handled differently from other radiant gains for reasons described here (long wavelength description). The total radiant gains from lights must be divided into visible and thermal portions. For example, the total electric input to typical incandescent lights is converted to 10% visible radiation, 80% thermal radiation, and 10% convective gain. In contrast, the electric input to typical fluorescent lights is converted to 20% visible radiation, 20% thermal radiation, and 60% convective gain (see Carrier 1965). These percentage splits are under user control with the Lights input object.

Heat Gain from People[LINK]

The input object People provides a model for internal gains from occupants. Heat is generated in the human body by oxidation at a rate called the metabolic rate (see Thermal Comfort discussion for more details). This heat is dissipated from the body surface and respiratory tract by a combination of radiation, convection, and evaporation. The relative proportions of sensible (radiation plus convection) and latent (evaporation) heat from people is a complex function of the metabolic rate and the environmental conditions. EnergyPlus uses a polynomial function to divide the total metabolic heat gain into sensible and latent portions. That function is based on a fit to data [3] at average adjusted metabolic rates of 350, 400, 450, 500, 750, 850, 1000 and 1450 Btu/h each at temperatures of 70, 75, 78, 80, 82Fahrenheit. Sensible gains of 0 at 96F and sensible gains equal to the metabolic rate at 30F were assumed in order to give reasonable values beyond the reported temperature range.

Average adjusted metabolic rate (Carrier 1965b) is the metabolic rate to be applied to a mixed group of people with a typical percent composition based on the following factors:

  • Metabolic rate, adult female = Metabolic rate, adult male X 0.85

  • Metabolic rate, children = Metabolic rate, adult male X 0.75

The original data was in I-P (Inch-Pound) units, but the following correlation is in SI (Systems-International) units.

S=6.461927+.946892M+.0000255737M2+7.139322T.0627909TM+.0000589172TM2.198550T2+.000940018T2M.00000149532T2M2

where:

M is the metabolic rate (W)

T is the air temperature (C)

S is the sensible gain (W).

Latent Gain is simply the total gain (metabolic rate) – sensible gain:

LatentGain=MetabolicRateSensibleGain

Sensible Heat Gain from People Correlation [fig:sensible-heat-gain-from-people-correlation]

Sensible Heat Gain from People Correlation [fig:sensible-heat-gain-from-people-correlation]

The function for sensible gain calculation is compared to the original data points in the following figure. The radiant fraction of the sensible gain is a user input on the People object.

Heat Gain from IT Equipment[LINK]

The input object ElectricEquipment:ITE:AirCooled describes air-cooled electric information technology equipment (ITE) which has variable power consumption as a function of loading and temperature. The calculations are described below.

Variable Definitions – User Inputs:[LINK]

  • PDesign is the design power input when fully loaded and entering air temperature is at the user-specified design inlet temperature (W)

  • PFanFracDesign is the design fan power input fraction of total power input when fully loaded and entering air temperature is at the user-specified design inlet temperature

  • SchDesignLevel is the scheduled fraction of this equipment which is powered up

  • SchCPULoading is the scheduled fraction of CPU loading

  • TAirInDesign is the air inlet temperature at design condition (C)

  • VAirDesign is the air volume flow rate at design condition (m3/s)

  • VAirfLoadTAir is the air volume flow rate modifier function of TAirIn and SchCPULoading

  • PCPUfLoadTAir is the CPU power input modifier function of TAirIn and SchCPULoading

  • PFanfFlowFrac is the fan power input modifier function of air flow fraction

  • RecircFracDesign is the recirculation fraction at design condition (C)

  • RecircfLoadTAir is the recirculation fraction modifier function of TAirSupply and SchCPULoading

  • UPSEfficDesign is the design electric power supply efficiency

  • UPSEfficfPLR is the electric power supply efficiency function of part load ratio

  • UPSLossFracToZone is the fraction of electric power supply losses to zone

Variable Definitions – Simulation Inputs:[LINK]

  • TAirIn is the air inlet temperature at current conditions (C)

  • TAirSupply is the supply air node temperature at current conditions (C)

  • TZone is the zone air temperature at current conditions (C)

  • TRoomAirNodeIn is the room air model inlet node air temperature at current conditions (C)

  • RhoAir is the air density (kg/m3)

  • CpAir is the air specific heat (J/kg-K)

Variable Definitions – Intermediate Calculations:[LINK]

  • PCPUDesign is the design CPU power input when fully loaded and entering air temperature is at the user-specified design inlet temperature (W)

  • PFanDesign is the design fan power input when fully loaded and entering air temperature is at the user-specified design inlet temperature (W)

  • UPSPLR is the electric power supply part load ratio (can be greater than 1.0)

Variable Definitions – Outputs:[LINK]

  • PCPU is the CPU power input (W)

  • PFan is the fan power input (W)

  • PUPS is the electric power supply net power input (W)

  • TAirOut is the air outlet temperature (C)

  • VAir is the air volume flow rate (m3/s)

  • FlowFrac is the air volume flow rate fraction of design flow rate

  • RecircFrac is the recirculation fraction

  • QAir is the air cooling rate (W)

  • QUPS is the electric power supply heat loss rate to zone (W)

  • QConv is the convective heat gain rate to zone heat balance (W)

  • SHI is the supply heat index

  • SHIZone is the zone average supply heat index

Calculations[LINK]

The design power input is first split into portions for the CPU (everything in the equipment except the cooling fans) and the fan(s).

PCPUDesign=PDesign(1PFanFracDesign)

PFanDesign=PDesignPFanFracDesign

For each time step, the air inlet and outlet temperature is calculated depending on the type of air flow calculation method. Considering data centers are different from normal well-mixed zones due to the uneven air distribution, two methods are implemented to calculate the IT inlet temperature and zone return air temperature, FlowFromSystem and FlowControlWithApproachTemperatures. Specifically, the IT inlet temperature differs from AHU supply air temperature, and the actual AHU return air temperature differs from the regular return air temperature when the zone is well mixed.

When using FlowFromSystem, the zone is assumed to be well-mixed. The air inlet temperature is calculated depending on the type of air node connection.

TAirIn:

  • If Air Node Connection Type = AdjustedSupply RecircFrac=RecircFracDesignRecircfLoadTAir(SchCPULoadingTAirSupply)

    TAirIn=TAirSupply(1RecircFrac)+TAirZoneRecircFrac

  • If Air Node Connection Type = ZoneAirNode

    TAirIn=TAirZone

  • If Air Node Connection Type = RoomAirModel TAirIn=TRoomAirNodeIn

Using the air inlet temperature, the CPU power consumption, air flow rate, fan power consumption, and power supply power consumption are calculated.

PCPU=PCPUDesignSchDesignLevelPfLoadTAir(SchCPULoading,TAirIn)

FlowFrac=VAirfLoadTAir(SchCPULoading,TAirIn)

VAir=VAirDesignFlowFrac

PFan=PFanDesignSchDesignLevelPFanfFlowFrac(FlowFrac)

UPSPLR=(PCPU+PFan)/(PCPUDesign+PFanDesign)

PUPS=(PCPU+PFan)(1UPSEfficDesignUPSEfficfPLR(UPSPLR))

The convective heat gain to the zone and the air outlet temperature are then calculated. The user specified fration of power supply losses are always added to the general zone heat balace convective heat gain. For air node connection types AdjustedSupply and ZoneAirNode, the CPU and fan power consumption are also added to the zone convective heat gain. For air connection type RoomAirModel, the gains from the CPU and fan power consumption are added to the outlet room air model node.

QAir=PCPU+PFan

QUPS=PUPSUPSLossFracToZone

QConv:

  • If Air Node Connection Type = AdjustedSupply OR ZoneAirNode QConv=QAir+QUPS

  • If Air Node Connection Type = RoomAirModel QConv=QUPS

TAirOut=TAirIn+QAir/(VAirRhoAirCpAir)

The individual ITE supply heat index is calculated as shown below.

SHI=(TAirInTAirSupply)/(TAirOutTAirSupply)

The zone average ITE supply heat index is weighted by the air flow rate of each ITE object.

SHIZone=Σ[VAir(TAirInTAirSupply)]/Σ[VAir(TAirOutTAirSupply)]

If FlowControlWithApproachTemperatures is chosen, Two indices are introduced to represent the deviation: (1) Supply approach temperature (δTsupply) and (2) Return approach temperature (δTreturn). The two temperature differences indicate to what degree the air flow management of data centers affects the air distribution, and how much they deviate from the regular well-mixed zone scenario.

δTsupply=TinTsupply

δTreturn=TreturnTout

where:

Tin is the IT equipment inlet temperature

Tsupply is the AHU supply air temperature

Treturn is the actual AHU return air temperature

Tout is the IT equipment outlet temperature.

The two approach temperatures can be calculated by CFD tools for typical IT load levels and air flow management of data centers, or provided by measurement data or lookup tables.

It should be noted that, when FlowControlWithApproachTemperatures is chosen,

  • The inputs of Air Inlet Connection Type, Design Recirculation Fraction and Recirculation Function of Loading and Supply Temperature Curve Name are ignored.

  • For multiple ITE objects defined for one zone, the same calculation method should apply. The return air temperature of this zone would be set as the weighted average return temperature of all ITE objects in this zone.

  • Other return air heat gains from window or lights are not allowed.

  • Apart from a single VAV terminal unit, other HVAC systems do not apply this method in the ITE zone.

When FlowControlWithApproachTemperatures method is applied, during sizing and simulation, as the zone is assumed to be unevenly distributed, the supply air flow rate of the AHU is calculated as:

˙msys=Qsys/(Cp,air(TreturnTsupply))

where Treturn is the weighted return air temperature from all ITE objects in the zone, and Tsupply is the designed supply air temperature to the ITE objects.

Another modified assumption for this case is, in zones with ITE objects, to make sure the zone heat balance converge, unlike the original thermostat setpoint control logic, the well-mixed zone temperature is not controlled. The actual controlled object is the supply air temperature. So when using this method, the user input of zone cooling setpoint is ignored and the unmet hour for cooling does not apply.

Heat Gain from Baseboard Heat[LINK]

The input object ZoneBaseboard:OutdoorTemperatureControlled provides a model for an outdoor temperature controlled baseboard heater that adds energy to the zone according a control profile as shown in the following figure. At TA = T2, the baseboard heat gain is Q2. For TA > T2, there is no heat gain. For TA < T1, a maximum amount of energy, Q1, is added to the zone. There is proportional control between those two temperatures:

Control of Outdoor Temperature Controlled Baseboard Heat [fig:control-of-outdoor-temperature-controlled]

Control of Outdoor Temperature Controlled Baseboard Heat [fig:control-of-outdoor-temperature-controlled]

Q=Q2(Q2Q1)(T2TA)(T2T1)

These temperature and capacity fields can be autosized based upon envelope, infiltration, and ventilation loads. To autosize these fields, users may set a design zone heating temperature that is assumed to be 20C if blank.

The capacity at low temperature is the maximum capacity of the unit. It includes external envelope conduction load, infiltration load, and ventilation load in a space where the unit serves. The model first finds the lowest outdoor air temperature throughout design days included in the simulation, and determines the conduction load through external envelope as:

qCond=UA(THtgTL)

where:

qCond is the conduction load through external envelope (W)

U is the heat transfer coefficient of external wall (W/m2K)

A is the area of external wall (m2)

THtg is the baseboard zone heating setpoint temperature (C)

TL is the low temperature, (C).

The capacity at the low temperature that is the maximum capacity of the unit is thus expressed as:

CapTL=qCond+qI+qV

where:

CapTL is the capacity at low temperature (W)

qI is the design infiltration sensible load (W)

qV is the design ventilation sensible load (W).

The capacity at the high temperature is then prorated against the reference low and high temperatures as:

CapTH=CapTL(THtgTH)(THtgTL)

where:

CapTH is capacity at high temperature (W)

TH is high temperature (C).

Distribution of Radiant Gains[LINK]

It is useful to consider the distribution of short wavelength (including visible) radiant energy separate from long wavelength (thermal) radiant energy because many materials have different optical properties at different wavelengths. An extreme example is glass that is opaque to the long wavelengths and transparent to the short. Properties of materials vary across the entire spectrum of wavelengths. In EnergyPlus, all radiant interactions are represented in terms of only two wavelengths: “short” and “long”. Short wavelength refers to the distribution given by a ~6000K black body source such as the sun. Long wavelengths refer to radiation from ~300K sources such as walls or people. There is negligible overlap between these two distributions. Some sources, such as lights, must be considered as emitting both long and short wavelength radiation in proportions that approximate their actual effects on room surfaces.

Long wavelength radiation from all internal sources, such as people, lights and equipment, is combined and then distributed over surfaces. (see Internal Long-Wave Radiation Exchange).

Some fraction of the beam solar radiation transmitted into the zone is directly absorbed by the interior surfaces according to the solar distribution algorithm (see Solar Distribution) selected by the user. The beam radiation not directly absorbed, plus the diffuse sky and ground-reflected radiation, plus the short wavelength radiation from lights are combined and distributed over the surfaces of the zone according to:

QSIi=QSnαi/NSi=1Si(1ρi)

If all surfaces in the room are opaque, the radiation is distributed in proportion to the area*absorptance product of each surface. For surfaces which are transparent,

ρi=1αiτi

That fraction of radiation represented by τi is lost from the zone.

The transmittance and absorptance of transparent surfaces (windows or glass doors) are calculated as in section Window Calculation Module based on the optical properties of the window material layers. The total absorptance of the window is computed for the interior shading device, the inside surface, and the outside surface for diffuse solar radiation incident from outside the zone. Those absorptances are used for short wavelength radiation incident from inside the zone. In most cases, this should not cause significant error. When movable insulation covers the window, the radiation that would have been transmitted is absorbed at the outer surface of the window (thermally equal to the inside surface of the insulation).

References[LINK]

ASHRAE. 2001. Handbook of Fundamentals, pp 29.8-29.13, Atlanta: ASHRAE.

Carrier Air Conditioning Company. 1965a. Handbook of Air Conditioning System Design, pp 1-99 to 1-100. New York: McGraw Hill.

Carrier Air Conditioning Company. 1965b. Handbook of Air Conditioning System Design, pp 1-100, Table # 48. New York: McGraw Hill.