26#ifndef DUMUX_DISCRETIZATION_FICKS_LAW_HH
27#define DUMUX_DISCRETIZATION_FICKS_LAW_HH
36template <
class TypeTag, DiscretizationMethod discMethod, ReferenceSystemFormulation referenceSystem>
43template <
class TypeTag, ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
The available discretization methods in Dumux.
The reference frameworks and formulations available for splitting total fluxes into a advective and d...
FicksLawImplementation< TypeTag, GetPropType< TypeTag, Properties::GridGeometry >::discMethod, referenceSystem > FicksLaw
Evaluates the diffusive mass flux according to Fick's law.
Definition flux/fickslaw.hh:44
forward declaration of the method-specific implemetation
Definition flux/box/fickslaw.hh:43
Declares all properties used in Dumux.
This file contains the data which is required to calculate diffusive fluxes due to molecular diffusio...
Fick's law for cell-centered finite volume schemes with multi-point flux approximation.
Fick's law for cell-centered finite volume schemes with two-point flux approximation.
This file contains the data which is required to calculate diffusive molar fluxes due to molecular di...