Relation for the saturation-dependent effective diffusion coefficient. More...
#include <dumux/material/fluidmatrixinteractions/diffusivityconstanttortuosity.hh>
Relation for the saturation-dependent effective diffusion coefficient.
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 [11] Additionally, Bear 1972 [9] mentions values 0.4 and in the range of 0.56 to 0.8.
Static Public Member Functions | |
static Scalar | effectiveDiffusivity (const Scalar porosity, const Scalar saturation, const Scalar diffCoeff) |
Returns the effective diffusion coefficient \(\mathrm{[m^2/s]}\) based on a constant tortuosity value. More... | |
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 |
Returns the effective diffusion coefficient \(\mathrm{[m^2/s]}\) based on a constant tortuosity value.
volVars | The Volume Variables |
phaseIdx | the index of the phase |
compIdxI | the component index i |
compIdxJ | the component index j |
|
inlinestatic |
Returns the effective diffusion coefficient \(\mathrm{[m^2/s]}\) based on a constant tortuosity value.
porosity | The porosity |
saturation | The saturation of the wetting phase |
diffCoeff | The diffusion coefficient of the phase in \(\mathrm{[m^2/s]}\) |