Commit a0b2614
pybamm-team#5299 add inverse linear kinetics (pybamm-team#5303)
* Don't be too strict with func_args longer than symbol.children
* Add a test
* Add support for uniform grid sizing across subdomains (pybamm-team#720) (pybamm-team#5253)
Co-authored-by: Valentin Sulzer <valentinsulzer@hotmail.com>
* Fix typo in Butler-Volmer equation docstring (pybamm-team#5279)
* fix bug with bulk ocp lithiation (pybamm-team#5280)
* doc: fix typo in concentration description in notebook (pybamm-team#5284)
* Fix typo in concentration description in notebook
* Add CHANGELOG.md entry for typo fix
* Remove unneccesary changelog entry
Co-authored-by: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com>
---------
Co-authored-by: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com>
* fix: instruct uv to install into system for CI (pybamm-team#5288)
* Fix `InputParameter` serialisation (pybamm-team#5289)
* fix `InputParameter` serialisation
* Update CHANGELOG.md
* Bugfix: inputs for `initial_conditions_from` scale evaluation (pybamm-team#5285)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Add `silence_sundials_errors` solver option (pybamm-team#5290)
* feat: add`silence_sundial_warnings` solver option
* refactor: `silence_sundials_warnings` -> `silence_sundials_errors`
* Update C-Rate current for changing nominal capacity (pybamm-team#5286)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Update `IDAKLUSolver` error handling (pybamm-team#5291)
* raise `SolverError` at failure to init sundials
* Update simulation.py
* Update idaklu_solver.py
* reuse `pybammsolvers` error messages
* Update test_idaklu_solver.py
* bump `pybammsolvers`
* Update CHANGELOG.md
* Update CHANGELOG.md
Update CHANGELOG.md
* pybamm-team#5299 add inverse linear kinetics
* pybamm-team#5299 check domain options for inverse kinetics
* update notebook
* pybamm-team#5299 brady comments
* pybamm-team#5299 fix composite total kinetics
---------
Co-authored-by: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com>
Co-authored-by: Swasti Mishra <140950062+swastim01@users.noreply.github.com>
Co-authored-by: Valentin Sulzer <valentinsulzer@hotmail.com>
Co-authored-by: Chase Naples <cnaples79@gmail.com>
Co-authored-by: Gregor Decristoforo <gregor.decristoforo@gmail.com>
Co-authored-by: Pip Liggins <philippa.liggins@dtc.ox.ac.uk>
Co-authored-by: Marc Berliner <34451391+MarcBerliner@users.noreply.github.com>
Co-authored-by: Brady Planden <55357039+BradyPlanden@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent aed75f7 commit a0b2614
24 files changed
Lines changed: 369 additions & 297 deletions
File tree
- docs/source
- api/models/submodels/interface/kinetics/inverse_kinetics
- examples/notebooks/models
- examples/scripts
- src/pybamm/models
- full_battery_models
- lead_acid
- lithium_ion
- submodels/interface
- kinetics
- inverse_kinetics
- lithium_plating
- sei
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 108 additions & 95 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | | - | |
1232 | | - | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
1233 | 1234 | | |
| 1235 | + | |
| 1236 | + | |
1234 | 1237 | | |
1235 | 1238 | | |
1236 | 1239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
| 464 | + | |
464 | 465 | | |
465 | 466 | | |
466 | | - | |
| 467 | + | |
467 | 468 | | |
468 | 469 | | |
469 | 470 | | |
470 | 471 | | |
471 | 472 | | |
472 | | - | |
473 | | - | |
474 | | - | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
475 | 484 | | |
476 | | - | |
477 | 485 | | |
478 | | - | |
| 486 | + | |
479 | 487 | | |
480 | 488 | | |
481 | 489 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments