Replies: 1 comment 1 reply
-
Does the simulation complete or does it give an error or does it never end? The summary variables can be plotted irrespective of whether using SPM or DFN. If the simulation results in an error, then the summary variables might not be available straight up! If you are using casadi solver and getting an error, you can try adding this " You can also use PS: I am pretty new as well to PyBaMM. Just giving some ideas as I saw the same thing happening in my code! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I am trying to plot a discharge capacity vs cycle number graph. I was able to do that with the SPM model using the summary variables and matplotlib. However, I can not figure out how to use the DFN model's summary variables. When I try to simulate experiments using DFN it just says "At t = 439.545 and h = 2.83956e-16, the corrector convergence failed repeatedly or with |h| = hmin" and when I try to access the summary variables list it does not exist. I am pretty new to PyBaMM and batteries. I appreciate any help and insights!
Beta Was this translation helpful? Give feedback.
All reactions