-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
1 parent
f8053e5
commit 6604a49
Showing
29 changed files
with
97 additions
and
149 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
docs/source/models/submodels/particle/fast/base_fast_particle.rst
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
docs/source/models/submodels/particle/fast/fast_many_particles.rst
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
docs/source/models/submodels/particle/fast/fast_single_particle.rst
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
docs/source/models/submodels/particle/fast_many_particles.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 Many Particles | ||
=================== | ||
|
||
.. autoclass:: pybamm.particle.FastManyParticles | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/source/models/submodels/particle/fast_single_particle.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 Particle | ||
==================== | ||
|
||
.. autoclass:: pybamm.particle.FastSingleParticle | ||
:members: |
7 changes: 0 additions & 7 deletions
7
docs/source/models/submodels/particle/fickian/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/fickian_single_particle.rst
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
docs/source/models/submodels/particle/fickian_many_particles.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 Many Particles | ||
====================== | ||
|
||
.. autoclass:: pybamm.particle.FickianManyParticles | ||
:members: | ||
|
||
|
6 changes: 6 additions & 0 deletions
6
docs/source/models/submodels/particle/fickian_single_particle.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 Particle | ||
======================= | ||
|
||
.. autoclass:: pybamm.particle.FickianSingleParticle | ||
: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
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
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,3 +1,5 @@ | ||
from .base_particle import BaseParticle | ||
from . import fickian | ||
from . import fast | ||
from .fickian_many_particles import FickianManyParticles | ||
from .fickian_single_particle import FickianSingleParticle | ||
from .fast_many_particles import FastManyParticles | ||
from .fast_single_particle import FastSingleParticle |
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
pybamm/models/submodels/particle/fast/base_fast_particle.py
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
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
Oops, something went wrong.