Replies: 1 comment
-
Hi! We have now moved our discussions to Discourse. Please post your question there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @rtimms @DrSOKane and Everyone,
I am trying to observe the EIS variation of degradation coupled DFN or SPMe model with PyBaMM-EIS.
However I have the following issues, If someone can guide me on this it is highly appreciated.
Thank you in advance.
When I tried to use it with the latest PyBaMM version, PybaMM-EIS gave an error, I am aware that PybaMM_EIS is compatible with PyBaMM 22.10 is it the same still?
When I use the following code, if is use
import pybammeis
as instructed on pybamm-eis page, it gives an error, therefore I have to use importpbeis,
is it correct to go with this approach?The simulation time is high even at 500 cycles when all the degradation models are enabled even though I used the SPMe model, it is usually acceptable, if not how to overcome this issue.
When I run this code for a higher number of cycles it gives me the convergence error,
At t = 0.995543 and h = 3.73582e-12, the corrector convergence failed repeatedly or with |h| = hmin.
At t = 0.951621 and h = 9.7597e-12, the corrector convergence failed repeatedly or with |h| = hmin.
At t = 0.960587 and h = 2.06475e-12, the corrector convergence failed repeatedly or with |h| = hmin.
The code I am using,
Beta Was this translation helpful? Give feedback.
All reactions