eta_stripping / eta_plating #2031
-
Hello PyBaMM! I'm implementing the irreversible lithium plating model and I seem to get Li-plating while the [Negative electrode lithium plating reaction overpotential [V]] is greater than 0, which I assume should only occur while I have negative values of the lithium plating reaction overpotential. eta_plating = delta_phi - eta_sei Source: https://pubs.rsc.org/en/content/articlelanding/2022/cp/d2cp00417h In plating.py the lithium plating reaction overpotential seems to be defined as: eta_stripping = delta_phi + phi_ref + eta_sei What exactly is phi_ref in plating.py, and why is it included in the equation for lithium plating reaction overpotential? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
Thank you for your question @onordlander. The idea that plating only occurs when the electrolyte potential is greater than that of the electrode is a common misconception in the literature. Plating is accelerated under that condition, but also happens at a slower rate under more normal conditions. If you go to examples/notebooks/models/lithium-plating.ipynb, it is demonstrated that there is always a small but finite amount of lithium plated, even at rest. I am in the process of upgrading the lithium plating model with more features and hope to publish this to pybamm's develop branch within the next week. Many thanks, |
Beta Was this translation helpful? Give feedback.
-
Thank you for the rapid response and explanation @DrSOKane. Could you please explain the added phi_ref term to the equation for the calculation of eta_stripping and eta_plating? Thanks |
Beta Was this translation helpful? Give feedback.
-
I see the results of the partially reversible Li plating simulation (and the reference paper) in Pybamm examples but I can't actually use it in the model. Does it mean it is not ready yet? |
Beta Was this translation helpful? Give feedback.
Thank you for your question @onordlander.
The idea that plating only occurs when the electrolyte potential is greater than that of the electrode is a common misconception in the literature. Plating is accelerated under that condition, but also happens at a slower rate under more normal conditions.
If you go to examples/notebooks/models/lithium-plating.ipynb, it is demonstrated that there is always a small but finite amount of lithium plated, even at rest.
I am in the process of upgrading the lithium plating model with more features and hope to publish this to pybamm's develop branch within the next week.
Many thanks,
Dr. Simon O'Kane
Research Associate, Department of Mechanical Engineerin…