Description Usage Arguments Details Value Author(s) References See Also Examples
Compute every step from solar angles to effective irradiance to calculate the performance of a PV pumping system.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
lat |
numeric, latitude (degrees) of the point of the Earth where calculations are needed. It is positive for locations above the Equator. |
modeTrk |
A character string, describing the tracking method
of the generator. See |
modeRad, dataRad, prom, mapa, bd, bdI |
Information about the source data of the
global irradiation. See |
prev |
Deprecated, |
sample, keep.night |
See |
sunGeometry |
|
corr, f |
See |
betaLim, beta, alfa, iS, alb, horizBright, HCPV |
See |
pump |
A |
H |
Total manometric head (m) |
Pg |
Nominal power of the PV generator (Wp) |
converter |
|
effSys |
list of numeric values with information about the system losses,
|
The calculation of the irradiance on the generator is carried
out with the function calcGef
. The performance of the PV system is simulated with fPump
.
A ProdPVPS
object.
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, 2012. (http://procomun.wordpress.com/documentos/libroesf/)
Perpiñán, O. (2012), "solaR: Solar Radiation and Photovoltaic Systems with R", Journal of Statistical Software, 50(9), 1-32, http://www.jstatsoft.org/v50/i09/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | library(lattice)
data(pumpCoef)
CoefSP8A44<-subset(pumpCoef, Qn==8&stages==44)
## Not run:
prodSP8A44<-prodPVPS(lat=41,
modeRad='siar',
dataRad=list(prov=28,est=3,
start='01/01/2009', end='31/12/2009'),
pump=CoefSP8A44, Pg=6000, H=140)
print(prodSP8A44)
xyplot(prodSP8A44)
xyplot(Q~Gef|month, data=prodSP8A44, cex=0.5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.