26#ifndef DUMUX_FLUX_FICKS_LAW_FWD_HH
27#define DUMUX_FLUX_FICKS_LAW_FWD_HH
37template <
class TypeTag,
class DiscretizationMethod, ReferenceSystemFormulation referenceSystem>
44template <
class TypeTag, ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
The reference frameworks and formulations available for splitting total fluxes into a advective and d...
The available discretization methods in Dumux.
FicksLawImplementation< TypeTag, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod, referenceSystem > FicksLaw
Evaluates the diffusive mass flux according to Fick's law.
Definition fickslaw_fwd.hh:45
forward declaration of the method-specific implemetation
Definition flux/box/fickslaw.hh:44
Declares all properties used in Dumux.