24#ifndef DUMUX_FLUX_DISPERSION_FWD_HH
25#define DUMUX_FLUX_DISPERSION_FWD_HH
34template<
class TypeTag,
class DiscretizationMethod, ReferenceSystemFormulation referenceSystem>
41template<
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.
DispersionFluxImplementation< TypeTag, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod, referenceSystem > DiffusiveDispersionFlux
Evaluates the dispersive flux.
Definition dispersionflux_fwd.hh:42
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:150
Definition box/dispersionflux.hh:42
Declares all properties used in Dumux.