HQCurve: H-Q curves of a centrifugal pump

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/HQCurve.R

Description

Compute and display the H-Q curves of a centrifugal pump fed working at several frequencies, and the iso-efficiency curve as a reference.

Usage

1
HQCurve(pump)

Arguments

pump

list containing the parameters of the pump to be simulated. It may be a row of pumpCoef.

Value

result

A data.frame with the result of the simulation. It contains several columns with values of manometric height (H), frequency (fe and fb), mechanical power (Pb), AC electrical power (Pm), DC electrical power (Pdc) and efficiency of the pump (etab) and motor (etam).

plot

The plot with several curves labelled with the correspondent frequencies, and the isoefficiency curve (named "ISO").

Author(s)

Oscar Perpiñán Lamigueiro.

References

See Also

NmgPVPS, prodPVPS, pumpCoef.

Examples

1
2
3
4
5
6
7
library(lattice)
library(latticeExtra)

data(pumpCoef)

CoefSP8A44<-subset(pumpCoef, Qn==8&stages==44)
CurvaSP8A44<-HQCurve(pump=CoefSP8A44)

solaR documentation built on May 2, 2019, 6:07 p.m.

Related to HQCurve in solaR...