Skip to content

Commit

Permalink
Adapt to renamed variable
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 1f85689 commit 1f422fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Electrical/Batteries/Examples/CCCVcharging.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public
parameter Modelica.Electrical.Batteries.ParameterRecords.TransientData.ExampleData cellData(
Qnom=18000,
useLinearSOCDependency=false,
Ri=cellData.OCVmax/RiCurrent,
Ri=cellData.OCVmax/Isc,
Idis=0.001)
annotation (Placement(transformation(extent={{20,-20},{40,0}})));
Modelica.Electrical.Batteries.BatteryStacks.CellRCStack battery(
Expand Down

0 comments on commit 1f422fc

Please sign in to comment.