chaining the time resolution #2343
akariwrynn
started this conversation in
General
Replies: 3 comments 5 replies
-
Could you please post the way you invoke the solver? The simplest way to increase the time resolution depends on that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This should work:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Seems like the documentation is outdated then: https://github.com/pybamm-team/PyBaMM/blob/develop/pybamm/solvers/casadi_solver.py#L47 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to measure the voltage and the current at very low time domains for impedance spec. However, after some time voltage seems to be constant for small time changes like:
V(t=0.00097889)
Out[33]: array(4.18440764)
V(t=0.000980453)
Out[34]: array(4.18440764)
V(t=0.000982017)
Out[35]: array(4.18440764)
V(t=0.000983581)
Out[36]: array(4.18440764)
V(t=0.000984363)
Out[39]: array(4.18440787)
V(t=0.000985927)
Out[37]: array(4.18522475)
V(t=0.000985145)
Out[38]: array(4.18522475)
How can I increase the time resolution or fix this problem?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions