version 3.9-dev
Dumux::DiffusivityMillingtonQuirk< Scalar > Class Template Reference

Relation for the effective diffusion coefficient after Millington and Quirk. More...

#include <dumux/material/fluidmatrixinteractions/diffusivitymillingtonquirk.hh>

Description

template<class Scalar>
class Dumux::DiffusivityMillingtonQuirk< Scalar >

Millington Quirk

For DiffusivityMillingtonQuirk, the tortuosity coefficient is estimated after Millington and Quirk (1961) [53] by

\[ \tau = \frac{1}{\phi^2} \left(\phi S_\alpha\right)^{7/3}. \]

See also Helmig (1997) [37] [page 129].

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}\)) More...
 

Member Function Documentation

◆ effectiveDiffusionCoefficient()

template<class Scalar >
template<class VolumeVariables >
static Scalar Dumux::DiffusivityMillingtonQuirk< Scalar >::effectiveDiffusionCoefficient ( const VolumeVariables &  volVars,
const int  phaseIdx,
const int  compIdxI,
const int  compIdxJ 
)
inlinestatic

Returns the effective diffusion coefficient ( \(\mathrm{m^2/s}\)) of component \( \kappa \) (index compIdxI) in phase \( \alpha \) computed as \( D^\kappa_{\text{eff},\alpha} = \phi S_\alpha \tau D^\kappa_\alpha \).

Parameters
volVarsThe Volume Variables
phaseIdxthe index of the phase
compIdxIthe component index i
compIdxJthe component index j

The documentation for this class was generated from the following file: