12#ifndef DUMUX_FLUX_DISPERSION_FWD_HH
13#define DUMUX_FLUX_DISPERSION_FWD_HH
22template<
class TypeTag,
class DiscretizationMethod, ReferenceSystemFormulation referenceSystem>
29template<
class TypeTag, ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
Definition box/dispersionflux.hh:32
Defines all properties used in Dumux.
DispersionFluxImplementation< TypeTag, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod, referenceSystem > DiffusiveDispersionFlux
Evaluates the dispersive flux.
Definition dispersionflux_fwd.hh:30
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296
The available discretization methods in Dumux.