Dispersion flux for different discretization schemes. More...
#include <dumux/common/properties.hh>
#include <dumux/discretization/method.hh>
#include <dumux/flux/referencesystemformulation.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dumux |
Typedefs | |
template<class TypeTag , ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged> | |
using | Dumux::DiffusiveDispersionFlux = DispersionFluxImplementation< TypeTag, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod, referenceSystem > |
Evaluates the dispersive flux. More... | |