-
-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Two-phase electrode cycling #2682
Comments
It's coming from the capacity calculation (which is different for two-phase and not currently implemented), try with |
Thanks, Tino. Setting That makes sense. I'll start down the road of implementing the above; am I correct in thinking that this implementation should sit inside |
Yes, it would be worthwhile to add a cycling example to the end of the existing two-phase example. And you are correct in your thinking for the second part |
Hi all, I have similar problem running Chen2020_composite parameter set with pybamm experiment. Below is my example script.
|
Setting |
Here is my traceback:
|
Add |
Thanks a lot, I missed that part after trying to resolve the issue previously raised. |
PyBaMM Version
23.1
Python Version
3.8.10
Describe the bug
Utilising the two-phase electrode definition for cycling with the
pybamm.Experiment
function returns the following error, which seems to be from the "Primary:" and "Secondary:" naming conventional utilised in the two-phase parameter fileChen2020_composite.py
.I think the workaround at the moment is to construct
"Current function [A]"
in such a way as to complete multi-cycle simulations, either through a .CSV interpolant or functionally. Does that seem correct?Steps to Reproduce
Relevant log output
The text was updated successfully, but these errors were encountered: