@@ -289,11 +289,13 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
289
289
Combined heat loss factor coefficient. The default value is
290
290
representative of freestanding modules with the rear surfaces exposed
291
291
to open air (e.g., rack mounted). Parameter :math:`U_{c}` in
292
- :eq:`pvsyst` [W/(m^2 C)].
292
+ :eq:`pvsyst`.
293
+ :math:`\left[\frac{\text{W}/{\text{m}^2}}{\text{C}}\right]`
293
294
294
295
u_v : float, default 0.0
295
296
Combined heat loss factor influenced by wind. Parameter :math:`U_{v}`
296
- in :eq:`pvsyst` [(W/m^2 C)(m/s)].
297
+ in :eq:`pvsyst`.
298
+ :math:`\left[ \frac{\text{W}/\text{m}^2}{\text{C}\ \left( \text{m/s} \right)} \right]`
297
299
298
300
eta_m : numeric, default 0.1
299
301
Module external efficiency as a fraction, i.e., DC power / poa_global.
@@ -356,7 +358,7 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
356
358
357
359
358
360
def faiman (poa_global , temp_air , wind_speed = 1.0 , u0 = 25.0 , u1 = 6.84 ):
359
- '''
361
+ r '''
360
362
Calculate cell or module temperature using the Faiman model. The Faiman
361
363
model uses an empirical heat loss factor model [1]_ and is adopted in the
362
364
IEC 61853 standards [2]_ and [3]_.
@@ -379,11 +381,13 @@ def faiman(poa_global, temp_air, wind_speed=1.0, u0=25.0, u1=6.84):
379
381
380
382
u0 : numeric, default 25.0
381
383
Combined heat loss factor coefficient. The default value is one
382
- determined by Faiman for 7 silicon modules. [W/(m^2 C)].
384
+ determined by Faiman for 7 silicon modules.
385
+ :math:`\left[\frac{\text{W}/{\text{m}^2}}{\text{C}}\right]`
383
386
384
387
u1 : numeric, default 6.84
385
388
Combined heat loss factor influenced by wind. The default value is one
386
- determined by Faiman for 7 silicon modules. [(W/m^2 C)(m/s)].
389
+ determined by Faiman for 7 silicon modules.
390
+ :math:`\left[ \frac{\text{W}/\text{m}^2}{\text{C}\ \left( \text{m/s} \right)} \right]`
387
391
388
392
Returns
389
393
-------
0 commit comments