SEI layer models #2148
Replies: 4 comments 4 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
Hello all First at all, thanks for sharing this code. It is highly appreciated! j_sei is originally implemented by (sey_growth.py, line 110): Then, the following additional equations are used:
Replacing all back into j_sei equation gives: In the paper, j_sei is defined by: Questions
Where |
Beta Was this translation helpful? Give feedback.
-
Yes
delta_phi is scaled by F/(RT_ref)
Yes
In the paper di/dx = j and j = a*(...) (j has units A/m^3), and in pybamm di/dx = a*j and j = (...) (j has units A/m^2). It's just a different convention.
In the paper delta_film (=L_sei) is included in the definition of R_film in eq (15) |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answers. Questions 1-4 are clear. However, question 5 still does not completely fit : Exponential terms in pybamm Exponential term in the paper (using Pybamm's notation) Eq. 15 in the paper (using Pybamms notation) Replacing Eq. 15 in ExpTermPaper Questions
Assumptions:
New variables Thanks for your time! |
Beta Was this translation helpful? Give feedback.
-
Can someone explain the difference between the different classes of SEI defined in https://github.com/pybamm-team/PyBaMM/blob/develop/pybamm/models/submodels/interface/sei/sei_growth.py.
I am more interested to understand class pybamm.sei.ReactionLimited and class pybamm.sei.EcReactionLimited. However, it is good to have a detailed differentiation between all sub-classes of SEI. I want to understand with respect the electrochemical reactions or the processes defined as per the classes. The mathematical equations are defined, however, the definition given in the docs doesn't completely explain. For example, for the class reactionlimited, it is mentioned: "Class for reaction limited SEI growth". The definition doesn't explain the process, assumptions or anything else that helps to understand more.
Beta Was this translation helpful? Give feedback.
All reactions