Engineering Reference — EnergyPlus 9.2

<< Prev | Table of Contents | Next >>

Engineering Reference

Component Sizing[LINK]

Introduction[LINK]

In EnergyPlus each HVAC component sizes itself. Each component module contains a sizing subroutine. When a component is called for the first time in a simulation, it reads in its user specified input data and then calls the sizing subroutine. This routine checks the autosizable input fields for missing data and calculates the data when needed.

A number of high-level variables are used in the sizing subroutines.

CurDuctType (in DataSizing) contains the information about the current duct type. The types can be main, cooling, heating or other.

CurZoneEqNum (in DataSizing) is the current zone equipment set index and indicates that the component is a piece of zone equipment and should size itself using the zone sizing data arrays.

CurSysNum (in DataSizing) is the current air loop index and indicates that the component is part of the primary air system and should size itself using the system sizing data arrays.

Fan Sizing[LINK]

Fan sizing is done in subroutine SizeFan.

Max Flow Rate[LINK]

If the fan is part of the central air system then check the duct type.

For duct type = main, other or default, ˙Vfan,max=DesMainVolFlowsys.

For duct type = cooling, ˙Vfan,max=DesCoolVolFlowsys.

For duct type = heating, ˙Vfan,max=DesHeatVolFlowsys.

If the fan is zone equipment then check whether it is part of a component that only does heating.

For heating only ˙Vfan,max=DesHeatVolFlowzone.

Otherwise ˙Vfan,max=max(DesHeatVolFlowzone,DesCoolVolFlowzone).

If the max fan flow rate is less than SmallAirVolFlow the max flow rate is set to zero.

Design Fan Heat[LINK]

The design fan heat added to the air stream is calculated using fan model inputs of maximum volume flow rate, pressure rise, fan total efficiency and motor efficiency. For multi-speed fans, the highest air volume flow rate is used in the calculation. Fan heat is accounted for when sizing cooling coils.

Where:

Pfan,des=(˙Vfan,desΔP)/etot,des ˙Qfan,heat,des=emotor,desPfan,des+(Pfan,des(emotor,desPfan,des))fmotor in air

and:

  • Pfan,des : fan design total power (W)

  • ˙Vfan,des : fan design volume flow rate (m3/s)

  • ΔP : fan pressure rise (Pa)

  • etot,des : fan total efficiency

  • ˙Qfan,heat,des : design fan heat to air stream (W)

  • emotor,des : fan motor efficiency

  • fmotor in air : motor in air stream fraction

The design fan temperature rise (C) due to fan heat is added to the cooling coil inlet air temperature or subtracted from the cooling coil outlet air temperature during sizing calculations as appropriate for blow-through or draw-through fan configurations, respectively. The calculation uses a straight-forward inversion of the classic Q=˙mCpΔT equation as:

Tfan,heat,des=˙Qfan,heat,des/(Cp,airρair˙Vfan,des)

Coil:Cooling:Water[LINK]

The sizing is done in function SizeWaterCoil of module WaterCoils.

Initial Calculations[LINK]

For central cooling coils, the first step is to determine the design air flow rate, load, and design air entering and exit conditions. The coil design air flow rate is not generally the same as the maximum system air flow rate (used to size the central fans). The cooling coil peak load (either sensible or total) can occur at a different time than the system peak flow rate. Hence the coil air entering conditions can be different than those at the peak system flow rate. Also, the method of controlling the coil’s cooling output may also affect coil design flow rate as well as the coil design exit temperature and humidity.

By choosing Type of Load to Size On = Sensible or Total in Sizing:System the user indicates to the program to save the cooling coil air flow rate and system air conditions (mixed, return, outside) at the time of either the system cooling sensible or total load peak. Note that the choice VentilationRequirement uses the time of the sensible peak.

Choosing Central Cooling Capacity Control Method = VAV, Bypass, VT, or OnOff indicates which type of cooling output control the program should assume when calculating the design air flow rate. The function GetCoilDesFlowT in module ReportSizingManager calculates the air flow rate and exit air temperature for each capacity control method.

@lp4in@ Control Method & Calculations
VAV & Tcc,exit=Tcool,supply˙Vcc,air=˙mcc,air,peakρair
Bypass & Tcc,exit=Tcool,supply˙Vcc,air=˙Vcc,air,maxmax(0,min(1,Tmix,atpeakTsup,avgTmix,atpeakTcc,exit))
VT & Tcc,exit=max(Tcool,supply,Tsup,avg)˙Vcc,air=˙Vcc,air,max
OnOff & Tcc,exit=Tcool,supply˙Vcc,air=˙Vsys,air,max
Where:

Tsup,avg=Tzones,avgzones˙Qsens,atpeakρaircp,air˙Vcool,air,max

and:

  • Cp,air : the specific heat of air (J/kgC)

  • ˙mcc,air,peak : the air mass flow rate through the cooling coil at the sensible or total system peak cooling load (m3/s)

  • zones˙Qsens,atpeak : sum of the zone sensible cooling loads at the time of the peak system cooling load

  • ρair : the density of air (kg/m3)

  • Tcc,exit : the design cooling coil exit temperature (c)

  • Tcool,supply : the supply air temperature for cooling specified in Sizing:System (C)

  • Tmix,atpeak : the mixed air temperature at the time of the system peak cooling load (C)

  • Tzones,avg : the average zone temperature at the time of the system peak cooling load (C)

  • ˙Vcc,air : the design volumetric air flow rate through the cooling coil (m3/s). This is the flow rate at either the sensible or total cooling load peak from the design period calculations.

  • ˙Vcool,air,max : the maximum cooling volumetric air flow rate from the design calculations (m3/s). This flow rate occurs at the maximum zone cooling demand.

  • ˙Vsys,air,max : the maximum volumetric air flow rate from the design calculations (m3/s). This flow rate occurs at either the maximum zone cooling or heating demand.

Design Coil Load - System Coils[LINK]

Design coil load (cooling capacity) is not an input for Coil:Cooling:Water. It is used for calculating the design water flow rate.

The design load is calculated as:

˙Qcoil,des=˙ma,coil,des(ha,coil,des,inha,coil,des,out)+˙Qfan,heat,des

Where:

  • ha,coil,des,in : is the coil design inlet air enthalpy (J/kg)

  • ha,coil,des,out : is the coil design outlet air enthalpy (J/kg)

  • ˙ma,coil,des : is the coil design air mass flow rate (kg/s)

  • ˙Qfan,heat,des : is the design fan heat (W) - see Section 1.3

The design air mass flow rate depends on the location of the coil. If the coil is in the outside air stream, the flow rate is set to:

ρair˙Va,coil,oa,des

where ˙Va,coil.oa,des is the design outside air volumetric flow rate for the system. Otherwise, it is set to:

ρair˙Vcc,air

where ˙Vcc,air is calculated above in the Initial Calculations section.

To obtain the inlet and outlet enthalpies, we need the inlet and outlet temperatures and humidity ratios. The inlet and outlet conditions depend on whether the coil is in the outside air stream and if it is not, whether or not there is outside air preconditioning.

Coil in outside air stream:[LINK]

  • Tair,in,des=Tout,cool,atpeak (the outside air temperature at the design cooling peak)

  • Tair,out,des=Tsys,precool (the specified Precool Design Temperature from the System:Sizing object)

  • Wair,in,des=Wout,cool,atpeak (the outside humidity ratio at the design cooling peak)

  • Wair,out,des=Wsys,precool (the specified Precool Design Humidity Ratio from the System:Sizing object)

Coil in main air stream, no preconditioning of outside air[LINK]

  • Tair,in,des=Tmix,cool,atpeak (the mixed air temperature at the design cooling peak. Plus the design fan temperature rise due to fan heat, + Tfan,heat,des, for blow through configuration - see Section 1.3)

  • Wair,in,des=Wmix,cool,atpeak (the mixed humidity ratio at the design cooling peak)

  • Tair,out,des=Tcc,exit (calculated above in the Initial Calculation section. Minus the design fan temperature rise due to fan heat, - Tfan,heat,des, for draw through configuration - see Section 1.3)

  • Wair,out,des=Wsup,cool (the specified Central Cooling Design Supply Air Humidity Ratio from the Sizing:System object)

Coil in main air stream, outside air preconditioned[LINK]

The oustide air fraction is calculated as (where Vcc,air is calculated as above):

  • foa=˙Vair,out,des˙Vcc,air

  • Tair,in,des=foaTprecool+(1foa)Tret,cool,atpeak (Precool temperature is the specified Precool Design Temperature from System:Sizing Manager; T_ret_cool_at-peak is the return temperature at the system cooling peak load. Plus the design fan temperature rise due to fan heat, + Tfan,heat,des, for blow through configuration - see Section 1.3)

  • Wair,in,des=foaWprecool+(1foa)Wret,cool,atpeak (Precool humidity ratio is the specified Precool Design Humidity Ratio from System:Sizing Manager; W_ret_cool_at-peak is the return humidity ratio at the system cooling peak load)

  • Tair,out,des=Tcc,exit (calculated above in the Initial Calculation section. Minus the design fan temperature rise due to fan heat, - Tfan,heat,des, for draw through configuration - see Section 1.3))

  • Wair,out,des=Wsup,cool (the specified Central Cooling Design Supply Air Humidity Ratio from the Sizing:System object)

With the inlet and outlet conditions established, we can obtain the inlet and outlet enthalpies:

hair,coil,des,in=PsyHFnTdbW(Tair,in,des,Wair,in,des)hair,coil,des,out=PsyHFnTdbW(Tair,out,des,Wair,out,des)

Where PsyHFnTdbW is the EnergyPlus function for calculation air specific enthalpy given the air temperature and humidity ratio. We now have all we need to calculate the design coil capacity, ˙Qcoil,des .

Design Coil Load - Zone Coils[LINK]

If the coil is part of an AirTerminal:SingleDuct:ConstantVolume:FourPipeInduction unit or an ZoneHVAC:FourPipeFanCoil, the cooling load (cooling capacity) is passed down from the terminal unit or fan coil sizing calculations. Otherwise the load is defined as:

˙Qcoil,des=˙ma,coil,des(ha,coil,des,inha,coil,des,out)+˙Qfan,heat,des

Where:

  • ha,coil,des,in : is the coil design inlet air enthalpy (J/kg)

  • ha,coil,des,out : is the coil design outlet air enthalpy (J/kg)

  • ˙ma,coil,des : is the coil design air mass flow rate (kg/s)

  • ˙Qfan,heat,des : is the design fan heat (W) - see Section 1.3

The enthalpies are given by:

hair,coil,des,in=PsyHFnTdbW(Tair,in,des,Wair,in,des)hair,coil,des,out=PsyHFnTdbW(Tair,out,des,Wair,out,des) Where the inputs to those functions are the coil inlet design conditions. For coils in terminal units these are set at the system level to the system design supply air temperature. For zonal units they are set to design return air, mixed air, or outside air as appropriate to the unit. Tair,out,des is set to the zone cooling design supply air temperature as specified in the Zone:Sizing inputs. Wair,out,des is set to the zone cooling design supply air humidity ratio as specified in the Zone:Sizing inputs.

Design Water Flow Rate (m3/s) - System Coils[LINK]

The design water volumetric flow rate is calculated using:

˙Vw,coil,des=˙Qcoil,desρwcp,wΔTw,des

Where ΔTw,des is just the Loop Design Temperature Difference user input from Sizing:Plant (if the coil is in the outside air stream, 1/2 the Loop Design Temperature Difference is used). The design coil load Loadcoil,des is calculated from:

Loadcoil,des=AirMassFlowRatecoil,des(hair,coil,des,inhair,coil,des,out)

Design Water Flow Rate (m3/s) - Zone Coils[LINK]

If the coil is part of an AirTerminal:SingleDuct:ConstantVolume:FourPipeInduction unit or an ZoneHVAC:FourPipeFanCoil, the chilled water flow rate is passed down from the terminal unit or fan coil sizing calculations. Otherwise the flow is set to:

˙Vw,coil,des=˙Qcoil,desρwcp,wΔTw,des

Where ΔTw,des is just the Loop Design Temperature Difference user input from Sizing:Plant.

Design Air Flow Rate - System Coils[LINK]

The design air volumetric flow rate for the system cooling coil is set to:

  1. the design outside air flow rate if the coil is in the outside air stream;

  2. the coil design flow rate from function GetCoilDesFlowT described in section “Initial Calculations”;

  3. the design flow rate set by the parent component (such as a unitary system) containing the cooling coil.

Design Air Flow Rate - Zone Coils[LINK]

Zone chilled water coils are always part of a zone HVAC component. In almost all cases the design flow rate is passed down from the design flow rate of the parent component. Otherwise if the parent component does cooling only the flow rate for the coil is set to the zone design cooling flow rate. And if the parent component does both cooling and heating, the coil flow rate is set to the maximum of the zone design cooling and heating flow rates.

Design Air Inlet Temperature - System Coils[LINK]

The inlet air temperature depends on whether the coil is in the outside air stream and if it is not, whether or not there is outside air preconditioning.

  • Coil in outside air stream: Tair,in,des=Tout,cool,atpeak (the outside air temperature set at the design cooling peak).

  • Coil in main air stream, no preconditioning of outside air: Tair,in,des=Tmix,cool,atpeak (the mixed air temperature at the cooling design peak. Plus the design fan temperature rise due to fan heat, + Tfan,heat,des, for blow through configuration - see Section 1.3).

  • Coil in main air stream, outside air preconditioned. The outside air fraction is calculated as foa=˙Vair,out,des/˙Vcc,air , where ˙Vcc,air is calculated above. Then Tair,in,des=foaTprecool+(1foa)Tret,cool,atpeak , where Tprecool is the specified Precool Design Temperature from System:Sizing, Tret,cool,atpeak is the return temperature at the system cooling peak load. Plus the design fan temperature rise due to fan heat, + Tfan,heat,des, for blow through configuration - see Section 1.3).

Design Air Inlet Temperature - Zone Coils[LINK]

The design inlet temperature depends on whether the coil is in a terminal unit or a zonal unit, and where the coil is positioned within the unit. The design fan temperature rise is added to coil inlet temperature for blow-through or subtracted from the coil outlet air temperature for draw-through. Fan heat in either case results in a higher design coil load - see Section 1.3.

  1. For the AirTerminal:SingleDuct:ConstantVolume:FourPipeInduction terminal unit the design inlet temperature is set to the zone temperature at the time of the zone cooling peak, since the coil is located in the induced air stream: Tair,in,des=Tzone,cool,peak

  2. For fan coil units the design inlet temperature is set to the mixed air temperature: Tair,in,des=foaToa,coolpeak+(1foa)Tz,coolpeak , where foa=ρa˙Vz,oa,des/˙mz,cool,des

  3. In all other cases the design inlet temperature is set to the zone design cooling coil inlet temperature which is calculated in the zone sizing simulation and is basically the same calculation as the fan coil unit.

Design Air Outlet Temperature - System Coils[LINK]

The outlet air temperature depends on whether the coil is in the outside air stream.

  1. Coil in outside air stream: Tair,out,des = Tsys,des,precool (the specified Precool Design Temperature from the Sizing:System object).

  2. Coil in main air stream: the design outlet air temperature is set to the temperature calculated in the Initial Calculation section above.

Design Air Outlet Temperature - Zone Coils[LINK]

If the coil is part of an AirTerminal:SingleDuct:ConstantVolume:FourPipeInduction unit, then:

˙Qcoil,des=cp,airρair˙Vw,coil,desΔTw,desT1=Tair,in,des˙Qcoil,des/(ρaircp,air˙Vair,coil,des)T2=Tw,out,des+2Tair,out,des=max(T1,T2)

For all other cases Tair,out,des is set to Tz,sup,des (the zone design supply air temperature as specified in Sizing:Zone).

Design Inlet Air Humidity Ratio - System Coils[LINK]

The design inlet humidity ratio depends on whether the coil is in the outside air stream and if it is not, whether or not there is outside air preconditioning.

  • Coil in outside air stream: Wair,in,des=Wout,cool,atpeak (the outside air humidity ratio at the design cooling peak).

  • Coil in main air stream, no preconditioning of outside air: Wair,in,des=Wmix,cool,atpeak (the mixed air humidity ratio at the cooling design peak).

  • Coil in main air stream, outside air preconditioned. The outside air fraction is calculated as foa=˙Vair,out,des/˙Vcc,air , where ˙Vcc,air is calculated above. Then Wair,in,des=foaWprecool+(1foa)Wret,cool,atpeak , where Wprecool is the specified Precool Design Humidity Ratio from System:Sizing, and Wret,cool,atpeak is the return humidity ratio at the system cooling peak load.

Design Air Inlet Humidity Ratio - Zone Coils[LINK]

The design inlet humidity ratio depends on whether the coil is in a terminal unit or a zonal unit, and where the coil is positioned within the unit.

  1. For the AirTerminal:SingleDuct:ConstantVolume:FourPipeInduction terminal unit the design inlet humidity ratio is set to the zone humidity ratio at the time of the zone cooling peak, since the coil is located in the induced air stream.

  2. For fan coil units the design inlet humidity ratio is set to the mixed air humidity ratio: Wair,in,des=foaWoa,coolpeak+(1foa)Wz,coolpeak , where foa=ρa˙Vz,oa,des/˙mz,cool,des

  3. In all other cases the design inlet humidity ratio is set to the zone design cooling coil inlet hunidity ratio which is calculated in the zone sizing simulation and is basically the same calculation as the fan coil unit.

Design Outlet Air Humidity Ratio - System Coils[LINK]

The outlet air humidity ratio depends on whether the coil is in the outside air stream.

  • Coil in outside air stream: Wair,out,des = Wsys,des,precool (the specified Precool Design Humidity Ratio from the Sizing:System object)

  • Coil in main air stream: Wair,out,des = PsyWFnTdbRhPb(Tair,out,des,0.9,Pair,std), where PsyWFnTdbRhPb is the EnergyPlus psychrometric function to calculate humidity ratio from drybulb temperature, relative humidity, and atmospheric pressure. The design outlet humidity ratio is being set to the humidity ratio at 90% relative humidity and design outlet temperature.

Design Outlet Air Humidity Ratio - Zone Coils[LINK]

  • If the coil is part of an AirTerminal:SingleDuct:ConstantVolume:FourPipeInduction unit, then:

  • Get the dewpoint temperature at Wair,in,des: Tdp,in=PsyTdpFnWPb(Wair,in,des,Pair,std)

  • If Tdp,in < = Tw,in,des set Wair,out,des = Wair,in,des. Otherwise set Wair,out,des = min(PsyWFnTdbRhPb(Tair,out,des,0.9,Pair,std),Wair,in,des)

Design Inlet Water Temperature - System Coils[LINK]

The Design Inlet Water Temperature is set to the Design Loop Exit Temperature specified in the Sizing:Plant object for the water loop serving this coil.

Design Inlet Water Temperature - Zone Coils[LINK]

The Design Inlet Water Temperature is set to the Design Loop Exit Temperature specified in the Sizing:Plant object for the water loop serving this coil.

Coil:Cooling:Water:DetailedGeometry Sizing[LINK]

The sizing is done in subroutine SizeWaterCoil

Max Water Flow Rate of Coil[LINK]

The calculation is identical to that done for Coil:Cooling:Water.

Number of Tubes per Row[LINK]

Ntube/row=Int(13750˙Vcoil,water,max)

Ntube/row=Max(Ntube/row,3)

Fin Diameter[LINK]

Depending on the duct type, get the coil design air flow rate.

For duct type = main, other or default

˙mair,des=ρairDesMainVolFlowsys

for duct type = cooling

˙mair,des=ρairDesCoolVolFlowsys

for duct type = heating

˙mair,des=ρairDesHeatVolFlowsys

Dfin=0.335˙mair,des

Minimum Air Flow Area[LINK]

Depending on the duct type, get the coil design air flow rate.

For duct type = main, other or default

˙mair,des=ρairDesMainVolFlowsys

for duct type = cooling

˙mair,des=ρairDesCoolVolFlowsys

for duct type = heating

˙mair,des=ρairDesHeatVolFlowsys

AMinAirFlow=0.44˙mair,des

Fin Surface Area[LINK]

Depending on the duct type, get the coil design air flow rate.

For duct type = main, other or default

˙mair,des=ρairDesMainVolFlowsys

for duct type = cooling

˙mair,des=ρairDesCoolVolFlowsys

for duct type = heating

˙mair,des=ρairDesHeatVolFlowsys

AFinSurf=78.5˙mair,des

Total Tube Inside Area[LINK]

˙Qcoil,des,total=˙mair,des(HinHout)TotCapTempModFac+˙Qfan,heat,des

Where Dtube,inside is the tube inside diameter.

Tube Outside Surf Area[LINK]

˙Qcoil,des,sensible=˙mair,desCp,air,des(TDB,inTDB,out)SensCapTempModFac+˙Qfan,heat,des

Where Dtube,outside is the tube outside diameter.

Coil Depth[LINK]

˙Qcoil,rated,total=mair,rated(HinHout)/TotCapTempModFracNominalSpeed

Coil:Cooling:WaterToAirHeatPump:EquationFit Sizing[LINK]

The sizing is done in subroutine SizeHVACWaterToAir.

Rated Air Flow Rate[LINK]

The calculation is identical to that done for Coil:Cooling:Water.

Rated Water Flow Rate[LINK]

The calculation is identical to that done for Coil:Cooling:Water, which is the coil design load divided by the Loop Design Temperature Difference user input from Sizing:Plant. If there is a companion heating coil, the heating coil design load is used so that both modes will have the same rated water flow rate. For sizing the plant loop serving this coil, only one half of this flow rate is used since both the cooling and heating coil will save a flow rate but only one of these coils will operate at a time.

Rated Total Cooling Capacity[LINK]

The calculation for coil operating temperatures (inlet and outlet) are identical to that done for Coil:Cooling:Water. The following calculations are then performed to determine the rated total cooling capacity.

TWB,ratio=TWB,air,in,des+273.15C283.15C

TS,ratio=29.44C+273.15C283.15C

where:

TWB,ratio= ratio of load-side inlet air wet-bulb temperature in Kelvin to a reference temperature

TS,ratio= ratio of source-side inlet water temperature in Kelvin to a reference temperature

TotCapTempModFac=TCC1+TCC2(TWB,ratio)+TCC3(TS,ratio)+TCC4+TCC5

where:

TCC1 = user input for Total Cooling Capacity Coefficient 1

TCC2 = user input for Total Cooling Capacity Coefficient 2

TCC3 = user input for Total Cooling Capacity Coefficient 3

TCC4 = user input for Total Cooling Capacity Coefficient 4

TCC5 = user input for Total Cooling Capacity Coefficient 5

The 4th and 5th coefficient (TCC4 and TCC5) used in the above equation are multipliers for the load-side and source-side flow ratios, respectively. For sizing, these ratios are assumed to be 1.

The enthalpy of the entering air is then compared with the enthalpy of the exiting air. The calculations for air enthalpy are identical to that done for Coil:Cooling:Water. If the entering air enthalpy is less than the exiting air enthalpy, a reference value of 48,000 J/kg is used as the entering air enthalpy. If the TotCapTempModFac calculation above yields 0 as the result, a value of 1 is used in the following calculation. If the design air mass flow rate is determined to be less than a very small flow value (0.001 kg/s) or the capacity calculated here is less than 0, the coil total cooling capacity is set equal to 0.

˙Qcoil,rated,total=mair,rated(48000Hout)/TotCapTempModFracNominalSpeed

Where:

  • ˙Qfan,heat,des : is the design fan heat (W) - see Section 1.3

Rated Sensible Cooling Capacity[LINK]

The calculation for coil operating temperatures (inlet and outlet) are identical to that done for Coil:Cooling:Water. The following calculations are then performed to determine the rated sensible cooling capacity.

TDB,ratio=TDB,air,in,des+273.15C283.15C

TS,ratio=29.44C+273.15C283.15C

where:

TDB,ratio= ratio of load-side inlet air dry-bulb temperature in Kelvin to a reference temperature

SensCapTempModFac=SCC1+SCC2(TDB,ratio)+SCC3(TWB,ratio)+SCC4(TS,ratio)+SCC5+SCC6

where:

SCC1 = user input for Sensible Cooling Capacity Coefficient 1

SCC2 = user input for Sensible Cooling Capacity Coefficient 2

SCC3 = user input for Sensible Cooling Capacity Coefficient 3

SCC4 = user input for Sensible Cooling Capacity Coefficient 4

SCC5 = user input for Sensible Cooling Capacity Coefficient 5

SCC6 = user input for Sensible Cooling Capacity Coefficient 6

The 5th and 6th coefficient (SCC5 and SCC6) used in the above equation are multipliers for the load-side and source-side flow ratios, respectively. For sizing, these ratios are assumed to be 1.

The dry-bulb temperature of the entering air is then compared with the dry-bulb temperature of the exiting air. The calculations for air dry-bulb temperature are identical to that done for Coil:Cooling:Water. If the entering air dry-bulb temperature is less than the exiting air dry-bulb temperature, a reference value of 24C is used as the entering air dry-bulb temperature. If the SensCapTempModFac calculation above yields 0 as the result, a value of 1 is used in the following calculation. If the design air mass flow rate is determined to be less than a very small flow value (0.001 kg/s) or the capacity calculated here is less than 0, the coil sensible cooling capacity is set equal to 0.

˙Qcoil,rated,total=˙Qcoil,rated,total+˙Qfan,heat,des

Where:

  • ˙Qfan,heat,des : is the design fan heat (W) - see Section 1.3

Coil:Cooling:WaterToAirHeatPump:VariableSpeedEquationFit Sizing[LINK]

For the cooling coil of VS WSHP, we specify a nominal speed level. During the sizing calculation, the Rated Air Volume Flow Rate, the Rated Water Volume Flow Rate and the Rated Total Cooling Capacity at the Selected Nominal Speed Level are determined in the same way as the Coil:Cooling:WaterToAirHeatPump:EquationFit object. The sensible heat transfer rate is not allowed for auto-sizing, instead, it is a function of the rated air and water flow rates, rated total cooling capacity and the Reference Unit SHR at the nominal speed level. The default nominal speed level is the highest speed. However, the model allows the user to select a nominal speed level rather than the highest.

Rated Air Flow Rate[LINK]

The calculation is identical to that done for Coil:Cooling:WaterToAirHeatPump:EquationFit.

Rated Water Flow Rate[LINK]

The calculation is identical to that done for Coil:Cooling:WaterToAirHeatPump:EquationFit , which is the coil design load divided by the Loop Design Temperature Difference user input from Sizing:Plant. If there is a companion heating coil, the heating coil design load is used so that both modes will have the same rated water flow rate. For sizing the plant loop serving this coil, only one half of this flow rate is used since both the cooling and heating coil will save a flow rate but only one of these coils will operate at a time.

Rated Total Cooling Capacity[LINK]

The calculation for coil operating temperatures (inlet and outlet) are identical to that done for Coil:Cooling:WaterToAirHeatPump:EquationFit. The calculations for air enthalpy are similar to that done for Coil:Cooling:WaterToAirHeatPump:EquationFit. The difference is in calculating the total cooling capacity temperature modifier function at the selected nominal speed level, as below:

TotCapTempModFracNominalSpeed=a+bWBi+cWB2i+dEWT+eEWT2+fWBiEWT

where:

WBi = wet-bulb temperature of the air entering the heating coil, C

EWT = entering water temperature, C

a-f = regression curve-fit coefficients.

If the entering air enthalpy is less than the exiting air enthalpy, a reference value of 48,000 J/kg is used as the entering air enthalpy. If the TotCapTempModFac calculation above yields 0 as the result, a value of 1 is used in the following calculation. If the rated air mass flow rate is determined to be less than a very small flow value (0.001 kg/s) or the capacity calculated here is less than 0, the coil total cooling capacity is set equal to 0.

If Hin > Hout Then

˙Vcoil,water,max=HeatCapsys/(Cp,waterρwaterΔTplt,hw,des)

Else

˙mair,des=ρair˙mair,des,tu

End If

˙mair,des=DesHeatMassFlowzone

Where:

  • ˙Qfan,heat,des : is the design fan heat (W) - see Section 1.3

Coil:Heating:WaterToAirHeatPump:EquationFit Sizing[LINK]

The sizing is done in subroutine SizeHVACWaterToAir.

Rated Air Flow Rate[LINK]

The calculation is identical to that done for Coil:Cooling:Water.

Rated Water Flow Rate[LINK]

The calculation is identical to that done for Coil:Cooling:Water , which is the coil design load divided by the Loop Design Temperature Difference user input from Sizing:Plant. For sizing the plant loop serving this coil, only one half of this flow rate is used since both the cooling and heating coil will save a flow rate but only one of these coils will operate at a time.

Rated Total Heating Capacity[LINK]

The rated total heating capacity is set equal to the rated total cooling capacity.

Coil:Heating:WaterToAirHeatPump:VariableSpeedEquationFit Sizing[LINK]

For the heating coil of VS WSHP, we specify a nominal speed level. During the sizing calculation, the Rated Air Volume Flow Rate and the Rated Water Volume Flow Rate are determined in the same way as the Coil:Heating:WaterToAirHeatPump:EquationFit object. On the other hand, the Rated Heating Capacity at the Selected Nominal Speed Level should be the same as the total cooling capacity of its corresponding cooling coil, which has to be sized first. The default nominal speed level will be the highest speed. However, the model allows the user to select a nominal speed level rather than the highest.

Rated Air Flow Rate[LINK]

The calculation is identical to that done for Coil:Cooling:WaterToAirHeatPump:EquationFit.

Rated Water Flow Rate[LINK]

The calculation is identical to that done for Coil:Cooling:WaterToAirHeatPump:EquationFit, which is the coil design load divided by the Loop Design Temperature Difference user input from Sizing:Plant. For sizing the plant loop serving this coil, only one half of this flow rate is used since both the cooling and heating coil will save a flow rate but only one of these coils will operate at a time.

Rated Total Heating Capacity[LINK]

The rated total heating capacity is set equal to the rated total cooling capacity.

Coil:Heating:Water Sizing[LINK]

The sizing is done in subroutine SizeWaterCoil.

Max Water Flow Rate of Coil[LINK]

System Coils[LINK]

With the coil load from the system design data array and the user specified (in a Sizing:Plant object) design hot water temperature fall, calculate the max water flow rate:

Qcoil,des=cp,air˙mair,des(Tout,airTin,air)

Zone Coils[LINK]

Using the zone design coil inlet and supply air conditions calculate the design coil load.

If the coil is not part of an induction unit then obtain the coil inlet temperature from the zone design data array:

Tin,air = DesHeatCoilInTempzone

If the coil is part of an induction unit take into account the induced air:

Fracminflow = MinFlowFraczone

Tin,air = DesHeatCoilInTempzone * Fracminflow +

ZoneTempAtHeatPeakzone *(1- Fracminflow)

Tout,air = HeatDesTempzone

Wout,air = HeatDesHumRatzone

If the coil is part of a terminal unit the mass flow rate is determined by the volumetric flow rate of the terminal unit:

FlowCapRatiomin=0.00004027m3/sperwatt(300cfm/ton)

Otherwise the design flow is obtained from the zone design data array:

FlowCapRatiomax=0.00006041m3/sperwatt(450cfm/ton)

˙min,air=ρairDesHeatVolFlowsys

Here cp,air is calculated at the outlet humidity and the average of the inlet and outlet temperatures.

With the coil load and the user specified (in a Sizing:Plant object) design hot water temperature decrease, calculate the max water flow rate:

Tin,air=DesHeatCoilInTempzone

UA of the Coil[LINK]

To obtain the UA of the coil, we specify the model inputs (other than the UA) at design conditions and the design coil load that the coil must meet. Then we numerically invert the coil model to solve for the UA that will enable the coil to meet the design coil load given the specified inputs.

System Coils[LINK]

The design coil load is the system design sensible cooling capacity:

Fracminflow=MinFlowFraczone

The required inputs for the simple coil model are:

Tin,air=DesHeatCoilInTempzoneFracminflow+

ZoneTempAtHeatPeakzone(1Fracminflow)

Win,air=DesHeatCoilInHumRatzone

FlowCapRatio=˙Vair,rated/CCaprated

Depending on the duct type, get the coil design air flow rate.

For duct type = main, other or default

˙min,water=ρwater˙Vcoil,water,max

for duct type = cooling

Tout,air=HeatDesTempzone

for duct type = heating

Wout,air=HeatDesHumRatzone

We now have all the data needed to obtain UA. The numerical inversion is carried out by calling subroutine SolveRegulaFalsi. This is a general utility routine for finding the zero of a function. In this case it finds the UA that will zero the residual function - the difference between the design coil load and the coil output divided by the design coil load. The residual is calculated in the function SimpleHeatingCoilUAResidual.

Zone Coils[LINK]

If the coil is not part of an induction unit then obtain the coil inlet temperature from the zone design data array;

˙mair,des=ρair˙mair,des,tu

If the coil is part of an induction unit take into account the induced air:

˙mair,des=DesHeatMassFlowzone

˙Qcoil,des=cp,air˙mair,des(Tout,airTin,air)

˙Vair,rated=DesMainVolFlowsys

˙Vair,rated=Max(DesCoolVolFlowzone,DesHeatVolFlowzone)

CCappeak=ρair˙Vair,rated(hmixhsup)+˙Qfan,heat,des

FlowCapRatio=˙Vair,rated/CCaprated

CCaprated=˙Vair,rated/FlowCapRatiomin

CCaprated=˙Vair,rated/FlowCapRatiomax

If the coil is part of a terminal unit the mass flow rate is determined by the volumetric flow rate of the terminal unit:

FlowCapRatiomin=0.00004027m3/sperwatt(300cfm/ton)

Otherwise the design flow is obtained from the zone design data array:

FlowCapRatiomax=0.00006041m3/sperwatt(450cfm/ton)

FlowCapRatiomin=0.00001677m3/sperWatt(125cfm/ton)

Here cp,air is calculated at the outlet humidity and the average of the inlet and outlet temperatures.

We now have all the data needed to obtain UA. The numerical inversion is carried out by calling subroutine SolveRegulaFalsi. This is a general utility routine for finding the zero of a function. In this case it finds the UA that will zero the residual function - the difference between the design coil load and the coil output divided by the design coil load. The residual is calculated in the function SimpleHeatingCoilUAResidual.

Coil:Heating:Steam Sizing[LINK]

The sizing is done in subroutine SizeSteamCoil.

Maximum Steam Flow Rate[LINK]

System Coils[LINK]

The maximum steam volumetric flow rate is calculated using:

˙Vcoil,steam,max=Loadcoil,desρsteam(hfg+cp,wΔTsc)

The steam density (ρsteam ) is for saturated steam at 100 C (101325.0 Pa) and hfg is the latent heat of vaporization of water at 100 C (101325.0 Pa). Cp,w is the heat capacity of saturated water (condensate) at 100 C (101325.0 Pa) and ΔTsc is the Degree of Subcooling defined in the Coil:Heating:Steam object input. The design coil load Loadcoil,des is calculated from:

Loadcoil,des=˙mair,des(cp,air)(Tair,coil,des,outTair,coil,des,in)

The design air mass flow rate depends on the location of the coil (duct type). For duct type = main, the flow rate is set to ρair *DesMainVolFlowsys *MinSysAirFlowRatio. If the coil is in a cooling duct the flow rate is set to ρair *DesCoolVolFlowsys *MinSysAirFlowRatio. If the coil is in a heating duct the flow rate is set to ρair *DesHeatVolFlowsys. If the coil is in any other kind of duct, the flow rate is set to ρair *DesMainVolFlowsys.

For sizing, the design outlet air temperature (Tair,coil,des,out) is the Central Heating Design Supply Air Temperature specified in the Sizing:System object.

The design inlet air temperature depends on whether the coil is being sized for 100% outdoor air or minimum outdoor air flow (per 100% Outdoor Air in Heating input field in the Sizing:System object).

  1. Sizing based on 100% Outdoor Air in Heating

Tair,coil,des,in = HeatOutTempsys (the outdoor air temperature at the design heating peak)

  1. Sizing based on minimum outdoor air flow. The outdoor air fraction is calculated as Fracoa = DesOutAirVolFlowsys / DesVolFlow. DesVolFlow is mair,des/mair,desρairρair.

Tair,coil,des,in = FracoaHeatOutTempsys + (1.- Fracoa) HeatRetTempsys (see Table [table:system-sizing-data] System Sizing Data)

Zone Coils[LINK]

If the coil is part of an AirTerminal:SingleDuct:* unit (e.g., AirTerminal:SingleDuct:ConstantVolume:Reheat, AirTerminal:SingleDuct:VAV:Reheat, AirTerminal:SingleDuct:SeriesPIU:Reheat, etc.), the maximum steam flow rate is set equal to the terminal unit’s maximum steam flow rate. Otherwise (e.g., the zone-level coil is part of ZoneHVAC:PackagedTerminalAirConditioner, ZoneHVAC:UnitVentilator, ZoneHVAC:UnitHeater or ZoneHVAC:VentilatedSlab) the calculation is similar to that at the system level. A design load is calculated:

Loadcoil,des=˙mair,des(cp,air)(Tair,coil,des,outTair,coil,des,in)

where:

˙mair,des = DesHeatMassFlowzone (see Table [table:zone-sizing-data] Zone Sizing Data)

Tair,coil,des,in = DesHeatCoilInTempzone (see Table [table:zone-sizing-data])

Tair,coil,des,out = HeatDesTempzone (user input from Sizing:Zone object)

cp,air = Specific heat of air (evaluated at the average of inlet and outlet air temperatures, and at the zone heating design supply air humidity ratio HeatDesHumRatzone [user input from Sizing:Zone object])

˙Vcoil,steam,max=Loadcoil,desρsteam(hfg+cp,wΔTsc)

The terms in the denominator of this equation (ρsteam, hfg, etc.) are evaluated in the same way as described above for steam System Coils.

Sizing of Gas and Electric Heating Coils[LINK]

The sizing calculation is done in subroutine SizeHeatingCoil in module HeatingCoils.

Nominal Capacity of the Coil[LINK]

System Coils[LINK]

The value is obtained from the system design array.

FlowCapRatiomax=0.00003355m3/sperWatt(250cfm/ton)

Zone Coils[LINK]

The capacity is calculated from the design coil inlet and outlet conditions.

If the coil is not part of an induction unit then obtain the coil inlet temperature from the zone design data array;

CCappeak=ρair˙Vair,rated(hmixhsup)

If the coil is part of an induction unit take into account the induced air:

FlowCapRatio=˙Vair,rated/CCaprated

CCaprated=˙Vair,rated/FlowCapRatiomin

CCaprated=˙Vair,rated/FlowCapRatiomax

˙Qcoil,rated,total=mair,rated(HinHout)/TotCapTempModFracNominalSpeed

˙Qcoil,rated,total=mair,rated(48000Hout)/TotCapTempModFracNominalSpeed

˙Qcoil,rated,total=˙Qcoil,rated,total+˙Qfan,heat,des

Here cp,air is calculated at the outlet humidity and the average of the inlet and outlet temperatures.

DX Coil Sizing[LINK]

The sizing calculations are done in subroutine SizeDXCoil in module DXCoils. This section covers the sizing of the objects

  1. Coil:Cooling:DX:SingleSpeed

  2. Coil:Heating:DX:SingleSpeed

  3. Coil:Cooling:DX:TwoSpeed

Rated Air Volume Flow Rate[LINK]

System Coils[LINK]

The rated air flow rate is obtained from the system design array.

˙Vdes=˙Vloop,desfsize

Zone Coils[LINK]

The rated air flow rate is the maximum of the heating and cooling design flow rates from the zone design array.

˙Q=VSup,desρcpΔTSupLoop,Des

Rated Total Cooling Capacity[LINK]

System Coils[LINK]

The rated cooling capacity is obtained by dividing the peak cooling capacity by the Cooling Capacity Modifier Curve evaluated at peak mixed wetbulb and outdoor drybulb temperatures.

˙ma=DesMainVolFlowsysρa

˙Vtower,w,des=˙Vloop,des

˙Vtower,w,des=5.382E8˙Qtower,nom

˙Qtower,nom=Cp,wρw˙Vtower,w,desΔTloop,des

˙Qfan,nom=0.0105˙Qtower,nom

˙VSA,heating=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

˙VSA, no cool or heat=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

˙VSA,cooling,n=nNumberOfSpeed˙VSA,cooling

˙VSA,heating,n=nNumberOfSpeed˙VSA,heating

˙Vair,max,terminal=Max(DesCoolVolFlowzone,DesHeatVolFlowzone)

Qfan,heat,des = design fan heat (W) - see Section 1.3

˙Qfluidcooler,design=1.25˙Qfluidcooler,standarddesign   (to allow for compressor heat)

MinOAzone/˙Vair,max,primary,terminal

We check that the design volume flow per total capacity is within the prescribed range:

Tin,water=Provided by the user

If FlowCapRatio < FlowCapRatiomin then

˙Vfan,max=DesMainVolFlowsys

If FlowCapRatio > FlowCapRatiomax then

˙Voutsideair,max=Min(MinOAzone,˙Vair,max)

where

Tcoil,in=DesHeatCoilInTempzone

and

˙Voutsideair,max=Min(MinOAzone,˙Vair,max)

The sizing calculation for DX cooling coils for 100% dedicated outdor air system (DOAS) are identical to regular DX cooling coils. However, they operate operate at different flow to capacity ratio ranges and are within the prescribed range below:

˙VSA,cooling=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)

and

˙VSA,heating=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)

Zone Coils[LINK]

The rated cooling capacity for zone coils is calculated in the same manner as for system coils.

˙VSA, no cool or heat=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)

˙VOA,cooling=MIN(MinOAzone,˙VSA,cooling)

˙VOA,heating=MIN(MinOAzone,˙VSA,heating)

˙VOA, no cool or heat=MIN(MinOAzone,˙VSA, no cool or heat)

˙VSA,cooling=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

˙VSA,heating=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

˙VSA, no cool or heat=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

˙VSA,cooling,n=nNumberOfSpeed˙VSA,cooling

˙VSA,heating,n=nNumberOfSpeed˙VSA,heating

˙Vair,max,terminal=Max(DesCoolVolFlowzone,DesHeatVolFlowzone)

˙Vair,max,heat,terminal=DesHeatVolFlowzone

MinOAzone/˙Vair,max,primary,terminal

We check that the design volume flow per total capacity is within the prescribed range:

˙Vair,min,terminal=Fracair,minDesVolFlowzone

If FlowCapRatio < FlowCapRatiomin then

˙Vfan,max=DesMainVolFlowsys

If FlowCapRatio > FlowCapRatiomax then

CCaprated=˙Vair,rated/FlowCapRatiomax

where

˙Qcoil,rated,total=mair,rated(HinHout)/TotCapTempModFracNominalSpeed

and

˙Qcoil,rated,total=mair,rated(48000Hout)/TotCapTempModFracNominalSpeed

We check the design flow to the total cooling capacity rato for dedicated zone outdoor unit DX cooling coils to be within the limits prescribed below:

˙Vdes=˙Vloop,desfsize

and

˙Q=VSup,desρcpΔTSupLoop,Des

Rated Total Heating Capacity[LINK]

For Coil:Heating:DX:SingleSpeed the rated heating capacity is set equal to the cooling capacity.

Rated SHR[LINK]

The rated sensible heat ratio (SHR) is calculated based upon empirical data from manufacturers. The rated SHR is fit to this empirical data using a linear function of the rated flow per capacity ratio. Separate correlations were established depending upon whether the DX coil is part of a Dedicated Outdoor Air system (DOAS).

SHRnonDOAS,rated=0.431+6086.0FlowCapRatio

SHRDOAS,rated=0.389+7684.0FlowCapRatio

For rated flow per capacity ratios outside of the min and max bounds defined above, the rated SHR is held constant using the respective relationships at their bounding rated flow per capacity ratios.

If the rated SHR results in outlet conditions above saturation, the SHR is adjusted to a condition at saturation with the same exiting enthalpy.

Evaporative Condenser Air Volume Flow Rate[LINK]

The evaporative condenser air volume flow rate (m3/s) is set to 0.000114 m3/s per watt (850 cfm/ton) times the total rated cooling capacity.

Evaporative Condenser Air Volume Flow Rate, Low Speed[LINK]

The evaporative condenser air volume flow rate, low speed (m3/s) is set to 1/3 times 0.000114 m3/s per watt (850 cfm/ton) times the total rated cooling capacity.

Evaporative Condenser Pump Rated Power Consumption[LINK]

The evaporative condenser pump rated power consumption is set equal to the total cooling capacity times 0.004266 watts pump power per watt capacity (15 W/ton).

Evaporative Condenser Pump Rated Power Consumption, Low Speed[LINK]

The evaporative condenser pump rated power consumption, low speed, is set equal to 1/3 times the total cooling capacity times 0.004266 watts pump power per watt capacity (15 W/ton).

Rated Air Volume Flow Rate, low speed[LINK]

The rated air volume flow rate, low speed, is set equal to 1/3 times the full rated air volume flow rate.

Rated Total Cooling Capacity, Low Speed[LINK]

The rated total cooling capacity, low speed, is set equal to 1/3 times the full rated total cooling capacity.

Rated SHR, low speed[LINK]

The rated sensible heat ratio, low speed, is set equal to the full speed SHR.

Resistive Defrost Heater Capacity[LINK]

For the heat pump the resistive defrost heat capacity is set equal to the cooling capacity.

DX MultiSpeed Coil Sizing[LINK]

The sizing calculations are done in subroutine SizeDXCoil in module DXCoils. This section covers the sizing of the objects

The rated air volume flow rate, rated total cooling capacity, rated heating capacity, rated SHR, evaporative condenser air volume flow rate, evaporative condenser pump rated power consumption at the highest speed are sized in the same ways as DX Coil Sizing.

After the sizes are determined at the highest speed, the sizes in the rest of speeds are assumed to

Valuen=nNumberOfSpeedValueNumberOfSpeed

where

Valuen = Any autosizable variable at Speed n, except SHR

SHRn = SHRNumberOfSpeed

n = Speed Index number from 1 to NumberOfSpeed-1

NumberOfSpeed = The highest speed number

Coil:Cooling:DX:VariableSpeed Sizing[LINK]

For the variable-speed DX cooling coil, we specify a nominal speed level. During the sizing calculation, the Rated Total Cooling Capacity at the Selected Nominal Speed Level is determined in the same way as the Coil:Cooling:DX:SingleSpeed object. If the user chooses to autosize the Rated Air Volume Flow Rate, the flow rate, as compared to the Rated Total Cooling Capacity, is sized to have the same ratio as the air volume flow rate to the total cooling capacity at the nominal speed, of the Reference Unit. The sensible heat transfer rate is not allowed for auto-sizing, instead, it is a function of the rated air flow, rated total cooling capacity and the Reference Unit SHR at the nominal speed level. The default nominal speed level is the highest speed. However, the model allows the user to select a nominal speed level rather than the highest.

Rated Total Cooling Capacity

The calculation for coil operating temperatures (inlet and outlet) are identical to that done for Coil:Cooling:DX:SingleSpeed. The calculations for air enthalpy are similar to that done for Coil:Cooling:DX:SingleSpeed. The difference is in calculating the total cooling capacity temperature modifier function at the selected nominal speed level, as below:

TotCapTempModFracNominalSpeed=a+bWBi+cWB2i+dDBo+eDBoT2+fWBiDBo

where

WBi = wet-bulb temperature of the air entering thecooling coil, degC

DBo = condenser entering air temperature, degC

a-f = regression curve-fit coefficients.

If the entering air enthalpy is less than the exiting air enthalpy, a reference value of 48,000 J/kg is used as the entering air enthalpy. If the TotCapTempModFac calculation above yields 0 as the result, a value of 1 is used in the following calculation. If the rated air mass flow rate is determined to be less than a very small flow value (0.001 kg/s) or the capacity calculated here is less than 0, the coil total cooling capacity is set equal to 0.

If Hin > Hout Then

˙ma=DesMainVolFlowsysρa

Else

˙Vtower,w,des=˙Vloop,des

End If

˙mair,des=DesHeatMassFlowzone

Where:

  • ˙Qfan,heat,des : is the design fan heat (W) - see Section 1.3

The other sizing procedures, e.g. evaporative condenser pump, etc., are the same as Coil:Cooling:DX:SingleSpeed.

Coil:Heating:DX:VariableSpeed Sizing[LINK]

For the variable-speed DX heating coil, we specify a nominal speed level. During the sizing calculation, the Rated Heating Capacity at the Selected Nominal Speed Level should be the same as the total cooling capacity of its corresponding cooling coil, which has to be sized first. The default nominal speed level will be the highest speed. However, the model allows the user to select a nominal speed level rather than the highest. If the user chooses to autosize the Rated Air Volume Flow Rate, the flow rate, as compared to the Rated Heating Capacity, is sized to have the same ratio as the air volume flow rate to the heating capacity at the nominal speed, of the Reference Unit. The other sizing procedures are the same as Coil:Heating:DX:SingleSpeed.

Pump Sizing[LINK]

The loop pumps’ autosizable inputs are design volume flow rate and design power consumption.

Design Volume Flow Rate[LINK]

This is set equal to the design flow rate for the loop which is obtained from summing the needs of the components on the demand side of the loop. Each component on the plant loop registers its design flow rate and central routines sum them up.

Design Power Consumption[LINK]

There are two methods available for calculating the design flow rate. The pump object has a input field to select which method to use.

The first, and original, method is selected by choosing PowerPerFlowPerPressure. And the design power is calculated using:

˙Qnom=Hnom˙VnomScalingFactor/Effmot

where

Effmot is the motor efficiency, often the default value of 0.9. This is defined as the shaft power output in Watts divided by the electric power in Watts.

Vnom is the design volume flow rate in m3/s.

ScalingFactor is an input called Design Shaft Power per Unit Flow Rate per Unit Head, with a default of 1.282051 W/((m3/s)-Pa). (This is the inverse of 0.78 for impeller efficiency that was used prior to version 8.5.)

Hnom the nominal head, or pressure rise across the pump, is an input in Pascals.

The second method is selected by choosing PowerPerFlow. Then the power is calculated more simply and does not use head pressure or motor efficiency

˙Qnom=˙VnomScalingFactor

where

ScalingFactor is an input called Design Electric Power per Unit Flow Rate, with a default of 348701.1 W/(m3/s) or 22 W/gpm. The pump motor efficiency and head are still used to model the pump for its fluid heating. This method essentially finds a pump impeller and drive efficiency that when combined with the head and motor efficiency results in the desired power consumption per flow rate.

Electric Chiller Sizing[LINK]

Generally chillers will need nominal cooling capacity, evaporator flow rate and condenser flow rate. All three quantities can be straightforwardly obtained using the user specified loop sizing data and the loop design flow rates. Chillers may also have a third plant loop connection for heat recovery and this flow rate can also be obtained.

All chillers on a loop are sized to meet the full loop load multiplied by a component-level sizing factor. This sizing factor is set by the user in the chiller input object. If there are multiple chillers on a loop that call for autosizing, they will all use their own sizing factor applied to the loop level flow rate.

Nominal Cooling Capacity[LINK]

˙Qchiller,nom=Cp,wρwΔTloop,des˙Vloop,desfsize

where

Cp,w is the specific heat of evaporator loop fluid at 5C;

ρw is the density of evaporator loop fluid at standard conditions (5.05C);

ΔTloop,des is the chilled water loop design temperature rise (from the chilled water loop’s Sizing:Plant input data);

˙Vloop,des is the loop design volume flow rate.

fsize is the chiller’s sizing factor.

Design Evaporator Volumetric Water Flow Rate[LINK]

The evaporator flow rate is set equal to the loop’s design flow rate multiplied by the chiller’s sizing factor.

˙Vevap,des=˙Vloop,desfsize

Design Condenser Volume Flow Rate[LINK]

The condenser flow rate is obtained by balancing the total heat rejected at full capacity with the heat transferred by the condenser fluid at the design temperature difference using the fluid properties for the condenser loop.

˙Vcond,des=˙Qchiller,nom(1+1/COPchiller,nom)/(ΔTloop,desCp,wρw)

where

Cp,w is the specific heat of condenser loop fluid at design condenser inlet temperature;

ρw is the density of condenser loop fluid at standard conditions (5.05C);

ΔTloop,des is the condenser loop design temperature rise (from condenser loop’s Sizing:Plant input data);

COPchiller,nom is the chiller’s nominal COP.

Design Heat Recovery Volume Water Flow Rate[LINK]

The chiller heat recovery volume flow rate, ˙Vhr,des, is obtained from the condenser volume flow rate modified by a capacity fraction.

˙Vhr,des=˙Vcond,desFHR,cap

where

FHR,cap is user input from the field called Condenser Heat Recovery Relative Capacity Fraction.

Water to Water Heat Pump Sizing[LINK]

Generally water to water heat pumps will need nominal capacity and fluid volume flow rates for both the load and source sides. The models for HeatPump:WaterToWater:EquationFit:Cooling and HeatPump:WaterToWater:EquationFit:Heating also need a reference power consumption.

Reference Load Side Flow Rate[LINK]

The load side design fluid flow rate, ˙Vload,des, is set equal to the load side loop’s total design flow rate multiplied by a component-level sizing factor. ˙Vload,des=˙Vloop,desfsize

where

˙Vloop,des is the loop design volume flow rate;

fsize is the heat pump’s sizing factor.

Reference Capacity[LINK]

The nominal capacity is determined from the loop design flow rate, loop design temperature difference and load side fluid properties.

˙Qhp,nom=Cp,wρwΔTloop,des˙Vloop,desfsize

where

Cp,w is the specific heat of load side loop fluid at standard conditions (5.05C for cooling, 60.0C for heating);

ρw is the density of load side loop fluid at standard conditions (5.05C for cooling, 60.0C for heating);

ΔTloop,des is the load side loop design temperature rise (from load side loop’s Sizing:Plant input data).

Reference Source Side Flow Rate[LINK]

The source side design fluid flow rate, ˙Vsource,des, is obtained by balancing the total heat supplied or rejected at full capacity with the heat transferred by the source side fluid at the design temperature difference using the fluid properties for the source side loop.

For the cooling heat pump, the heat rejected includes the compressor work, ˙Vsource,des=˙Qhp,nom(1+1/COPhp,nom)/(ΔTloop,desCp,wρw)

For the heating heat pump, the heat supplied is reduced by the compressor work,

˙Vsource,des=˙Qhp,nom(11/COPhp,nom)/(ΔTloop,desCp,wρw)

where

COPhp,nom is the reference coefficient of performance. This is from user input if reference power consumption is autosized.

Reference Power Consumption[LINK]

The reference power consumption is the capacity divided by COP Php,nom=˙Qhp,nom/COPhp,nom

Boiler Sizing[LINK]

Generally boilers will need nominal heating capacity and water volume flow rate. Both quantities can be straightforwardly obtained using the user specified loop sizing data and the loop design flow rates.

All boilers on a loop are sized to meet the full loop load multipled by a component-level sizing factor. If there are multiple boilers on a loop that call for autosizing, they will all be assigned a heating capacity and flow rate using their own sizing factor.

Nominal Capacity[LINK]

˙Qboiler,nom=Cp,wρwΔTloop,des˙Vloop,desfsize

where

Cp,w is the specific heat of water at the boiler design outlet temperature;

ρw is the density of water at standard conditions (5.05 oC);

ΔTloop,des is the hot water loop design temperature decrease;

˙Vloop,des is the loop design volumetric flow rate.

fsize is the boiler’s sizing factor.

Design Water Volume Flow Rate[LINK]

˙Vtower,w,des=5.382E8˙Qtower,nom

Plant Heat Exchanger Sizing[LINK]

The sizing of plant heat exchanger component (object: HeatExchanger:FluidToFluid) involves determining design flow rates for both sides, a UA value, and a nominal capacity for reporting. The component has a sizing factor for fine control and uses the design temperatures defined in the Sizing:Plant object.

The Loop Supply Side design flow rate, ˙VSup,des, is set equal to the design flow rate for that loop, multiplied by the component sizing factor, fcomp.

˙VSup,des=˙Vloop,desfcomp

The Loop Demand Side design flow rate,˙VDmd,des , is set equal to the Loop Supply Side design flow rate.

˙VDmd,des=˙VSup,des

The design heat transfer capacity and UA for the heat exchanger are calculated using the design temperatures for the two plant loops. The loop design temperature difference for the Loop Supply Side, ΔTSupLoop,Des , is used to determine a nominal capacity.

˙Qtower,nom=Cp,wρw˙Vtower,w,desΔTloop,des

A loop-to-loop design temperature difference, ΔTLoopToLoop,Des, is determined depending on the nature of the plant loop connected to the Loop Supply Side. The Sizing:Plant object includes classifications for the type of loop that include Heating, Steam, Cooling, or Condenser. For Cooling and Condenser loop types, the loop design temperature difference is added to the design exit temperature for the Loop Supply Side, TSupLoop,Exit. For Heating and Stem loop types, the loop design temperature difference is subtracted from the design exit temperature. This adjusted supply side temperature is then compared to the design exit temperature for the Loop Demand Side, TDmdLoop,Exit.

ΔTLoopToLoop,Des=(TSupLoop,Exit+ΔTSupLoop,Des)TDmdLoop,Exit (Cooling, Condenser)

ΔTLoopToLoop,Des=(TSupLoop,ExitΔTSupLoop,Des)TDmdLoop,Exit (Heating, Steam)

ΔTLoopToLoop,Des=MAX(ABS(ΔTLoopToLoop,Des),2.0)

The UA (U-Factor Time Area Value) is determined by assuming that the target capacity can be delivered for the loop-to-loop temperature difference which after substituting and rearranging becomes:

UA=VSup,desρcpΔTSupLoop,DesΔTLoopToLoop,Des

A nominal capacity for the heat exchanger is determined from the design flow rates and UA (regardless of if they were automatically sized or input by the user) and the expected operating temperatures of the two loops. The loop operating temperatures are obtained from the input in Sizing:Plant object if it is present for that loop. If no Sizing:Plant is present then the loop’s overall setpoint is used (if the loop’s load scheme is DualSetpointDeadband then the average of the high and low setpoints is used). The full heat exchanger model is then calculated for the maximum loop flow rates and expected loop temperatures as inlets to the heat exchanger. The absolute value for the model result for heat transfer rate is then used as the capacity of the heat exchanger. This capacity is reported and may be used for controls based on operation scheme.

Humidifier Sizing[LINK]

The rated power, or nominal electric power input of an Electric Steam Humidifier (Humidifier:Steam:Electric) is calculated from user specified rated capacity (m3/s) and the enthalpy change of the water from a reference temperature (20.0C) to saturated steam at 100.0C. Autosizing procedure assumes that electrical heating element in the humidifier heat the water from the reference temperature and generate saturated steam at 100C, and electric to thermal energy conversion efficiency of 100.0%.

Rated Power[LINK]

Prated=˙Vratedρw(hfg+Cp,wΔTw)

where

Cp,w is the specific heat of water at average temperature ((100+20)/2 = 60.0C), (J/kgK);

ρw is the density of water at standard conditions (5.05C);

ΔTw is the sensible temperature rise of water (100.0 - 20.0 = 80.0C);

˙Vrated is the rated capacity of the humidifier in volumetric flow rate.

hfg is the latent heat of vaporization of water at 100.0C, (J/kg);

Gas Fired Humidifier Sizing[LINK]

The rated power, or nominal gas use rate of a gas steam humidifier (Humidifier:Steam:Gas) is calculated from user specified rated volumetric capacity (m3/s) and the enthalpy change of the water from a reference temperature of 20.0C to a saturated steam at 100.0C. Autosizing procedure assumes that gas heater in the humidifier convert the water from the reference temperature and generate saturated steam at 100C, using gas to thermal energy conversion rated thermal efficiency.

Rated Gas Use Rate

The rated or nominal gas use rate is given by:

QNG,nom=˙Vcap,nomρw(hfg+cp,wΔTw)ηrated

where:

Cp,w: specific heat of water at average temperature ((100+20)/2 = 60.0C), (J/kgK);

ρw: density of water at standard condition (5.05C);

ΔTw: sensible temperature rise of water (100.0 - 20.0 = 80.0C);

Vcap,nom: rated or nominal capacity of the humidifier, (m3/s);

hfg: latent heat of vaporization of water at 100.0C, (J/kg);

ηrated: thermal efficiency at rated condition.

Rated Capacity[LINK]

˙mw=˙ma(ωoωi)

where:

˙mw is water mass flow rate, kg/s;

˙ma is design air mass flow rate, kg/s;

ωo is design outlet humidity ratio, kg-water/kg-air;

ωi is design inlet humidity ratio, kg-water/kg-air.

The air mass flow rate and humidity ratios are determined based upon zone design conditions. If the unit is part of zone equipment, then:

˙ma=Max(DesCoolVolFlowzone,DesHeatVolFlowzone)ρa

ωi=Min(OutHumRatAtCoolPeakzone,OutHumRatAtHeatPeakzone)

ωo=Max(ZoneHumRatAtCoolPeakzone,ZoneHumRatAtHeatPeakzone)

where ρa is the density of air at design conditions, kg/s.

If the unit is part of the central air system, then check if outdoor air system is present. If outdoor air system is part of the air loop and design outdoor air flow rate is greater than zero, then:

˙ma=DesOutAirVolFlowsysρa

ωi=Min(CoolOutHumRatsys,HeatOutHumRatsys)

ωo=Max(CoolSupHumRatsys,HeatSupHumRatsys)

Otherwise, air mass flow rate is determined as follows:

For duct type = main:

˙ma=DesMainAirVolFlowsysρa

For duct type = cooling:

˙ma=DesCoolVolFlowsysρa

For duct type = heating:

˙ma=DesHeatVolFlowsysρa

For duct type = other:

˙Qfan,nom=0.0105˙Qtower,nom

and the humidity ratios are:

ωi=Min(CoolMixHumRatsys,HeatMixHumRatsys)

ωo=Max(CoolSupHumRatsys,HeatSupHumRatsys)

Cooling Tower Sizing[LINK]

The quantities needed to autosize a cooling tower include the design water flow rate, the nominal fan power and air flow rate, and the tower UA. This data may be need to be given at more than one operating point:, for instance - high speed fan, low speed fan and free convection.

EnergyPlus provides two input choices: the user can input the design water flow rate and tower UA at each operating point or the tower nominal capacity (and let the program calculate the water flow rate and UA). Choice of input method will affect the sizing calculations in ways noted below.

Design Water Flow Rate[LINK]

If Tower Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate then

˙Vtower,air,des=˙Qfan,nom0.5ρair/190

If Tower Performance Input Method = NominalCapacity then

˙Qtower,des=Cp,wρw˙Vtower,w,desΔTloop,des

where 5.382 *1008 is m3/s per watt corresponds to the rule-of-thumb of sizing the tower flow rate at 3 gallons per minute per ton. For the CoolingTower:VariableSpeed:Merkel model with NominalCapacity input method, the user can input the value used to scale design water flow rate from nominal capacity and the default is 5.382 *1008 m3/s/W.

Fan Power at Design Air Flow Rate[LINK]

The nominal fan power is sized to be 0.0105 times the design load.

If Tower Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate then

˙Qtower,des=1.25˙Qtower,nom    (to allow for compressor heat)

where

Cp,w is the specific heat of water at the condenser loop design exit temperature;

ρw is the density of water at standard conditions (5.05C);

ΔTloop,des is the condenser water loop design temperature rise;

Finally,

˙Vfluidcooler,air,des=˙Qfluidcooler,nom/(Tin,waterTin,air)4

For the CoolingTower:VariableSpeed:Merkel model, the design fan power is determined using a scaling factor, in units of Watts per Watt, that can be input by the user. The default value is 0.0105 which is the same as above.

Design Air Flow Rate[LINK]

We assume a fan efficiency of 0.5 and a fan pressure rise of 190 Pascals. Then:

Tin,water=Provided by the user

where

ρair is the density of air at standard conditions.

For the CoolingTower:VariableSpeed:Merkel model, the design air flow rate is determined from the nominal capacity using a scaling factor, fairflow/W ,in units of m3/s/W. The default value is 2.76316*105. When the input field is left blank, the default is used as follows

˙Vtower,air,des=˙Qtower,nomfairflow/W101325Pstd,altitude

where Pstd,altitude is the standard barometric pressure for the location’s elevation.

When the input field is filled with a hard value, the pressure scaling is not used:

˙Vtower,air,des=˙Qtower,nomfairflow/W

Tower UA Value at Design Air Flow Rate[LINK]

To obtain the UA of the tower, we specify the model inputs (other than the UA) at design conditions and the design tower load that the tower must meet. Then we numerically invert the tower model to solve for the UA that will enable the tower to meet the design tower load given the specified inputs.

The design tower load is:

for Tower Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate

˙Qfluidcooler,design=1.25˙Qfluidcooler,standarddesign   (to allow for compressor heat)

for Tower Performance Input Method = NominalCapacity

Tin,water=35C(95F design inlet water temperature)

where fdes,heat,ratio is the ratio of actual heat rejection capacity to nominal capacity. This ratio is available as a user input with a default value of 1.25 (to allow for compressor heat).

Then we assign the inputs needed for the model:

Tin,air = 35C (95F design air inlet temperature)

Tin,air,wb = 25.6C (78F design air inlet wetbulb temperature)

Win is calculated from the entering air drybulb and wetbulb.

The inlet water mass flow rate is just the design volumetric flow rate times the density of water.

The inlet water temperature is set slightly differently for the 2 input methods. ForUFactorTimesAreaAndDesignWaterFlowRate:

Tin,water = Tloop,exit,des + DTloop,des

For NominalCapacity:

Tin,water = 35C (95F design inlet water temperature).

We now have all the data needed to obtain UA. The numerical inversion is carried out by calling subroutine SolveRegulaFalsi. This is a general utility routine for finding the zero of a function. In this case it finds the UA that will zero the residual function - the difference between the design tower load and the tower output divided by the design tower load. The residual is calculated in the function residualUA.

Air Flow Rate at Low Fan Speed[LINK]

The nominal air flow rate at low fan speed is set to a fraction of the full speed air flow rate. The fraction is available for user input in the field called Low Fan Speed Air Flow Rate Sizing Factor. The default is 0.5.

Fan Power at Low Fan Speed[LINK]

The fan power at low fan speed is set to a fraction of the fan power at full speed. The fraction is available for user input in the field called Low Fan Speed Fan Power Sizing Factor. The default is 0.16.

Tower UA Value at Low Fan Speed[LINK]

For Tower Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate the low speed UA is set to a fraction of the full speed UA. The fraction is available for user input in the field called Low Fan Speed U-Factor Times Area Sizing Factor. The default is 0.6. For Tower Performance Input Method = NominalCapacity the low speed UA is calculated in the same manner as the full speed UA using ˙Qtower,nom,lowspeed instead of ˙Qtower,nom .

Air Flow Rate in Free Convection Regime[LINK]

The free convection air flow rate is set to a fraction of the full air flow rate. The fraction is available for user input in the field called Free Convection Regime Air Flow Rate Sizing Factor. The default is 0.1.

Tower UA Value in Free Convection Regime[LINK]

For Tower Performance Input Method = UA and Design Water Flow Rate the low speed UA is set to a fraction of the full speed UA. The fraction is available for user input in the field called Free Convection U-Factor Times Area Value Sizing Factor. The default is 0.1. For Tower Performance Input Method = NominalCapacity the low speed UA is calculated in the same manner as the full speed UA using ˙Qtower,nom,freeconv instead of ˙Qtower,nom .

Fluid Cooler Sizing[LINK]

The quantities needed to autosize a fluid cooler include the design water flow rate, the nominal fan power, air flow rate, and the fluid cooler UA. This data may need to be given at more than one operating point:, for instance - high speed fan and low speed fan.

EnergyPlus provides two input choices: the user can input the design water flow rate and fluid cooler UA at each operating point or the fluid cooler nominal capacity and the water flow rate (and let the program calculate UA). Choice of input method will affect the sizing calculations in ways noted below.

Design Water Flow Rate[LINK]

The design water flow rate is sized as follows:

˙Vfluidcooler,w,des=˙Vloop,des

Fan Power at Design Air Flow Rate[LINK]

The nominal fan power is sized to be 0.0105 times the design load.

If Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate, then:

˙Qfluidcooler,nom=Cp,wρw˙Vfluidcooler,w,desΔTloop,des

where:

Cp,w is the specific heat of water at the condenser loop design exit temperature;

ρw is the density of water at standard conditions (5.05C);

ΔTloop,des is the condenser water loop design temperature rise;

Finally:

˙Qfan,nom=0.0105˙Qfluidcooler,nom

If Performance Input Method = NominalCapacity, then:

˙Qfan,nom=0.0105˙Qfluidcooler,nom

where ˙Qfluidcooler,nom is provided by the user.

Design Air Flow Rate[LINK]

  • For Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate

˙Qfluidcooler,nom=Cp,wρw˙Vfluidcooler,w,desΔTloop,des

  • For Performance Input Method = NominalCapacity, ˙Qfluidcooler,nom is provided by the user.

Tin,water=Provided by the user

where:

Tin,water = Design entering water temperature provided by the user

Tin,air = Design air inlet temperature provided by the user

Fluid cooler UA Value at Design Air Flow Rate[LINK]

To obtain the UA of the fluid cooler, we specify the model inputs (other than the UA) at design conditions and the design fluid cooler load that the fluid cooler must meet. Then we numerically invert the fluid cooler model to solve for the UA that will enable the fluid cooler to meet the design fluid cooler load given the specified inputs.

The design fluid cooler load is:

  • For Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate

˙Qfluidcooler,nom=Cp,wρw˙Vfluidcooler,w,desΔTloop,des

  • For Performance Input Method = NominalCapacity, ˙Qfluidcooler,nom is provided by the user.

Then we assign the inputs needed for the model.

Tin,air = Design air inlet temperature provided by the user

Tin,air,wb = Design air inlet wetbulb temperature provided by the user

Win is calculated from the entering air drybulb and wetbulb.

The inlet water mass flow rate is just the design entering volumetric flow rate times the density of water.

The inlet water temperature is set slightly differently for the 2 input methods. For

  • UFactorTimesAreaAndDesignWaterFlowRate

Tin,water=Tloop,exit,des+ΔTloop,des

  • NominalCapacity

˙Voutsideair,max=Min(MinOAzone,˙Vair,max)

We now have all the data needed to obtain UA. The numerical inversion is carried out by calling subroutine SolveRegulaFalsi. This is a general utility routine for finding the zero of a function. In this case it finds the UA that will zero the residual function - the difference between the design fluid cooler load and the fluid cooler output divided by the design fluid cooler load. The residual is calculated in the function SimpleFluidCoolerUAResidual.

Air Flow Rate at Low Fan Speed[LINK]

The nominal air flow rate at low fan speed is set to a fraction of the full speed air flow rate. The fraction is available for user input in the field called Low Fan Speed Air Flow Rate Sizing Factor. The default is 0.5.

Fan Power at Low Fan Speed[LINK]

The fan power at low fan speed is set to a fraction of the fan power at full speed. The fraction is available for user input in the field called Low Fan Speed Fan Power Sizing Factor. The default is 0.16.

Fluid cooler UA Value at Low Fan Speed[LINK]

For Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate the low speed UA is set to a fraction of the full speed UA. . The fraction is available for user input in the field called Low Fan Speed U-Factor Times Area Sizing Factor. The default is 0.6. For Performance Input Method = NominalCapacity the low speed UA is calculated in the same manner as the full speed UA using ˙Qfluidcooler,nom,lowspeed instead of ˙Qfluidcooler,nom.

Evaporative Fluid Cooler Sizing[LINK]

The quantities needed to autosize an evaporative fluid cooler include the design water flow rate, the nominal fan power, air flow rate, and the fluid cooler UA. This data may need to be given at more than one operating point:, for instance - high speed fan and low speed fan.

EnergyPlus provides three input choices: the user can input the design water flow rate and fluid cooler UA at each operating point (UFactorTimesAreaAndDesignWaterFlowRate) or the fluid cooler design capacity and the water flow rate and let the program calculate UA (UserSpecifiedDesignCapacity) or only the fluid cooler design capacity and let the program calculate UA and the water flow rate (StandardDesignCapacity). Choice of input method will affect the sizing calculations in ways noted below.

Design Water Flow Rate[LINK]

If Performance Input Method = StandardDesignCapacity then

˙Vfluidcooler,w,des=5.382E8˙Qfluidcooler,standarddesign

Else

˙Vfluidcooler,w,des=˙Vloop,des

where 5.382 *1008 is m3/s per watt corresponds to the rule-of-thumb of sizing the fluid cooler flow rate at 3 gallons per minute per ton.

Fan Power at Design Air Flow Rate[LINK]

The design fan power is sized to be 0.0105 times the design load.

If Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate then

˙Qfluidcooler,design=Cp,wρw˙Vfluidcooler,w,desΔTloop,des

where

Cp,w is the specific heat of water at the condenser loop design exit temperature;

ρw is the density of water at standard conditions (5.05 oC);

ΔTloop,des is the condenser water loop design temperature rise;

Finally:

˙Qfan,design=0.0105˙Qfluidcooler,design

where ˙Qfluidcooler,design is the design capacity provided by the user for the other two performance input methods.

Design Air Flow Rate[LINK]

We assume a fan efficiency of 0.5 and a fan pressure rise of 190 Pascals. Then

˙Vfluidcooler,air,des=˙Qfan,design0.5ρair/190

where ρair is the density of air at standard conditions.

Fluid Cooler UA Value at Design Air Flow Rate[LINK]

To obtain the UA of the evaporative fluid cooler, we specify the model inputs (other than the UA) at design conditions and the design fluid cooler load that the fluid cooler must meet. Then we numerically invert the fluid cooler model to solve for the UA that will enable the fluid cooler to meet the design fluid cooler load given the specified inputs.

The design fluid cooler load is:

  • For Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate

˙Qfluidcooler,design=Cp,wρw˙Vfluidcooler,w,desΔTloop,des

  • For Performance Input Method = StandardDesignCapacity

˙Voutsideair,max=Min(MinOAzone,˙Vair,max)

Then we assign the inputs needed for the model.

Tin,air = 35C (95F design air inlet temperature)

Tin,air,wb = 25.6C (78F design air inlet wetbulb temperature)

Win is calculated from the entering air drybulb and wetbulb.

  • For Performance Input Method = UserSpecifiedDesignCapacity

˙Qfluidcooler,design=˙Qfluidcooler,userspecifieddesign

where fdes,heat,ratio is the ratio of actual heat rejection capacity to nominal capacity. This ratio is available as a user input with a default value of 1.25 (to allow for compressor heat)

Then we assign the inputs needed for the model.

Tin,air = Design air inlet temperature provided by the user

Tin,air,wb = Design air inlet wetbulb temperature provided by the user

Win is calculated from the entering air drybulb and wetbulb.

The inlet water mass flow rate is just the design entering volumetric flow rate times the density of water.

The inlet water temperature is set slightly differently for the 3 input methods. For

  • UFactorTimesAreaAndDesignWaterFlowRate

Tin,water=Tloop,exit,des+ΔTloop,des

  • StandardDesignCapacity

Tcoil,in=DesHeatCoilInTempzone

  • UserSpecifiedDesignCapacity

˙Voutsideair,max=Min(MinOAzone,˙Vair,max)

We now have all the data needed to obtain UA. The numerical inversion is carried out by calling subroutine SolveRegulaFalsi. This is a general utility routine for finding the zero of a function. In this case it finds the UA that will zero the residual function - the difference between the design fluid cooler load and the fluid cooler output divided by the design fluid cooler load. The residual is calculated in the function SimpleEvapFluidCoolerUAResidual.

Air Flow Rate at Low Fan Speed[LINK]

The design air flow rate at low fan speed is set to a fraction of the full speed air flow rate. The fraction is available for user input in the field called Low Fan Speed Air Flow Rate Sizing Factor. The default is 0.5.

Fan Power at Low Fan Speed[LINK]

The fan power at low fan speed is set to a fraction of the fan power at full speed. The fraction is available for user input in the field called Low Fan Speed Fan Power Sizing Factor. The default is 0.16.

Fluid Cooler UA Value at Low Fan Speed[LINK]

For Performance Input Method = UFactorTimesAreaAndDesignWaterFlowRate the low speed UA is set to a fraction of the full speed UA. The fraction is available for user input in the field called Low Fan Speed U-Factor Times Area Sizing Factor. The default is 0.6. For Performance Input Method = StandardDesignCapacity (and similarly for UserSpecifiedDesignCapacity method) the low speed UA is calculated in the same manner as the full speed UA using ˙Qfluidcooler,standarddesign,lowspeed instead of ˙Qfluidcooler,standarddesign .

Fan Coil Unit Sizing[LINK]

Fan Coil units are compound components: each unit contains a fan, hot water coil, chilled water coil and outside air mixer. The inputs that may need to be autosized are the nominal unit air flow rate, the maximum hot and chilled water flow rates, and the design outside air flow rate. The data needed for sizing the units is obtained from the zone design arrays and the user specified plant sizing input.

Maximum Air Flow Rate[LINK]

˙VSA,cooling=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)

Maximum Outside Air Flow Rate[LINK]

˙VSA,cooling,n=nNumberOfSpeed˙VSA,cooling

Maximum Hot Water Flow[LINK]

˙VSA, no cool or heat=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)

Tcoil,out=HeatDesTempzone

˙Qcoil,des=cp,airDesHeatMassFlowzone(Tout,coilTin,coil)

˙Vmax,hw=˙Qcoil,des/(cp,wρwΔTloop,des)

where:

cp,air is specific heat of air evaluated at the average of the inlet & outlet temperatures and the coil outlet humidity ratio, J/kgC.

˙Vmax,hw is maximum hot water flow rate, m3/s.

˙Qcoil,des is heating coil design load, W.

cp,w is specific heat of hot water, J/kgC.

ρw is density of hot water, m3/kg.

ΔTloop,des is hot water loop design temperature difference, ΔC.

Maximum Cold Water Flow[LINK]

˙VOA,cooling=MIN(MinOAzone,˙VSA,cooling)

˙VOA,heating=MIN(MinOAzone,˙VSA,heating)

˙VOA, no cool or heat=MIN(MinOAzone,˙VSA, no cool or heat)

˙VSA,cooling=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

˙VSA,heating=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

˙VSA, no cool or heat=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

˙Qcoil,des=DesCoolMassFlowzone(hin,coilhout,coil)

˙Vmax,cw=˙Qcoil,des/(cp,wρwΔTloop,des)

where:

cp,air is specific heat of air evaluated at the average of the inlet & outlet temperatures and the coil outlet humidity ratio, J/kgC.

˙Vmax,cw is maximum cold water flow rate, m3/s.

˙Qcoil,des is cooling coil design load, W.

cp,w is specific heat of cold water, J/kgC.

ρw is density of cold water, m3/kg.

ΔTloop,des is cold water loop design temperature difference, ΔC.

Window Air Conditioner Sizing[LINK]

Window air conditioners are compound components: each unit contains a fan, a DX coil and an outside air mixer. The inputs that may need to be autosized are the nominal unit air flow rate and the design outside air flow rate. The data needed for sizing the units is obtained from the zone design arrays.

Maximum Air Flow Rate[LINK]

˙Vair,max=DesCoolVolFlowmax

Maximum Outside Air Flow Rate[LINK]

˙VSA,cooling,n=nNumberOfSpeed˙VSA,cooling

Unit Ventilator Sizing[LINK]

Unit ventilators are compound components: each unit contains an outdoor air mixer, a fan, a heating coil, and a cooling coil. The inputs that may need to be autosized are the maximum supply air flow rate and the maximum/minimum outside air flow rates. The data needed for sizing the units is obtained from the zone design arrays.

Maximum Air Flow Rate[LINK]

If both the cooling and heating coil are present, then:

˙Vsupplyair,max=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)

If only the heating coil is present, then:

˙Vsupplyair,max=DesHeatVolFlowzone

If only cooling coil is present, then:

˙Vsupplyair,max=DesCoolVolFlowzone

If neither heating nor cooling coil is present, then:

˙Vsupplyair,max=MinOAzone

Maximum Outside Air Flow Rate[LINK]

˙Voutsideair,max=˙Vair,max

Minimum Outside Air Flow Rate[LINK]

˙Voutsideair,min=Min(MinOAzone,˙Vair,max)

Packaged Terminal Heat Pump Sizing[LINK]

Packaged terminal heat pumps are compound components: each unit contains a supply air fan, a DX cooling coil, a DX heating coil, a GAS or ELECTRIC supplemental heating coil, and an outside air mixer. The inputs that may need to be autosized are the supply air and outside air volumetric air flow rates during cooling operation, heating operation, and when no cooling or heating is needed. In addition, the maximum supply air temperature from the supplemental heater can also be automatically selected. The data needed for sizing the units are obtained from the zone design arrays.

Supply air volumetric flow rate during cooling operation[LINK]

˙VSA,heating,n=nNumberOfSpeed˙VSA,heating

Supply air volumetric flow rate during heating operation[LINK]

˙Vair,max,terminal=Max(DesCoolVolFlowzone,DesHeatVolFlowzone)

Supply air volumetric flow rate when no cooling or heating is needed[LINK]

˙Vair,max,heat,terminal=DesHeatVolFlowzone

Outside air volumetric flow rate during cooling operation[LINK]

MinOAzone/˙Vair,max,primary,terminal

Outside air volumetric flow rate during heating operation[LINK]

˙Vair,min,terminal=Fracair,minDesVolFlowzone

Outside air volumetric flow rate when no cooling or heating is needed[LINK]

˙Vfan,max=DesMainVolFlowsys

Maximum supply air temperature from supplemental heater[LINK]

TSA,max=HeatDesTempzone

MultiSpeed Heat Pump Sizing[LINK]

MultiSpeed heat pumps are compound components: each unit contains a supply air fan, a multispeed DX cooling coil, a multispeed DX heating coil, and a GAS or ELECTRIC supplemental heating coil. The inputs that may need to be autosized are the supply air volumetric air flow rates during cooling operation, heating operation, and when no cooling or heating is needed. The data needed for sizing the units are obtained from the controlled zone design arrays.

Supply air volumetric flow rate during cooling operation at the highest speed[LINK]

˙VSA,cooling=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

Supply air volumetric flow rate during heating operation at the highest speed[LINK]

˙VSA,heating=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

Supply air volumetric flow rate when no cooling or heating is needed[LINK]

˙VSA, no cool or heat=MAX(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

where ZoneFraction = Fraction of the total volume flow that goes through the controlling zone.

Supply air volumetric flow rate during cooling operation at Speed n (1 to NumberOfSpeed-1)[LINK]

˙VSA,cooling,n=nNumberOfSpeed˙VSA,cooling

Supply air volumetric flow rate during heating operation at Speed n (1 to NumberOfSpeed-1)[LINK]

˙VSA,heating,n=nNumberOfSpeed˙VSA,heating

where:

n = Speed Index number from 1 to NumberOfSpeed-1

NumberOfSpeed = The highest speed number

Single Duct Terminal Units[LINK]

These are all the EnergyPlus components whose names begin with “AirTerminal:SingleDuct:” (except for Cooled Beam units). This includes Uncontrolled, ConstantVolume:Reheat, VAV:NoReheat, VAV:Reheat, VAV:Reheat:VariableSpeedFan, VAV:HeatAndCool:NoReheat, VAV:HeatAndCool:Reheat, SeriesPIU:Reheat, ParallelPIU:Reheat, and ConstantVolume:FourPipeInduction. The inputs that may need to be autosized are the various maximum air flow rates through the unit, minimum air flow rates, and maximum hot water and/or chilled water flow rates if heating or cooling coils are present.

Note: all zone design flow rates and loads referenced below may have been altered by system sizing inputs. For instance, if the user specifies a Cooling Design Air Flow Method = Flow/System and specifies a Cooling Design Air Flow Rate the zone cooling design values will be altered to match the specified system flow rate.

Maximum Air Flow Rate[LINK]

˙Vair,max,terminal=Max(DesCoolVolFlowzone,DesHeatVolFlowzone)

Maximum Heating Air Flow Rate[LINK]

˙Vair,max,heat,terminal=DesHeatVolFlowzone

Maximum Primary and Secondary Air Flow Rates[LINK]

For the PIU terminal units, the maximum primary and secondary air flow rates are sized to the same value as the maximum total air flow rate.

Minimum Air Flow Rate[LINK]

Basically minimum air flow rates are sized to the ventilation air requirement. This may be more or less complicated.

For the PIU’s, the minimum primary air flow fraction is set to:

MinOAzone/˙Vair,max,primary,terminal

For other VAV terminal units:

˙Vair,min,terminal=Fracair,minDesVolFlowzone

where Fracair,min corresponds to the minimum flow fraction of the teminal unit. This value is provided as user input, typically as the field “Zone Minimum Air Flow Fraction." For the VAV terminals that allow scheduling minimum flow fraction (e.g., AirTerminal:SingleDuct:VAV:Reheat), there are two ways that Fracair,min can be determined. If a value is entered in the input field Constant Minimum Air Flow Fraction, then it is always used for Fracair,min. If the mimimum air flow fraction method is “Schedule” and the Constant Minimum Air Flow Fraction is left blank, then the program uses the average of the minimum and maximum values in the schedule for Fracair,min.

Fan On Flow Fraction[LINK]

For the parallel PIU, this is set to the minimum primary air flow fraction.

Max Hot Water Flow[LINK]

Tcoil,in=DesHeatCoilInTempzone

Tcoil,out=HeatDesTempzone

The coil load and max hot water flow rate are then:

˙Qcoil,des=cp,airρair˙Vair,coil,heating(Tout,coilTin,coil)

˙Vmax,hw=˙Qcoil,des/(cp,wρwΔTloop,des)

where cp,air is evaluated at the average of the inlet & outlet temperatures and the coil outlet humidity ratio.

The four-pipe induction unit sizes the heating coil differently: to meet the zone load rather than match the design zone supply temperature. The load on the hot water coil is then the zone load minus whatever the central system does.

˙Qcoil,des=˙Qzone,descp,airρair˙Vair,primary,des(Tcoil,inTzone,heatpeak)

where:

Tcoil,in=DesHeatCoilInTempzone

Tzone,heatpeak=ZoneTempAtHeatPeakzone

˙Vair,primary,des=˙Vair,max,terminal/(1+Rinduc)

Max Chilled Water Flow[LINK]

The chilled water flow for the four-pipe induction unit is sized analogously to the hot water flow.

Indirect Evaporative Cooler Sizing[LINK]

The model for the object called EvaporativeCooler:Indirect:ResearchSpecial has a field for the secondary fan flow rate that can be autosized.

Secondary Fan Flow Rate[LINK]

The secondary fan is not part of an airstream that is directly modeled in EnergyPlus. Because the primary side air flows can be autosized as part of the air system, it is convenent to also scale the size of the secondary flow. If the cooler is part of the main loop of a central air system, then the secondary fan flow rate is sized to equal to the main design flow rate.

˙Vfan,max=DesMainVolFlowsys

If the cooler is part of the outdoor air path of a central air system, then the secondary fan flow rate is sized to be the maximum of either the design minimum outdoor air flow rate or one-half of the main design flow rate.

˙Vfan,max=MAX(DesOutAirVolFlow,0.5DesMainVolFlow)

Secondary DX Coils Sizing[LINK]

The secondary DX coils model does not have a standalone object and it is models as add-on feature to the DX Coils. When the secondary DX coil is added to a primary DX cooling coil, the heat rejected to secondary zone is sensible only and is treated as tnternal gain, hence secondary air flow rate is not required in the model. Where as when the secondary DX coil is added to a primary DX heating coil, then the heat removed from secondary zone may have sensible and latent components and is treated as tnternal gain. The sensible/latent component split among other parameters requires secondary coil air flow rate. Hence secondary coil air flow rate sizing is added based on the primary DX cooling coil only.

˙VSecCoil=˙VPriHeatCoilScalingFactor

where:

˙VSecCoil is the secondary coil design air flow rate (m3/s)

˙VPriHeatCoil is the primary heating DX coil design air flow rate (kg/s)

ScalingFactor is the secondary DX coil air flow rate scaling factor.

Desiccant Dehumidifier Sizing[LINK]

The sizing of dehumidifier with no fans is done in subroutine SizeDesiccantDehumidifier.

Nominal Process Air Flow Rate[LINK]

If the unit is part of zone equipment, then:

˙Vp=Max(DesCoolVolFlowzone,DesHeatVolFlowzone)

If the unit is part of the central air system, then check if outdoor air system is present. If outdoor air system is part of the air loop and design outdoor air flow rate is greater than zero, then:

˙Vp=DesOutAirVolFlowsys

Otherwise, nominal process air flow rate is determined as follows:

for duct type = main

˙Vp=DesMainVolFlowsys

for duct type = cooling

˙Vp=DesCoolVolFlowsys

for duct type = heating

˙Vp=DesHeatVolFlowsys

for duct type = other

˙Vp=DesMainVolFlowsys

Evaporative Cooler Sizing[LINK]

The sizing of evaporative cooler objects is done in subroutine SizeEvapCooler.

Secondary Fan Flow Rate[LINK]

˙V=DesMainVolFlowsys

Note that it is only applicable to indirect CELdek pad object.

Direct Pad Area[LINK]

As from the continuity equation, the area of direct pad is directly determined by assuming face air velocity of 3m/s as:

Apad=DesMainVolFlowsysV

where:

Apad is area of direct pad, m2

V is face air velocity, m/s.

Direct Pad Depth[LINK]

The solution of the following regression equation is used, assuming saturation effectiveness of 70% and face air velocity of 3m/s:

ϵ=0.792714+0.958569D0.25193V1.03215D2+0.0262659V2+0.914869DV1.48241VD20.018992DV3+1.13137D3V+0.0327622D2V30.145384D3V2

where:

D is depth of pad, m

ϵ is saturation effectiveness.

Heat Recovery Sizing[LINK]

The sizing of heat exchanger objects is done in subroutine SizeHeatRecovery.

Nominal Supply Air Flow Rate[LINK]

If the unit is part of zone equipment, then:

˙Vp=Max(DesCoolVolFlowzone,DesHeatVolFlowzone)

If the unit is part of the central air system, then check if outdoor air system is present. If outdoor air system is part of the air loop and design outdoor air flow rate is greater than zero, then:

˙Vp=DesOutAirVolFlowsys

Otherwise, nominal supply air flow rate is determined as follows:

for duct type = main

˙Vp=DesMainVolFlowsys

for duct type = cooling

˙Vp=DesCoolVolFlowsys

for duct type = heating

˙Vp=DesHeatVolFlowsys

for duct type = other

˙Vp=DesMainVolFlowsys

Nominal Supply Air Flow Rate[LINK]

It is assumed to be equal to the nominal supply air flow rate.

Low Temperature Radiant System Sizing[LINK]

The sizing is done in subroutine SizeLowTempRadiantSystem.

ZoneHVAC:LowTemperatureRadiant:Electric[LINK]

Nominal Capacity[LINK]

Cap=DesHeatLoadzoneHeatSizingFactor

ZoneHVAC:LowTemperatureRadiant:VariableFlow[LINK]

Maximum Hot Water Flow[LINK]

˙Vh=DesHeatLoadzoneHeatSizingFactorΔThcp,hρh

where

˙Vh is maximum hot water flow rate, m3/s

cp,h is specific heat of hot water at reference condition (60C), J/kgK

ρh is the density of water at reference condition (60C), kg/m3.

Maximum Cool Water Flow[LINK]

˙Vc=DesCoolLoadzoneCoolSizingFactorΔTccp,cρc

˙Vc is maximum chilled water flow rate, m3/s

cp,c is specific heat of chilled water at reference condition (5C), J/kgK

ρc is the density of chilled water at reference condition (5C), kg/m3.

Hydronic Tubing Length[LINK]

TubeLength=TotalSurfaceAreaTubeSpacing

Note that tube spacing is assumed to be 0.15m.

ZoneHVAC:LowTemperatureRadiant:ConstantFlow[LINK]

Rated Flow Rate[LINK]

The object provides both cooling and heating, and also operates in a single operating mode such as cooling-only or heating-only mode. Thus, the rated flow rate is determined, depending upon the operating mode of the unit. If the unit operates in a single operating mode, either design chilled water or hot water flow rate is chosen. The larger of the two is chosen if the unit provides both cooling and heating. The flow rates are determined in the same fashion to the variable flow system above.

Hydronic Tubing Length[LINK]

The length of hydronic tube is determined as described in the variable flow radiant system above.

Unitary System Sizing[LINK]

The AirloopHVAC:UnitarySystem object incorporates all coils types and fans as a complete packaged system. The fans and coils are optional allowing virtually any system type to be modeled. Sizing of this object depends on the coils selected. For single coil systems, the associated air flow rate is used as the operating flow rate (i.e., cooling or heating). For systems with both a cooling and heating coil, this methodology still applies except for DX systems (Heat Pumps) where the greater of the cooling or heating air flow rate is used. Heat pumps are defined as systems having both a DX cooling and DX heating coil. The inputs that may need to be autosized are the supply air air volumetric air flow rates during cooling operation, heating operation, and when no cooling or heating is needed. The data needed for sizing the units are obtained from the zone design arrays.

Supply Air volumetric flow rate during cooling operation:[LINK]

˙VSA,cooling=DesCoolVolFlowzone/ZoneFraction

Supply Air volumetric flow rate during heating operation:[LINK]

˙VSA,heating=DesHeatVolFlowzone/ZoneFraction

Supply Air volumetric flow rate when DX coils are used as a system:[LINK]

˙VSA=max(DesCoolVolFlowzone,DesHeatVolFlowzone)/ZoneFraction

where ZoneFraction is the fraction of the total volume flow that goes through the controlling zone.

The unitary system object also allows scalable sizing as follows:

Flow Per Floor Area:

˙VSA=(FlowPerFloorArea)(TotalFloorArea)

Fraction of Autosized Cooling Value:

˙VSA,cooling=˙VSA,des,cooling(FractionOfCoolingValue)

Fraction of Autosized Heating Value:

˙VSA,heating=˙VSA,des,heating(FractionOfHeatingValue)

Flow Per Cooling Capacity:

˙VSA,cooling=˙Qcoil,des,cooling(FractionOfCoolingValue)

Flow Per Heating Capacity:

˙VSA,heating=˙Qcoil,des,heating(FractionOfHeatingValue)

Maximum Supply Air Temperature[LINK]

The maximum supply air temperature can also be automatically selected. The value is determined from the Sizing:Zone or Sizing:System object depending on where the object is used in the simulation (i.e., as zone or air loop equipment). Maximum supply air temperature

TSA,max=HeatDesTempZoneOrSystem

Single Zone VAV Temperature Limits[LINK]

The minimum and maximum supply air temperature limits for the single zone VAV model are calculated using a fraction of the control zone design load and the low speed fan operating air volume flow rate. When using the single zone VAV model, the minimum and maximum supply air temperature limits are used to control the system when low speed fan operation under low load conditions and to modulate the fan speed to limit the outlet air temperature at higher zone loads. These limits are not enforced once the system fan speed reaches the maximum. See Figure [fig:example-of-the-energyplus-unitary-system-single-zone-vav-model].

Tsup=Tzone,atpeak+˙Qsens,atpeakfracρaircp,air˙Vair,min

where:

Tsup is the supply air temperature limit to meet a fraction of the zone design load, (oC)

Tzone,atpeak is the zone air temperature at the time of peak design load, (oC)

Qsens,atpeak is the zone design cooling or heating load, (W) (negative for cooling)

frac is the fraction of zone design load at minimum fan speed, 50% for the single zone VAV model

ρair is the density of air at standard conditions, (kg/m3)

cp,air is the specific heat of zone air, (J/kg K)

Vair,min is the air volume flow rate at minimum fan speed, (m3/s)