First time here? Check our help page!
1

Pump head influence on cooling load

If we have the pump "Fraction of Motor Inefficiencies to the Fluid Stream" set to 0, why would the pump head have an effect on the cooling load.

In the attached, energy plus version 9, test file that uses purchased cooling the "cooling load" changed from 1,018,159 kBtu to 990,412 kBtu . The only thing I changed was to zero out the pump head.

C:\fakepath\tb.idf.bmp

kbk78's avatar
601
kbk78
asked 2018-11-06 14:41:13 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-11-06 20:16:46 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

From the Engineering Reference, section "Pump Heat Addition to the Loop":

Due to the fact that a pump is a mechanical device that acts on the fluid it is circulating, it causes the fluid to increase in temperature. The EnergyPlus model assumes that all pressure increase caused by the pump will eventually be lost due to friction, and that friction will be added as heat to the fluid.

MJWitte's avatar
9.7k
MJWitte
answered 2018-11-06 17:58:00 -0500
edit flag offensive 0 remove flag delete link

Comments

From the manual:

ShaftPower = PumpPower * PumpMotorEfficiency

PumpHeatToFluid = ShaftPower + (PumpPower - ShaftPower) * FracMotorLossToFluid

If I understand correctly energyplus is assuming all the kinetic energy used to get the fluid moving, results in a identical amount of heat as well?. This is separate from the heat generated by pump inefficiencies.

kbk78's avatar kbk78 (2018-11-07 07:33:17 -0500) edit

Correct, mostly. All of the shaft power is added as heat, and it includes inefficiencies of the actual pump. The drive motor inefficiencies are added to the fluid based on FracMotorLossToFluid.

MJWitte's avatar MJWitte (2018-11-07 19:23:59 -0500) edit
add a comment see more comments