How does pybamm calculate stoichiometry range? #3793
Unanswered
kumaryash7
asked this question in
Q&A
Replies: 1 comment
-
It is documented here: https://docs.pybamm.org/en/latest/source/examples/notebooks/models/electrode-state-of-health.html |
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.
-
x_0, x_100, y_100, y_0 = pb.lithium_ion.get_min_max_stoichiometries(param)
print("x_0: ", x_0, "x_100: ", x_100, "y_100: ", y_100, "y_0: ", y_0)
How does pybamm calculate this utilization windows and which parameters are utilised?
Beta Was this translation helpful? Give feedback.
All reactions