Skip to content

Commit

Permalink
Merge pull request #2309 from DrSOKane/develop
Browse files Browse the repository at this point in the history
Bug fix to OKane2022 temperature dependence in positive electrode
  • Loading branch information
valentinsulzer committed Sep 21, 2022
2 parents 96e57ec + 43a9ab6 commit f5d16bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

## Bug fixes

- Arrhenius function for `nmc_OKane2022` positive electrode actually gets used now ([#2309](https://github.com/pybamm-team/PyBaMM/pull/2309))
- Added `SEI on cracks` to loop over all interfacial reactions ([#2262](https://github.com/pybamm-team/PyBaMM/pull/2262))
- Fixed `X-averaged SEI on cracks concentration` so it's an average over x only, not y and z ([#2262](https://github.com/pybamm-team/PyBaMM/pull/2262))
- Corrected initial state for SEI on cracks ([#2262](https://github.com/pybamm-team/PyBaMM/pull/2262))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Name [units],Value,Reference,Notes
# Electrode properties,,,
Positive electrode conductivity [S.m-1],0.18,Chen 2020,
Maximum concentration in positive electrode [mol.m-3],63104,Chen 2020,tuned for 1C
Positive electrode diffusivity [m2.s-1],4E-15,Chen 2020,tuned for 1C
Positive electrode diffusivity [m2.s-1],[function]nmc_LGM50_diffusivity_Chen2020,Chen 2020,tuned for 1C
Positive electrode OCP [V],[function]nmc_LGM50_ocp_Chen2020,Chen 2020,
,,,
# Microstructure,,,
Expand Down

0 comments on commit f5d16bc

Please sign in to comment.