Replies: 1 comment
-
when you create a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to add a new variable to tune the value of j_sei.
So I added it like this in submodel part sei_growth.py
Meanwhile I have defined j_sei_test in lithium-ion-parameters like this.
self.j_sei_test = pybamm.Variable('j_sei_test')
But once I added j_sei_test, it will raise a error:
pybamm.expression_tree.exceptions.ModelError: Missing variable for submodel 'negative primary active material': 'X-averaged SEI interfacial current density'.
Check the selected submodels provide all of the required variables.
I am not sure what is the problem now.
Beta Was this translation helpful? Give feedback.
All reactions