This is a module
Algorithms¶
Collection of pre-defined algorithms¶
The algorithms
module contains classes for conducting transport
simulations on pore networks.
Classes
A subclass of ReactiveTransport to simulate advection-diffusion |
|
A class to simulate binary diffusion with reactions |
|
A subclass of GenericLinearTransport to simulate heat conduction. |
|
Generic class to define the foundation of Algorithms |
|
This class implements steady-state linear transport calculations. |
|
Defines the settings for GenericTransport algorithms |
|
A classic/basic invasion percolation algorithm optimized for speed. |
|
A class to enforce charge conservation in ionic transport simulations. |
|
An implemetation of invasion percolation which can invade bonds, sites or a mixture of both. |
|
An implemetation of invasion percolation which can invade bonds, sites or a mixture of both. |
|
A subclass of GenericLinearTransport to simulate electron and ionic conduction. |
|
Ordinary percolation simulation with or without access limitations. |
|
A subclass for steady-state simulations with (optional) source terms. |
|
A subclass of GenericLinearTransport to simulate viscous flow. |
|
A subclass of GenericTransport to perform steady and transient simulations of pure diffusion and advection-diffusion problems. |
|
A class to simulate transient diffusion with reactions |
|
A subclass of GenericTransport to perform steady and transient simulations of pure diffusion and advection-diffusion problems. |
|
A subclass of ReactiveTransport for transient simulations. |