-
-
Notifications
You must be signed in to change notification settings - Fork 590
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
196 changed files
with
25,309 additions
and
1,491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
- Increment version number in `version` | ||
- Increment version number in `docs/conf.py` | ||
- Update CHANGELOG.md with a summary of the release | ||
- Update (and pin) jax and jaxlib to latest version and fix any bugs that arise | ||
- Increment version number in `version` | ||
- Increment version number in `docs/conf.py` | ||
- Increment version number in `CITATION.cff` | ||
- Update CHANGELOG.md with a summary of the release | ||
- Update (and pin) jax and jaxlib to latest version and fix any bugs that arise |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
cff-version: 1.1.0 | ||
message: "If you use PyBaMM, please cite it as below." | ||
authors: | ||
- family-names: Sulzer | ||
given-names: Valentin | ||
orcid: "https://orcid.org/0000-0002-8687-327X" | ||
- family-names: Marquis | ||
given-names: Scott G. | ||
orcid: "https://orcid.org/0000-0002-6895-990X" | ||
- family-names: Timms | ||
given-names: Robert | ||
orcid: "https://orcid.org/0000-0002-8858-4818" | ||
- family-names: Robinson | ||
given-names: Martin | ||
orcid: "https://orcid.org/0000-0002-1572-6782" | ||
- family-names: Chapman | ||
given-names: S. Jon | ||
orcid: "https://orcid.org/0000-0003-3347-6024" | ||
journal: "Journal of Open Research Software" | ||
date-released: 2021-06-08 | ||
doi: 10.5334/jors.309 | ||
keywords: | ||
- "battery modelling" | ||
- "expression tree" | ||
- "python" | ||
- "symbolic differentiation" | ||
version: 0.4.0 | ||
repository-code: "https://github.com/pybamm-team/PyBaMM" | ||
title: "Python Battery Mathematical Modelling (PyBaMM)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Lithium-ion Models | |
base_lithium_ion_model | ||
spm | ||
spme | ||
mpm | ||
dfn | ||
newman_tobias | ||
yang2017 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Many Particle Model (MPM) | ||
=========================== | ||
|
||
.. autoclass:: pybamm.lithium_ion.MPM | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ Particle | |
fickian_many_particles | ||
polynomial_single_particle | ||
polynomial_many_particles | ||
size_distribution/index |
6 changes: 6 additions & 0 deletions
6
docs/source/models/submodels/particle/size_distribution/base_distribution.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Particle Size Distribution Base Model | ||
===================================== | ||
|
||
.. autoclass:: pybamm.particle.BaseSizeDistribution | ||
:members: | ||
|
5 changes: 5 additions & 0 deletions
5
...source/models/submodels/particle/size_distribution/fast_single_distribution.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Fast Single Size Distribution | ||
============================= | ||
|
||
.. autoclass:: pybamm.particle.FastSingleSizeDistribution | ||
:members: |
6 changes: 6 additions & 0 deletions
6
...rce/models/submodels/particle/size_distribution/fickian_single_distribution.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Fickian Single Size Distribution | ||
================================ | ||
|
||
.. autoclass:: pybamm.particle.FickianSingleSizeDistribution | ||
:members: | ||
|
9 changes: 9 additions & 0 deletions
9
docs/source/models/submodels/particle/size_distribution/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Particle Size Distribution | ||
========================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
base_distribution | ||
fickian_single_distribution | ||
fast_single_distribution |
Oops, something went wrong.