CCCV operating conditions #238
Replies: 3 comments 2 replies
-
At this time only current operations are supported |
Beta Was this translation helpful? Give feedback.
-
Is it possible to simulate CCCV using only Pybamm? It would be helpful if you could guide me or suggest alternative methods to liionpack. Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
At the moment the liionpack solvers are different to PyBaMM and only current is supported. It wouldn't be too difficult to add voltage conditions in liionpack but I haven't done this yet because a better solution I think is to rewrite the circuit problem to get solved alongside the electrochemistry problems and solve everything in PyBaMM. Liionpack will still exist for defining the circuits but much of the underlying code would get merged into PyBaMM. That's our plan for the next year or so. In the mean-time I don't want to spend too much time adding new features to liionpack which will eventually get replaced. I hope you understand. |
Beta Was this translation helpful? Give feedback.
-
I am trying to run an experiment that involves a constant current discharge followed by a constant voltage charging but, I'm receiving the following error:
File "C:\Users\Welcome.virtualenvs\Python_model\lib\site-packages\liionpack\protocols.py", line 32, in generate_protocol_from_experiment
raise ValueError("Only constant current operations are supported")
ValueError: Only constant current operations are supported
Is it not possible to run CCCV in liionpack?
Beta Was this translation helpful? Give feedback.
All reactions