Skip to content

Commit

Permalink
Merge pull request #2218 from DrSOKane/develop
Browse files Browse the repository at this point in the history
Corrected initial SEI thickness for OKane2022 parameters
  • Loading branch information
valentinsulzer authored Aug 8, 2022
2 parents 96aaa75 + 2fd114e commit 2f3c3fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)

## Bug fixes

Corrected initial SEI thickness for OKane2022 parameter set. ([#2218](https://github.com/pybamm-team/PyBaMM/pull/2218))

## Optimizations

- Added limits for variables in some functions to avoid division by zero, sqrt(negative number), etc ([#2213](https://github.com/pybamm-team/PyBaMM/pull/2213))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Inner SEI electron conductivity [S.m-1],8.95E-14, Single paper,
Inner SEI lithium interstitial diffusivity [m2.s-1],1E-20, Guess,
Lithium interstitial reference concentration [mol.m-3],15, Single paper,
Initial inner SEI thickness [m], 0, 1/2 of initial thickness in Safari paper,
Initial outer SEI thickness [m], 2.5E-9, 1/2 of initial thickness in Safari paper,
Initial outer SEI thickness [m], 5E-9, 1/2 of initial thickness in Safari paper,
EC initial concentration in electrolyte [mol.m-3], 4.541E3, Safari paper,
EC diffusivity [m2.s-1], 2E-18, adjusted parameter in Yang paper,
SEI kinetic rate constant [m.s-1], 1e-12, adjusted parameter in Yang paper,
Expand Down

0 comments on commit 2f3c3fa

Please sign in to comment.