Issue 573 implement LGM50 - #854
Conversation
…brosa/PyBaMM into issue-573-implement-LGM50
…brosa/PyBaMM into issue-573-implement-LGM50
…brosa/PyBaMM into issue-573-implement-LGM50
Codecov Report
@@ Coverage Diff @@
## master #854 +/- ##
=========================================
Coverage ? 98.24%
=========================================
Files ? 180
Lines ? 10277
Branches ? 0
=========================================
Hits ? 10097
Misses ? 180
Partials ? 0
Continue to review full report at Codecov.
|
rtimms
left a comment
There was a problem hiding this comment.
looks great thanks @ferranbrosa ! just a few minor comments
| diffusivity is taken to be a constant. The value is taken from [1]. | ||
| References | ||
| ---------- | ||
| .. [1] Work in progress |
There was a problem hiding this comment.
is this the paper in the readme? info could be added here if so
| Reaction rate for Butler-Volmer reactions between graphite and LiPF6 in EC:DMC. | ||
| References | ||
| ---------- | ||
| .. [1] Work in progress |
| + (0.0155 / (0.029 * c_n_max)) * ((cosh((sto - 0.105) / 0.029)) ** (-2)) | ||
| ) | ||
|
|
||
| return du_dT * 0 |
There was a problem hiding this comment.
you should just be able to return 0*sto (and remove the unnecessary function for du_dT), or alternatively just set this to be zero in the .csv instead of a [function] and it should work too. the latter is probably cleaner
| "cathode": "nmc_Chen2020", | ||
| "electrolyte": "lipf6_Nyman2008", | ||
| "experiment": "1C_discharge_from_full_Chen2020", | ||
| } |
There was a problem hiding this comment.
take a look at the latest master (see PR #818)-- you can add a reference here so people know to cite your paper if they use your parameter set
There was a problem hiding this comment.
I talked to @tinosulzer and he said he would do so after the PR is merged.
Codecov Report
@@ Coverage Diff @@
## master #854 +/- ##
=========================================
Coverage ? 98.24%
=========================================
Files ? 180
Lines ? 10277
Branches ? 0
=========================================
Hits ? 10097
Misses ? 180
Partials ? 0
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #854 +/- ##
=========================================
Coverage ? 98.24%
=========================================
Files ? 180
Lines ? 10277
Branches ? 0
=========================================
Hits ? 10097
Misses ? 180
Partials ? 0
Continue to review full report at Codecov.
|
|
Thanks @ferranbrosa , looks great! Merging |
Description
Addition of the LGM50 parameter set from
Fixes #573
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
Key checklist:
$ flake8$ python run-tests.py --unit$ cd docsand then$ make clean; make htmlYou can run all three at once, using
$ python run-tests.py --quick.Further checks: