ReactiveTransportSolver Class Reference
Use this class for solving reactive transport problems. More...
#include <TransportSolver.hpp>
Public Member Functions | |
ReactiveTransportSolver (const ChemicalSystem &system) | |
Construct a default ReactiveTransportSolver instance. | |
auto | setMesh (const Mesh &mesh) -> void |
auto | setVelocity (double val) -> void |
auto | setDiffusionCoeff (double val) -> void |
auto | setBoundaryState (const ChemicalState &state) -> void |
auto | setTimeStep (double val) -> void |
auto | system () const -> const ChemicalSystem & |
auto | output () -> ChemicalOutput |
auto | initialize (const ChemicalField &field) -> void |
auto | step (ChemicalField &field) -> void |
Detailed Description
Use this class for solving reactive transport problems.
The documentation for this class was generated from the following files:
- Reaktoro/Transport/TransportSolver.hpp
- Reaktoro/Transport/TransportSolver.cpp