Is it possibile to simulate CCCV current_interpolant from an input file using pybamm? #3509
-
I have given an interpolated input current from an excel file which has CC discharge and CCCV charge curve. Once the simulation reaches the "Lower voltage cut-off [V]": 2.8, it stops there and doesn't move ahead. The next section of applied current is the rest period of current = 0A and then the CC current is again applied. Is pybamm not capable of recognizing rest CC phase, rest phase and CV phase? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I would suggest splitting the input currents into 4 blocks and having 4 steps and then if a voltage limit is triggered it should move to the next step |
Beta Was this translation helpful? Give feedback.
I would suggest splitting the input currents into 4 blocks and having 4 steps and then if a voltage limit is triggered it should move to the next step