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 fickslaw.hh:44
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
forward declaration of the method-specific implemetation
Definition box/fickslaw.hh:38
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...