-
-
Notifications
You must be signed in to change notification settings - Fork 568
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 #1490 from pybamm-team/issue-1405-xaverage
Issue 1405 xaverage
- Loading branch information
Showing
73 changed files
with
1,219 additions
and
1,106 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
6 changes: 6 additions & 0 deletions
6
docs/source/models/submodels/active_material/base_active_material.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 @@ | ||
Base Model | ||
=========== | ||
|
||
.. autoclass:: pybamm.active_material.BaseModel | ||
:members: | ||
|
7 changes: 7 additions & 0 deletions
7
docs/source/models/submodels/active_material/constant_active_material.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 @@ | ||
Constant Active Material | ||
======================== | ||
|
||
.. autoclass:: pybamm.active_material.Constant | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Active Material | ||
=============== | ||
|
||
Submodels for (loss of) active material | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
base_active_material | ||
constant_active_material | ||
reaction_driven_active_material | ||
stress_driven_active_material | ||
|
8 changes: 8 additions & 0 deletions
8
docs/source/models/submodels/active_material/reaction_driven_active_material.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,8 @@ | ||
Reaction-driven Loss of Active Material | ||
======================================= | ||
|
||
.. autoclass:: pybamm.active_material.ReactionDriven | ||
:members: | ||
|
||
|
||
|
8 changes: 8 additions & 0 deletions
8
docs/source/models/submodels/active_material/stress_driven_active_material.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,8 @@ | ||
Stress-driven Loss of Active Material | ||
===================================== | ||
|
||
.. autoclass:: pybamm.active_material.StressDriven | ||
: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 |
---|---|---|
|
@@ -6,4 +6,4 @@ Particle Cracking | |
|
||
base_cracking | ||
crack_propagation | ||
no_cracking | ||
swelling_only |
5 changes: 0 additions & 5 deletions
5
docs/source/models/submodels/particle_cracking/no_cracking.rst
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
docs/source/models/submodels/particle_cracking/swelling_only.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 @@ | ||
Swelling Only Model | ||
=================== | ||
|
||
.. autoclass:: pybamm.particle_cracking.SwellingOnly | ||
:members: |
7 changes: 0 additions & 7 deletions
7
docs/source/models/submodels/porosity/full_reaction_driven_porosity.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
8 changes: 0 additions & 8 deletions
8
docs/source/models/submodels/porosity/leading_reaction_driven_porosity.rst
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
docs/source/models/submodels/porosity/reaction_driven_porosity.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,8 @@ | ||
Reaction-driven Model | ||
===================== | ||
|
||
.. autoclass:: pybamm.porosity.ReactionDriven | ||
:members: | ||
|
||
|
||
|
49 changes: 25 additions & 24 deletions
49
examples/notebooks/Validating_mechanical_models_Enertech_DFN.ipynb
Large diffs are not rendered by default.
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
33 changes: 24 additions & 9 deletions
33
examples/notebooks/submodel_loss_of_active_materials.ipynb
Large diffs are not rendered by default.
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
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.