This is a module
algorithms#
Algorithms#
This module contains various algorithms for performing transport simulations
Classes
A subclass of ReactiveTransport to simulate advection-diffusion |
|
Generic class to define the foundation of Algorithms |
|
A class to simulate drainage. |
|
A class to simulate binary diffusion with reactions |
|
A subclass of LinearTransport to simulate heat conduction |
|
A classic invasion percolation algorithm optimized for speed with numba |
|
A subclass of LinearTransport to simulate electron and ionic conduction. |
|
A subclass for steady-state simulations with (optional) source terms. |
|
A subclass of LinearTransport to simulate viscous flow. |
|
A subclass of Transport to perform steady and transient simulations of pure diffusion and advection-diffusion problems. |
|
A class to simulate transient diffusion with reactions |
|
A class to simulate transient thermal diffusion with heat source |
|
A subclass of ReactiveTransport for transient simulations. |
|
This class implements steady-state linear transport calculations. |