Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Features

- Added the `Hebenbrock2026` parameter set for high-energy graphite||NMC811 lithium-ion cells. ([#5421](https://github.com/pybamm-team/PyBaMM/pull/5421))
- Improved the performance of processed variables by replacing `casadi.vertcat` input stacking with numpy vectors. ([#5413](https://github.com/pybamm-team/PyBaMM/pull/5413))
- Preserve custom variables and events in built-in model to_config ([#5411](https://github.com/pybamm-team/PyBaMM/pull/5411))
- Allow out of bounds initial state of charge to enable initialising a simulation at a voltage outside the voltage limits. ([#5386](https://github.com/pybamm-team/PyBaMM/pull/5386))
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Chen2020 = "pybamm.input.parameters.lithium_ion.Chen2020:get_parameter_values"
Chen2020_composite = "pybamm.input.parameters.lithium_ion.Chen2020_composite:get_parameter_values"
Ecker2015 = "pybamm.input.parameters.lithium_ion.Ecker2015:get_parameter_values"
Ecker2015_graphite_halfcell = "pybamm.input.parameters.lithium_ion.Ecker2015_graphite_halfcell:get_parameter_values"
Hebenbrock2026 = "pybamm.input.parameters.lithium_ion.Hebenbrock2026:get_parameter_values"
Marquis2019 = "pybamm.input.parameters.lithium_ion.Marquis2019:get_parameter_values"
Mohtat2020 = "pybamm.input.parameters.lithium_ion.Mohtat2020:get_parameter_values"
NCA_Kim2011 = "pybamm.input.parameters.lithium_ion.NCA_Kim2011:get_parameter_values"
Expand Down
12 changes: 12 additions & 0 deletions src/pybamm/CITATIONS.bib
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,18 @@ @article{Harris2020
doi = {10.1038/s41586-020-2649-2}
}

@article{Hebenbrock2026,
title = {Operando Strain Analysis of Electrodes Using Internal Sensors and Holistic Electrochemical-Microstructural Modeling},
author = {Hebenbrock, Andr{\'e} and Mohni, Valerie Nastassia and Blumberg, Alma and Schade, Wolfgang and Schr{\"o}der, Daniel and Turek, Thomas},
year = {2026},
journal = {Journal of Energy Storage},
volume = {154},
pages = {121255},
doi = {10.1016/j.est.2026.121255},
publisher = {Elsevier}
}


@techreport{Hindmarsh2000,
title = {{The PVODE and IDA algorithms}},
author = {Hindmarsh, Alan C.},
Expand Down
Loading