Skip to content

Commit

Permalink
Minor changes #1575
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Dec 12, 2023
1 parent 7ae23d9 commit ac01ba0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ protected
smooth=Smooth.Bezier)}), Diagram(
coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})),
Documentation(info="<html>
<p>This is a partial model for the electrical surrogate models of a photovoltaic module.</p>
<p>
This is a partial model for the electrical surrogate models of a photovoltaic module.
</p>
</html>", revisions="<html>
<ul>
<li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
within IBPSA.Electrical.BaseClasses.PV.BaseClasses;
function lambertWSimple
"Simple approximation for Lambert W function for x >= 2, should only be used for large input values as error decreases for increasing input values"

extends Modelica.Icons.Function;
input Real x(min=2);
output Real W;

Expand Down
2 changes: 0 additions & 2 deletions IBPSA/Electrical/BaseClasses/PV/PVElectricalSingleDiodeMPP.mo
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ model PVElectricalSingleDiodeMPP

// Additional parameters and constants

constant Real euler=Modelica.Math.exp(1.0)
"Euler constant";
constant Real q(unit = "A.s")= 1.602176620924561e-19
"Elementary charge";

Expand Down

0 comments on commit ac01ba0

Please sign in to comment.