Replies: 2 comments 9 replies
-
I think that the cell voltage is already at Vmax so when you try to recharge to Vmax it breaks. If you want to continue charging the Cell, you should define cutt off voltage(on the second experiment) greater than your current Vmax |
Beta Was this translation helpful? Give feedback.
4 replies
-
I think what's happening is that the simulation starts a bit above 4.2V, so it doesn't see the 4.2V limit. This is irrespective of the period or dt_max. We should hard-code this as a special case. I'll transfer this to an issue |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi PyBaMM,
Recently I am trying to fit the experiment data and find that error will occur when I try to charge the cell at 100% SOC. The code is is follows:
I understand it is a bit wired to do this in modelling. But that is quite normal in experiments. I know that if I delete the first two steps in Experiment_RPT_Long (further charge), the error will disappear. But that will make it more complicated to transfer the real test procedure into modelling steps. I wonder whether there are any easy way to solve this? Big thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions