-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation minor glitch #47
Comments
In the PV models, e.g., final parameter Real m(start = 2, fixed = false) "Ideality factor of diode";
final parameter Modelica.Units.SI.Current IsdRef(start=1E-4, fixed=false)
"Reference saturation current of cell";
initial equation
IphRef = IsdRef * (exp(moduleData.VocCellRef / m / moduleData.VtCellRef) - 1);
IphRef = IsdRef * (exp(moduleData.VmpCellRef / m / moduleData.VtCellRef) - 1) + moduleData.ImpRef; |
In the MSL the diode model If you propose to change
One more comment: Please create two different GitHub tickets for two different requests. Otherwise they cannot be handled independently. |
In the information of Diode2Exp the diode formula does not contain the ideality factor m, which is indeed included (and has a significant impact) in the equation section. I would recommend to include it.
I take the opportunity of this ticket to recommend changing the name "Bv" into "Vb", so that it becomes consistent with Vt: thermal voltage and Breakthrough voltage.
The text was updated successfully, but these errors were encountered: