-
-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 2111 custom transport efficiency (#3437)
* log transport efficiency * logsqrt_transport * adding linear transport efficiency * half_transport_effciency added * add tortuosity factor submodel * add multiple tortuosity models * add tortuosity factor to model examples * Update submodel options and add citations. Also change the solid phase volume fraction to be (1-porosity) rather than the active material volume fraction * Update notebook and index for docs, get rid of unnecessary Bruggeman file * Update docs * Forgot the new file * Update title underline and add well_posed tests * style: pre-commit fixes * Add some missing tests * Update the transport efficieny print_name and add a bit more to notebook * Split the models into separate classes * style: pre-commit fixes * Update docs and add citations * style: pre-commit fixes * Change docs to footcite * style: pre-commit fixes * Update pybamm/models/submodels/transport_efficiency/tortuosity_factor.py Co-authored-by: Ferran Brosa Planella <[email protected]> * style: pre-commit fixes * Remove image from notebook * remove .virtual_documents * Update syntax for style * style: pre-commit fixes * Update index.rst * Adjust reference to Shen and Chen * style: pre-commit fixes * Add footbibliography to rst files * style: pre-commit fixes * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Agriya Khetarpal <[email protected]> * Update CITATIONS.bib --------- Co-authored-by: Ferran Brosa Planella <[email protected]> Co-authored-by: Julia Wind <[email protected]> Co-authored-by: amirDahari1 <[email protected]> Co-authored-by: Tom.Maull <[email protected]> Co-authored-by: amirDahari1 <[email protected]> Co-authored-by: Julia Wind <[email protected]> Co-authored-by: Ruimin-S <[email protected]> Co-authored-by: Isaac Squires <[email protected]> Co-authored-by: Ruimin-S <[email protected]> Co-authored-by: isaacsquires <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Valentin Sulzer <[email protected]> Co-authored-by: Agriya Khetarpal <[email protected]>
- Loading branch information
1 parent
c687134
commit 1dae0bd
Showing
30 changed files
with
1,319 additions
and
266 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: 7 additions & 0 deletions
7
docs/source/api/models/submodels/transport_efficiency/bruggeman.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 @@ | ||
Bruggeman Transport Efficiency Model | ||
==================================== | ||
|
||
.. autoclass:: pybamm.transport_efficiency.Bruggeman | ||
:members: | ||
|
||
.. footbibliography:: |
5 changes: 0 additions & 5 deletions
5
...ce/api/models/submodels/transport_efficiency/bruggeman_transport_efficiency.rst
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
docs/source/api/models/submodels/transport_efficiency/cation_exchange_membrane.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 @@ | ||
Cation-Exchange Membrane Transport Efficiency Model | ||
=================================================== | ||
|
||
.. autoclass:: pybamm.transport_efficiency.CationExchangeMembrane | ||
:members: | ||
|
||
.. footbibliography:: |
7 changes: 7 additions & 0 deletions
7
docs/source/api/models/submodels/transport_efficiency/heterogeneous_catalyst.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 @@ | ||
Heterogeneous Catalyst Transport Efficiency Model | ||
================================================= | ||
|
||
.. autoclass:: pybamm.transport_efficiency.HeterogeneousCatalyst | ||
:members: | ||
|
||
.. footbibliography:: |
7 changes: 7 additions & 0 deletions
7
docs/source/api/models/submodels/transport_efficiency/hyperbola_of_revolution.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 @@ | ||
Hyperbola of Revolution Transport Efficiency Model | ||
================================================== | ||
|
||
.. autoclass:: pybamm.transport_efficiency.HyperbolaOfRevolution | ||
:members: | ||
|
||
.. footbibliography:: |
11 changes: 9 additions & 2 deletions
11
docs/source/api/models/submodels/transport_efficiency/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 |
---|---|---|
@@ -1,8 +1,15 @@ | ||
transport_efficiency | ||
Transport Efficiency | ||
==================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
base_transport_efficiency | ||
bruggeman_transport_efficiency | ||
bruggeman | ||
cation_exchange_membrane | ||
heterogeneous_catalyst | ||
hyperbola_of_revolution | ||
ordered_packing | ||
overlapping_spheres | ||
random_overlapping_cylinders | ||
tortuosity_factor |
7 changes: 7 additions & 0 deletions
7
docs/source/api/models/submodels/transport_efficiency/ordered_packing.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 @@ | ||
Ordered Packing Transport Efficiency Model | ||
========================================== | ||
|
||
.. autoclass:: pybamm.transport_efficiency.OrderedPacking | ||
:members: | ||
|
||
.. footbibliography:: |
7 changes: 7 additions & 0 deletions
7
docs/source/api/models/submodels/transport_efficiency/overlapping_spheres.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 @@ | ||
Overlapping Spheres Transport Efficiency Model | ||
============================================== | ||
|
||
.. autoclass:: pybamm.transport_efficiency.OverlappingSpheres | ||
:members: | ||
|
||
.. footbibliography:: |
7 changes: 7 additions & 0 deletions
7
...urce/api/models/submodels/transport_efficiency/random_overlapping_cylinders.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 @@ | ||
Random Overlapping Cylinders Transport Efficiency Model | ||
======================================================= | ||
|
||
.. autoclass:: pybamm.transport_efficiency.RandomOverlappingCylinders | ||
:members: | ||
|
||
.. footbibliography:: |
7 changes: 7 additions & 0 deletions
7
docs/source/api/models/submodels/transport_efficiency/tortuosity_factor.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 @@ | ||
Tortuosity Factor Transport Efficiency Model | ||
============================================ | ||
|
||
.. autoclass:: pybamm.transport_efficiency.TortuosityFactor | ||
:members: | ||
|
||
.. footbibliography:: |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.