A class containing values of the performance of a grid connected PV system.
Objects can be created by prodGCPV.
prodI:Object of class data.table created by
fProd. It includes these components:
cell temperature, \(^{\circ}{\rm C}\).
open circuit voltage, short circuit current, MPP voltage and current, respectively.
voltage and current at the input of the inverter.
power at the input of the inverter, W
power at the output of the inverter, W
efficiency of the inverter
prodD:A data.table object with daily values of AC (Eac) and
DC (Edc) energy (Wh), and
productivity (Yf, Wh/Wp) of the system.
prodDm:A data.table object with monthly means of
daily values of AC and DC energy (kWh), and
productivity of the system.
prody:A data.table object with yearly sums of AC and
DC energy (kWh), and
productivity of the system.
module:A list with the characteristics of the module.
generator:A list with the characteristics of the PV generator.
inverter:A list with the characteristics of the inverter.
effSys:A list with the efficiency values of the system.
Besides, this class contains the slots from the
"Meteo", "Sol",
"G0" and "Gef" classes.
Class "Gef", directly.
Class "G0", by class "Gef", distance 2.
Class "Meteo", by class "Gef", distance 3.
Class "Sol", by class "Gef", distance 3.
signature(object = "ProdGCPV"): conversion
to a data.table with daily values.
signature(object = "ProdGCPV"): conversion
to a data.table with intradaily values.
signature(object = "ProdGCPV"): conversion
to a data.table with monthly values.
signature(object = "ProdGCPV"): conversion
to a data.table with yearly values.
signature(object = "ProdGCPV"): index of the
solD slot.
signature(object = "ProdGCPV"): index of the
solI object.
signature(object = "ProdGCPV"): latitude of the inherited
Sol object.
signature(x = "ProdGCPV", data = "missing"): display
the time series of daily values.
signature(x = "formula", data = "ProdGCPV"):
displays the contents of a ProdGCPV object with the
xyplot method for formulas.
Oscar Perpiñán Lamigueiro, Francisco Delgado López.
Perpiñán, O, Energía Solar Fotovoltaica, 2015. (https://oscarperpinan.github.io/esf/)
Perpiñán, O. (2012), "solaR: Solar Radiation and Photovoltaic Systems with R", Journal of Statistical Software, 50(9), 1-32, tools:::Rd_expr_doi("10.18637/jss.v050.i09")
Sol,
G0,
Gef,
Shade.