Replies: 3 comments 11 replies
-
Yes. The SEI models are basically just calendar aging, and the higher C-rates have shorter cycles so less degradation per cycle. This is also backed up by experiments e.g. https://iopscience.iop.org/article/10.1149/2.0231904jes/pdf Try plotting capacity vs time or Ah-throughput. |
Beta Was this translation helpful? Give feedback.
-
but the time to reach the end of the cycle when C rates are high the time is longer so the number of cycles is large than the C rates are low the time is faster and the number of cycles is small @tinosulzer my code when simulating experiment like this, this is when 0.1C : sim = pybamm.Simulation(model, experiment=experiment, parameter_values=parameter_values, var_pts=var_pts) |
Beta Was this translation helpful? Give feedback.
-
Can anyone kindly help how to retrieve cycle number? I don't see that being an output variable in the default parameter set. I'm new to PyBamm and it would be great if someone could help me in this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use SEI like this,

but why do I get the number of cycles when it reaches termination = 80%, that is, the higher the charge and discharge rate (CRate) the more cycles:
0.1C = 636 cycles
0.2C = 1121 cycles
0.3C = 1441 cycles
1C = 1959 cycles
2C = 1990 cycles
3C = 1972 cycles
Is that true? @tinosulzer @brosaplanella
Beta Was this translation helpful? Give feedback.
All reactions