Skip to content

Commit

Permalink
Adapt comments #1575
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Oct 6, 2023
1 parent 5004c3f commit ae10ce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IBPSA/Electrical/BaseClasses/PV/PVElectricalSingleDiodeMPP.mo
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ model PVElectricalSingleDiodeMPP "Analytical 5-p model for PV I-V characteristic
// Additional parameters and constants

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

Modelica.Units.SI.ElectricCurrent I_mp(start=0.5*I_mp0) "MPP current at operating conditions";

Expand Down

0 comments on commit ae10ce0

Please sign in to comment.