Skip to content

Commit

Permalink
Fix factor 2 in calculation
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
christiankral and HansOlsson committed Oct 18, 2023
1 parent bcf0b77 commit abb35f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo
Expand Up @@ -12,7 +12,7 @@ model CCCV_StackRC
parameter Modelica.Electrical.Batteries.ParameterRecords.TransientData.ExampleData cellDataDegraded(
Qnom=18000,
useLinearSOCDependency=false,
Ri=cellDataDegraded.OCVmax/Isc,
Ri=2*cellDataDegraded.OCVmax/Isc,
Idis=0.001) "Degraded cell data"
annotation (Placement(transformation(extent={{20,-60},{40,-40}})));
parameter Modelica.Electrical.Batteries.ParameterRecords.TransientData.StackData
Expand Down

0 comments on commit abb35f2

Please sign in to comment.