@@ -289,12 +289,13 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
289289 Combined heat loss factor coefficient. The default value is
290290 representative of freestanding modules with the rear surfaces exposed
291291 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]`
293294
294295 u_v : float, default 0.0
295296 Combined heat loss factor influenced by wind. Parameter :math:`U_{v}`
296- in :eq:`pvsyst`
297- :math:`\left[\frac{W/{\left(m^2 C\right)}} {m/s}\right]`.
297+ in :eq:`pvsyst`.
298+ :math:`\left[ \frac{\text{W}/\text{m}^2}{\text{C}\ \left( \text {m/s} \right)} \right]`
298299
299300 eta_m : numeric, default 0.1
300301 Module external efficiency as a fraction, i.e., DC power / poa_global.
@@ -380,12 +381,13 @@ def faiman(poa_global, temp_air, wind_speed=1.0, u0=25.0, u1=6.84):
380381
381382 u0 : numeric, default 25.0
382383 Combined heat loss factor coefficient. The default value is one
383- 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]`
384386
385387 u1 : numeric, default 6.84
386388 Combined heat loss factor influenced by wind. The default value is one
387389 determined by Faiman for 7 silicon modules.
388- :math:`\left[\frac{W/{\left(m^2 C\right)}} {m/s}\right]`.
390+ :math:`\left[ \frac{\text{W}/\text{m}^2}{\text{C}\ \left( \text {m/s} \right)} \right]`
389391
390392 Returns
391393 -------
0 commit comments