Processing math: 100%
Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

Pumps in EnergyPlus

asked 5 years ago

mfath's avatar

updated 5 years ago

Hi,

In the pumps section of EnergyPlus, it asks for 4 coefficients which in order to have them I need to use pump curves for the following equation:

FractionFullLoadPower = C1 + C2PLR + C3(PLR^2) + C4*(PLR^3) which I am using from the EngineeringReference of EnergyPlus. I would appreciate it if someone can help me figure out what is the meaning of "FractionFullLoadPower" and "PLR" for a pump? I have the performance curve of my pumps.

Thanks,

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 5 years ago

I think you may have just read the Input/Output Reference guide for Pump:VariableSpeed, because the Engineering reference for Variable Speed Pumps seems pretty clear in terms of explaining what these are. I'll take the key information out and format it here for convenience.

PLR is the current requested volume flow rate divided by the nominal volume flow rate:

PartLoadRatio=VolFlowRate/NomVolFlowRate

FracFullLoadPower is calculated from the equation you put in your question, based on PLR and the coefficients you have set (derived from the literature);

FracFullLoadPower=C1+C2PLR+C3PLR2+C4PLR3

Then the power consumed by the pump is calculated:

Power=FracFullLoadPowerNomPowerUse

Where NomVolFlowRate and NomPowerUse are nominal = Design values you have entered in your pump object, respectively the Design Maximum Flow Rate and Design Power Consumption fields.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 5 years ago

Seen: 817 times

Last updated: Aug 16 '19