This model calculates cooling capacity and EIR at off-designed conditions for water source DX coils. The difference between air source and water source DX coils is that water source DX coils require two additional modifer curves for total cooling capacity and EIR as a function of water mass flowrate at the condensers.
The total cooling capacity at off-designed conditions for water source DX coils is calculated as:
Q̇(θe,in, θc,in, ff) = capθ(θe,in, θc,in) capFF(ff) capFFCon(ffCon) Q̇nom
where capFFCon(ffCon) is the additional modifier for cooling capacity, and calculated as:
capConFFCon(ffCon) = b1 + b2 ffCon + b3 ffCon2 + b4ffCon3 + ...
where the variable ffCon is the nomalized mass flow rate at the condenser, and calculated as:
ffCon = ṁCon ⁄ ṁConnom
where ṁCon is the mass flow rate at the condenser and ṁConnom is the nominal mass flow rate at the condenser.
The Energy Input Ratio (EIR) is the inverse of the Coefficient of Performance (COP). Similar to the cooling capacity modifiers, the change in EIR due to change in water mass flow rate at the condenser is
EIRFFCon(ffCon) = b1 + b2 ffCon + b3 ffCon2 + b4ffCon3 + ...
where the six coefficients are obtained from the coil performance data record. See Buildings.Fluid.DXSystems.Cooling.BaseClasses.PartialCapacity for more information.
PartialCoolingCapacity
to
Buildings.Fluid.DXSystems.Cooling.BaseClasses.PartialCapacity.
ff
instead of ffCon
for calculating cap_FFCon
.corFac
is non-zero.