Regarding the current drive cycle. #2746
-
Discussed in #2742Originally posted by manjunathnilugal March 5, 2023
I am not able to iterate the current values in the step solution, the simulation exits after the cut-off voltage is reached. Is there any method to keep the track of the voltage variation in middle of simulation ? Instead of creating a interpolant function for current, I want to pass current individually after checking the final voltage value after each iteration.
Is it possible to do using pybamm. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I would suggest using experiments for that (see this example). Note, however, that you can't set both the current and voltage. That is, if you set the voltage to 4.15 V, the current will be whatever value that ensures that voltage. |
Beta Was this translation helpful? Give feedback.
I would suggest using experiments for that (see this example). Note, however, that you can't set both the current and voltage. That is, if you set the voltage to 4.15 V, the current will be whatever value that ensures that voltage.