version 3.8
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dumux::DiffusivityMillingtonQuirk< Scalar > Class Template Reference

Relation for the saturation-dependent effective diffusion coefficient. More...

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

Description

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

The material law is:

Deff,pm=ϕSwτD

with

τ=1ϕ2(ϕSw)7/3

after Millington and Quirk 1961: Permeability of porous solids [53] and Helmig 1997: Multiphase Flow and Transport Processes in the Subsurface: A Contribution to the Modeling of Hydrosystems, page 129 [37]

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 [m2/s] after Millington Quirk. 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
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: