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 packages/pybamm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Sulzer2019 = "pybamm.input.parameters.lead_acid.Sulzer2019:get_parameter_values"
Ai2020 = "pybamm.input.parameters.lithium_ion.Ai2020:get_parameter_values"
Chen2020 = "pybamm.input.parameters.lithium_ion.Chen2020:get_parameter_values"
Chen2020_composite = "pybamm.input.parameters.lithium_ion.Chen2020_composite:get_parameter_values"
Bonkile2024 = "pybamm.input.parameters.lithium_ion.Bonkile2024: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"
Marquis2019 = "pybamm.input.parameters.lithium_ion.Marquis2019:get_parameter_values"
Expand Down
12 changes: 12 additions & 0 deletions packages/pybamm/src/pybamm/CITATIONS.bib
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,18 @@ @article{Beeckman1990
publisher = {Elsevier}
}

@article{Bonkile2024,
title = {Is silicon worth it? Modelling degradation in composite silicon--graphite lithium-ion battery electrodes},
journal = {Journal of Power Sources},
volume = {606},
pages = {234256},
year = {2024},
issn = {0378-7753},
doi = {https://doi.org/10.1016/j.jpowsour.2024.234256},
url = {https://www.sciencedirect.com/science/article/pii/S0378775324002076},
author = {Mayur P. Bonkile and Yang Jiang and Niall Kirkaldy and Valentin Sulzer and Robert Timms and Huizhi Wang and Gregory Offer and Billy Wu}
}

@article{BrosaPlanella2021,
title = {Systematic derivation and validation of a reduced thermal-electrochemical model for lithium-ion batteries using asymptotic methods},
author = {Brosa Planella, Ferran and Sheikh, Muhammad and Widanage, W. Dhammika},
Expand Down
Loading
Loading