Usage
prodSFB(lat, G0dm, Ta = 25, modoRad = "prom",
previo, MAPA, BaseDatos,
FormatoFecha = "%d/%m/%Y", Nm = 1,
beta = abs(lat) - 10, alfa = 0, iS = 2, alb = 0.2,
Bomba, H,
Pg, variador = list(Pnom = Pg, Ki = c(0.01, 0.025, 0.05)),
EffSys = list(ModQual = 3, ModDisp = 2, OhmDC = 1.5, OhmAC = 1.5))
Arguments
modoRad
see calcG0
. If modoRad='prev'
a previous result of this function prodSFB
is included in previo
in order to obtain new results with the same irradiance on the horizonta previo
data.frame
, needed when modoRad='prev'
. It is the result of a previous use of this function
beta
numeric, inclination angle of the surface (degrees).
alfa
numeric, azimuth angle of the surface (degrees). It is positive to the West. It is only needed when modoSeg='est'
. Its default value is alfa=0
iS
integer, degree of dirtiness. Its value must be included in the set (1,2,3,4). iS=1
corresponds to a clean surface while iS=4
is the selection for a dirty surface. Its default value is 2
alb
numeric, albedo reflection coefficient. Its default value is 0.2
Bomba
list
, with Qn
, the rated flow of the pump, and Etapas
, the number of stages
H
Total manometric head (m)
Pg
Nominal power of the PV generator (Wp)
variador
list
containing the nominal power of the frequency converter, Pnom
, and Ki
, vector of three values, coefficients of the efficiency curve.
EffSys
list of numeric values with information about the system losses, [object Object],[object Object],[object Object]