C_NmgPVPS(solaR)
C_NmgPVPS()所属R语言包:solaR
Nomogram of a photovoltaic pumping system
诺模图的光电转换的泵送系统
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function simulate the performance of a water pump fed by a frequency converter with several PV generators of different size during a day. The result is plotted as a nomogram which relates the nominal power of the PV generator, the total water flow and the total manometric head.
此函数模拟由频率转换器送入一台水泵,在一天中的不同大小的多个光伏发电机的性能。结果绘制的诺模图,其中涉及光伏发电机的额定功率,总水流量和总测压头。
用法----------Usage----------
NmgPVPS(pump, Pg, H, Gd, Ta=30,
lambda=0.0045, TONC=47, eta=0.95,
Gmax=1200, t0=6, Nm=6,
title='', theme=custom.theme.2())
参数----------Arguments----------
参数:pump
A list extracted from pumpCoef
一个list提取pumpCoef的
参数:Pg
Sequence of values of the nominal power of the PV generator (Wp))
光伏发电机的额定功率值(Wp)的序列)
参数:H
Sequence of values of the total manometric head (m)
序列的值的总测压扬程(m)
参数:Gd
Global irradiation incident on the generator (Wh/m虏)
全球辐射事件发生器(瓦/平方米)
参数:Ta
Ambient temperature (^{\circ}{\rm C}).
环境温度(^{\circ}{\rm C})。
参数:lambda
Power losses factor due to temperature
功率损耗由于温度因素
参数:TONC
Nominal operational cell temperature (^{\circ}{\rm C}).
标称操作电池温度(^{\circ}{\rm C}“)。
参数:eta
Average efficiency of the frequency converter
的频率转换器的平均效率
参数:Gmax
Maximum value of irradiance (parameter of the IEC 61725)
最大的辐射值(参数IEC 61725)
参数:t0
Hours from midday to sunset (parameter of the IEC 61725)
营业时间从中午到日落(参数IEC 61725)
参数:Nm
Number of samples per hour
每小时的样本数
参数:title
Main title of the plot.
主标题的图。
参数:theme
Theme of the lattice plot.
主题的格子图。
Details
详细信息----------Details----------
This function computes the irradiance profile according to the IEC 61725 "Analytical Expression for Daily Solar Profiles", which is a common reference in the official documents regarding PV pumping systems.
此函数计算辐照剖面,根据IEC 61725“每日太阳能轮廓”,这是一个共同的参考的正式文件,关于光伏抽水系统的解析表达式。
值----------Value----------
参数:I
list with the results of irradiance, power and flow of the system.
list的辐照度,系统的功率和流量的结果。
参数:D
list with the results of total irradiation, electrical energy and flow for every nominal power of the generator.
list与总照射的结果,为每一个发电机的额定功率的电能和流量。
参数:param
list with the arguments used in the call to the function.
list调用该函数中使用的参数。
参数:plot
trellis object containing the nomogram.
trellis物件,其中包含的列线图。
(作者)----------Author(s)----------
Oscar Perpi帽谩n Lamigueiro.
参考文献----------References----------
参见----------See Also----------
fPump, prodPVPS, pumpCoef
fPump,prodPVPS,pumpCoef
实例----------Examples----------
Pg=seq(4000,8000,by=100);
H=seq(120,150,by=5);
data(pumpCoef)
CoefSP8A44<-subset(pumpCoef, Qn==8&stages==44)
NmgSP8A44<-NmgPVPS(pump=CoefSP8A44,Pg=Pg,H=H,Gd=5000,
title='Choice of Pump', theme=custom.theme())
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|