Skip to content

Commit 4d1cb15

Browse files
committed
Add reference for Batzelis #1575
1 parent 737758d commit 4d1cb15

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

IBPSA/Electrical/BaseClasses/PV/BaseClasses/lambertWSimple.mo

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ function lambertWSimple
88
algorithm
99
W:= log(x)*(1-log(log(x))/(log(x)+1));
1010
annotation (Documentation(info="<html>
11-
<p>
12-
The Lambert W function solves mathematical equations in which the unknown is both inside and outside of an exponential function or a logarithm.
13-
</p>
14-
<p>
15-
This function is a simple approximation for Lambert W function following Baetzelis, 2016:
16-
</p>
11+
<p>The Lambert W function solves mathematical equations in which the unknown is both inside and outside of an exponential function or a logarithm. </p>
12+
<p>This function is a simple approximation for Lambert W function following Batzelis, 2016. </p>
13+
<h4>References</h4>
14+
<p>Duffie, John A. and Beckman, W. A. Non-Iterative Methods for the Extraction of the Single-Diode Model Parameters of Photovoltaic Modules: A Review and Comparative Assessment. In: Energies 12 (2019), Nr. 3, S. 358. http://dx.doi.org/10.3390/en12030358. &ndash; DOI 10.3390/en12030358 </p>
1715
</html>", revisions="<html>
1816
<ul>
1917
<li>

0 commit comments

Comments
 (0)