Skip to content

Commit

Permalink
Rename RiCurrent -> Isc
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed May 25, 2023
1 parent 183fe6d commit 1f85689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Electrical/Batteries/Examples/CCCVcharging.mo
Expand Up @@ -3,7 +3,7 @@ model CCCVcharging
"Charge a battery with constant current - constant voltage characteristic"
extends Modelica.Icons.Example;
protected
parameter Modelica.Units.SI.Current RiCurrent = 1200 "Current relating OCVmax to Ri in cellData";
parameter Modelica.Units.SI.Current Isc = 1200 "Short-circuit current of cell at OCVmax";
public
parameter Modelica.Electrical.Batteries.ParameterRecords.TransientData.ExampleData cellData(
Qnom=18000,
Expand Down

0 comments on commit 1f85689

Please sign in to comment.