A5_prodPVPS(solaR)
A5_prodPVPS()所属R语言包:solaR
Performance of a PV pumping system
一个光伏抽水系统的性能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute every step from solar angles to effective irradiance to calculate the performance of a PV pumping system.
计算每一个步骤,从太阳能电池的角度有效照射光伏泵送系统来计算的性能。
用法----------Usage----------
prodPVPS(lat,
modeTrk='fixed',
modeRad='prom',
dataRad,
prev, prom, mapa, bd,bdI,
sample='hour',
keep.night=TRUE,
sunGeometry='michalsky',
corr, f,
betaLim=90, beta=abs(lat)-10, alfa=0,
iS=2, alb=0.2, horizBright=TRUE, HCPV=FALSE,
pump , H,
Pg, converter= list(),
effSys=list()
)
参数----------Arguments----------
参数: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 calcGef for details.
一个字符串,描述发电机的跟踪方法。见calcGef的详细信息。
参数:modeRad, dataRad, prom, mapa, bd, bdI
Information about the source data of the global irradiation. See calcG0 for details.
全球照射的源数据的信息。见calcG0的详细信息。
参数:prev
Deprecated, dataRad should be used instead. A G0 object (or something that can be coerced to a G0 object). It is used when modeRad='prev'.
已过时,dataRad应该被用来代替。 AG0对象(或东西,可以强制转换为一个G0对象)。它是用来当modeRad='prev'。
参数:sample, keep.night
See calcSol for details.
见calcSol的详细信息。
参数:sunGeometry
character, method for the sun geometry calculations. See calcSol, fSolD and fSolI.
character,太阳的几何计算方法。见calcSol,fSolD和fSolI。
参数:corr, f
See calcG0 for details.
见calcG0的详细信息。
参数:betaLim, beta, alfa, iS, alb, horizBright, HCPV
See calcGef for details.
见calcGef的详细信息。
参数:pump
A list extracted from pumpCoef
一个list提取pumpCoef的
参数:H
Total manometric head (m)
总测压扬程(m)
参数:Pg
Nominal power of the PV generator (Wp)
光伏发电机的额定功率(WP)
参数:converter
list containing the nominal power of the frequency converter, Pnom, and Ki, vector of three values, coefficients of the efficiency curve.
list含有的频率转换器的额定功率,Pnom,和Ki,向量的三个值,效率曲线的系数。
参数:effSys
list of numeric values with information about the system losses,
列表中的数值与信息系统的损失,
ModQualaverage tolerance of the set of modules (%), default value is 3
ModQual模块的集合(%)平均公差,默认值是3
ModDisp module parameter disperssion losses (%), default value is 2
ModDisp的模块参数disperssion的损失(%),默认值是2
OhmDC Joule losses due to the DC wiring (%), default value is 1.5
OhmDC焦耳造成的损失的DC接线(%),默认值是1.5
OhmACJoule losses due to the AC wiring (%), default value is 1.5
OhmAC焦耳损失由于到AC接线(%),默认值是1.5
Details
详细信息----------Details----------
The calculation of the irradiance on the generator is carried
发电机上进行计算的辐照度
值----------Value----------
A ProdPVPS object.
AProdPVPS对象。
(作者)----------Author(s)----------
Oscar Perpi帽谩n Lamigueiro.
参考文献----------References----------
参见----------See Also----------
NmgPVPS, fPump, pumpCoef
NmgPVPS,fPump,pumpCoef
实例----------Examples----------
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)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|