Skip to content

Commit

Permalink
change model's name
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaMANMI committed Sep 24, 2024
1 parent 07b1bf3 commit 2ac3484
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def __init__(self, extra_options):
"interstitial-diffusion limited",
"ec reaction limited",
"ec reaction limited (asymmetric)",
"Kolzenberg2020",
"VonKolzenberg2020",
"tunnelling limited",
],
"SEI film resistance": ["none", "distributed", "average"],
Expand Down
2 changes: 1 addition & 1 deletion src/pybamm/models/submodels/interface/sei/sei_growth.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def get_coupled_variables(self, variables):
* pybamm.exp(-phase_param.beta_tunnelling * L_sei_inner)
)

elif SEI_option == "Kolzenberg2020":
elif SEI_option == "VonKolzenberg2020":
# Equation 19 in
# von Kolzenberg L, Latz A, Horstmann B.
# Solid electrolyte interphase during battery cycling:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
'particle phases': '1' (possible: ['1', '2'])
'particle shape': 'spherical' (possible: ['spherical', 'no particles'])
'particle size': 'single' (possible: ['single', 'distribution'])
'SEI': 'none' (possible: ['none', 'constant', 'reaction limited', 'reaction limited (asymmetric)', 'solvent-diffusion limited', 'electron-migration limited', 'interstitial-diffusion limited', 'ec reaction limited', 'ec reaction limited (asymmetric)'])
'SEI': 'none' (possible: ['none', 'constant', 'reaction limited', 'reaction limited (asymmetric)', 'solvent-diffusion limited', 'electron-migration limited', 'interstitial-diffusion limited', 'ec reaction limited', 'ec reaction limited (asymmetric)', 'VonKolzenberg2020',
'tunnelling limited'])
'SEI film resistance': 'none' (possible: ['none', 'distributed', 'average'])
'SEI on cracks': 'false' (possible: ['false', 'true'])
'SEI porosity change': 'false' (possible: ['false', 'true'])
Expand Down

0 comments on commit 2ac3484

Please sign in to comment.