C_HQCurve | R Documentation |
Compute and display the H-Q curves of a centrifugal pump fed working at several frequencies, and the iso-efficiency curve as a reference.
HQCurve(pump)
pump |
|
result |
A |
plot |
The plot with several curves labelled with the correspondent frequencies, and the isoefficiency curve (named "ISO"). |
Oscar Perpiñán Lamigueiro.
Abella, M. A., Lorenzo, E. y Chenlo, F.: PV water pumping systems based on standard frequency converters. Progress in Photovoltaics: Research and Applications, 11(3):179–191, 2003, ISSN 1099-159X.
Perpiñán, O, Energía Solar Fotovoltaica, 2025. (https://blogs.upm.es/oscarperpinan/libros/esf/)
Perpiñán, O. (2012), "solaR: Solar Radiation and Photovoltaic Systems with R", Journal of Statistical Software, 50(9), 1-32, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v050.i09")}
NmgPVPS
,
prodPVPS
,
pumpCoef
.
library(lattice)
library(latticeExtra)
data(pumpCoef)
CoefSP8A44 <- subset(pumpCoef, Qn == 8&stages == 44)
CurvaSP8A44 <- HQCurve(pump = CoefSP8A44)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.