@@ -80,10 +80,10 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
80
80
81
81
.. math::
82
82
83
- I = I_{L} - I_{0} (\exp \frac{V_{d}}{nNsVth} - 1)
83
+ I = I_{L} - I_{0} \left (\exp \frac{V_{d}}{nN_{s}V_{th}} - 1 \right )
84
84
- \frac{V_{d}}{R_{sh}}
85
- - \frac{I_{L} \frac{d^{2}}{\mu \tau}{N_{s} V_{bi} - V_{d}}
86
- - a \frac{V_{d}{R_{sh}} (1 - \frac{V_{d}}{V_{br}})^-m
85
+ - \frac{I_{L} \frac{d^{2}}{\mu \tau}} {N_{s} V_{bi} - V_{d}}
86
+ - a \frac{V_{d}} {R_{sh}} \left (1 - \frac{V_{d}}{V_{br}} \right )^{-m}
87
87
88
88
The input `diode_voltage` must be :math:`V + I R_{s}`.
89
89
@@ -97,7 +97,7 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
97
97
Parameters
98
98
----------
99
99
diode_voltage : numeric
100
- diode voltages [V]
100
+ diode voltage :math:`V_d` [V]
101
101
photocurrent : numeric
102
102
photo-generated current :math:`I_{L}` [A]
103
103
saturation_current : numeric
@@ -108,7 +108,7 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
108
108
shunt resistance :math:`R_{sh}` [ohms]
109
109
nNsVth : numeric
110
110
product of thermal voltage :math:`V_{th}` [V], diode ideality factor
111
- ``n`` , and number of series cells :math:`N_{s}`
111
+ :math:`n` , and number of series cells :math:`N_{s}` [V]
112
112
d2mutau : numeric, default 0
113
113
PVsyst parameter for cadmium-telluride (CdTe) and amorphous-silicon
114
114
(a-Si) modules that accounts for recombination current in the
@@ -135,9 +135,9 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
135
135
-------
136
136
tuple
137
137
currents [A], voltages [V], power [W], and optionally
138
- :math:`\\ frac{dI}{dV_d}`, :math:`\ \frac{dV}{dV_d}`,
139
- :math:`\\ frac{dI}{dV}`, :math:`\ \frac{dP}{dV}`, and
140
- :math:`\\ frac{d^2 P}{dV dV_d}`
138
+ :math:`\frac{dI}{dV_d}`, :math:`\frac{dV}{dV_d}`,
139
+ :math:`\frac{dI}{dV}`, :math:`\frac{dP}{dV}`, and
140
+ :math:`\frac{d^2 P}{dV dV_d}`
141
141
142
142
Notes
143
143
-----
0 commit comments