[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [EnergyPlus_Support] power problem of the "Variable Speed Pump"
1) PumpEquip(PumpNum) just refers to each specific pump in the
EnergyPlus code. If there is only one pump in the simulation it would be
PumpEquip(1)
2) NomVolFlowRate is the rated volumetric flow rate input in the pump object
3) Use the least squares fit (regression) method to determine the pump
coefficients. Most spreadsheet can do this. You will need to know the
pump power versus part load ratio to calculate this. Its basically a
pump power curve.
4) If PartLoadCoef(2) is equal to 1 and all others are 0, then the pump
has a power curve proportional to part load ratio. This is a
simplification for variable speed pumps. A better power curve for
variable speed pumps would have a coefficient less than 1 for
PartLoadCoef(2) and non-zero coefficients for PartLoadCoef(3) and/or
PartLoadCoef(4). At a part load ratio equal to 1, FracFullLoadPower
would equal 1. A constant speed pump will have a 1 for PartLoadCoef(1)
and 0 for all other coefficients which is why the Pump:Constant Speed
object does not request inputs for PartLoadCoef(1-4)..
oldgun_hbns wrote:
>
> dear Mike:
>
> some expressions about of the object "Variable Speed Pump" in
> engineeringReference.pdf:
>
> VolFlowRate = PumpMassFlowRate / LoopDensity
> PartLoadRatio = VolFlowRate / PumpEquip(PumpNum)%NomVolFlowRate
> FracFullLoadPower = PumpEquip(PumpNum)%PartLoadCoef(1)
> + PumpEquip(PumpNum)%PartLoadCoef(2) * PartLoadRatio
> + PumpEquip(PumpNum)%PartLoadCoef(3) * PartLoadRatio**2
> + PumpEquip(PumpNum)%PartLoadCoef(4) * PartLoadRatio**3
> Power = FracFullLoadPower * PumpEquip(PumpNum)%NomPowerUse
> ShaftPower = Power * PumpEquip(PumpNum)%MotorEffic
> ! This adds the pump heat based on User input for the pump
> ! We assume that all of the heat ends up in the fluid eventually
> since this is a closed loop
> ! PumpHeattoFluid = ShaftPower*(1-PumpEquip(PumpNum)%PumpEffic)
> PumpHeattoFluid = ShaftPower + (Power - ShaftPower)*PumpEquip
> (PumpNum)%FracMotorLossToFluid
> Node(OutletNode)%Temp = Node(InletNode)%Temp+PumpHeattoFluid/
> (PumpMassFlowRate * LoopCp)
> PumpEquip(PumpNum)%Power = Power
>
> what meaning of the variable: "PumpEquip(PumpNum)", "NomVolFlowRate"
> and "NomPowerUse"?
> how to calculate the coefficient of cubic equation?
> universality only the PartLoadCoef(2) equal to 1 and other equal to
> 0, imply the cubic equation is not usefulness.
> thanks.
> gun
>
>
>
--
Richard A. Raustad
Senior Research Engineer
Florida Solar Energy Center
University of Central Florida
1679 Clearlake Road
Cocoa, FL 32922-5703
Phone: (321) 638-1454
Fax: (321) 638-1439 or 1010
Visit our web site at: http://www.fsec.ucf.edu
UCF - From Promise to Prominence: Celebrating 40 Years
The primary EnergyPlus web site is found at:
http://www.energyplus.gov
The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/
Attachments are not allowed -- please post any files to the appropriate folder in the Files area of the Support Web Site.
EnergyPlus Documentation is searchable. Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/EnergyPlus_Support/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/EnergyPlus_Support/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:EnergyPlus_Support-digest@xxxxxxxxxxxxxxx
mailto:EnergyPlus_Support-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
EnergyPlus_Support-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/