Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

Pumps in EnergyPlus

asked 2019-07-25 09:57:13 -0500

mfath's avatar

updated 2019-07-28 11:56:52 -0500

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,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2019-08-16 02:53:53 -0500

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 + C2 \cdot PLR + C3 \cdot PLR^2 + C4 \cdot PLR^3$$

Then the power consumed by the pump is calculated:

$$Power = FracFullLoadPower * NomPowerUse$$

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.

edit flag offensive delete link more

Your Answer

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

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2019-07-25 09:57:13 -0500

Seen: 722 times

Last updated: Aug 16 '19