24#ifndef DUMUX_MATERIAL_DIFFUSIVITY_CONSTANT_TORTUOSITY_HH
25#define DUMUX_MATERIAL_DIFFUSIVITY_CONSTANT_TORTUOSITY_HH
59 const Scalar saturation,
60 const Scalar diffCoeff)
64 return porosity * saturation * tau * diffCoeff;
The infrastructure to retrieve run-time parameters from Dune::ParameterTrees.
T getParam(Args &&... args)
A free function to get a parameter from the parameter tree singleton.
Definition parameters.hh:428
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
Relation for the saturation-dependent effective diffusion coefficient.
Definition diffusivityconstanttortuosity.hh:49
static Scalar effectiveDiffusivity(const Scalar porosity, const Scalar saturation, const Scalar diffCoeff)
Returns the effective diffusion coefficient based on a constant tortuosity value.
Definition diffusivityconstanttortuosity.hh:58