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