Relation for the saturation-dependent effective diffusion coefficient. More...
#include <dumux/material/fluidmatrixinteractions/diffusivityconstanttortuosity.hh>
The material law is:
\[ D_\text{eff,pm} = \phi * S_w * \tau * D \]
with a constant tau.
The default value is 0.5, empirically obtained in Carman 1937: Fluid flow through granular beds [17] Additionally, Bear 1972 [12] mentions values 0.4 and in the range of 0.56 to 0.8.
Static Public Member Functions | |
template<class VolumeVariables > | |
static Scalar | effectiveDiffusionCoefficient (const VolumeVariables &volVars, const int phaseIdx, const int compIdxI, const int compIdxJ) |
Returns the effective diffusion coefficient \(\mathrm{[m^2/s]}\) based on a constant tortuosity value. More... | |
|
inlinestatic |
volVars | The Volume Variables |
phaseIdx | the index of the phase |
compIdxI | the component index i |
compIdxJ | the component index j |