-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1602 from tobykirk/size-distribution-DFN
DFN with particle size distributions
- Loading branch information
Showing
55 changed files
with
1,521 additions
and
417 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
7 changes: 0 additions & 7 deletions
7
docs/source/models/submodels/particle/fickian_many_particles.rst
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
docs/source/models/submodels/particle/fickian_single_particle.rst
This file was deleted.
Oops, something went wrong.
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
7 changes: 7 additions & 0 deletions
7
docs/source/models/submodels/particle/no_distribution/fickian_diffusion.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,7 @@ | ||
Fickian Diffusion | ||
================= | ||
|
||
.. autoclass:: pybamm.particle.no_distribution.FickianDiffusion | ||
:members: | ||
|
||
|
10 changes: 10 additions & 0 deletions
10
docs/source/models/submodels/particle/no_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,10 @@ | ||
No Particle-Size Distribution | ||
============================= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
fickian_diffusion | ||
x_averaged_fickian_diffusion | ||
polynomial_profile | ||
x_averaged_polynomial_profile |
5 changes: 5 additions & 0 deletions
5
docs/source/models/submodels/particle/no_distribution/polynomial_profile.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 @@ | ||
Polynomial Profile | ||
================== | ||
|
||
.. autoclass:: pybamm.particle.no_distribution.PolynomialProfile | ||
:members: |
6 changes: 6 additions & 0 deletions
6
...urce/models/submodels/particle/no_distribution/x_averaged_fickian_diffusion.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 @@ | ||
X-averaged Fickian Diffusion | ||
============================ | ||
|
||
.. autoclass:: pybamm.particle.no_distribution.XAveragedFickianDiffusion | ||
:members: | ||
|
5 changes: 5 additions & 0 deletions
5
...rce/models/submodels/particle/no_distribution/x_averaged_polynomial_profile.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 @@ | ||
X-averaged Polynomial Profile | ||
============================= | ||
|
||
.. autoclass:: pybamm.particle.no_distribution.XAveragedPolynomialProfile | ||
:members: |
5 changes: 0 additions & 5 deletions
5
docs/source/models/submodels/particle/polynomial_many_particles.rst
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
docs/source/models/submodels/particle/polynomial_single_particle.rst
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Particle Size Distribution Base Model | ||
===================================== | ||
|
||
.. autoclass:: pybamm.particle.BaseSizeDistribution | ||
.. autoclass:: pybamm.particle.size_distribution.BaseSizeDistribution | ||
:members: | ||
|
5 changes: 0 additions & 5 deletions
5
...source/models/submodels/particle/size_distribution/fast_single_distribution.rst
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
docs/source/models/submodels/particle/size_distribution/fickian_diffusion.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,7 @@ | ||
Fickian Diffusion | ||
================= | ||
|
||
.. autoclass:: pybamm.particle.size_distribution.FickianDiffusion | ||
:members: | ||
|
||
|
6 changes: 0 additions & 6 deletions
6
...rce/models/submodels/particle/size_distribution/fickian_single_distribution.rst
This file was deleted.
Oops, something went wrong.
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
5 changes: 5 additions & 0 deletions
5
docs/source/models/submodels/particle/size_distribution/uniform_profile.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 @@ | ||
Uniform Profile | ||
=============== | ||
|
||
.. autoclass:: pybamm.particle.size_distribution.UniformProfile | ||
:members: |
6 changes: 6 additions & 0 deletions
6
...ce/models/submodels/particle/size_distribution/x_averaged_fickian_diffusion.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 @@ | ||
X-averaged Fickian Diffusion | ||
============================ | ||
|
||
.. autoclass:: pybamm.particle.size_distribution.XAveragedFickianDiffusion | ||
:members: | ||
|
5 changes: 5 additions & 0 deletions
5
...urce/models/submodels/particle/size_distribution/x_averaged_uniform_profile.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 @@ | ||
X-averaged Uniform Profile | ||
========================== | ||
|
||
.. autoclass:: pybamm.particle.size_distribution.XAveragedUniformProfile | ||
:members: |
497 changes: 497 additions & 0 deletions
497
examples/notebooks/models/DFN-with-particle-size-distributions.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.