12#ifndef DUMUX_MATERIAL_DIFFUSIVITY_MILLINGTON_QUIRK_HH
13#define DUMUX_MATERIAL_DIFFUSIVITY_MILLINGTON_QUIRK_HH
50 template<
class VolumeVariables>
62 const Scalar diffCoeff = volVars.diffusionCoefficient(phaseIdx, compIdxI, compIdxJ);
63 const Scalar
porosity = volVars.porosity();
64 const Scalar sat = max<Scalar>(volVars.saturation(phaseIdx), 0.0);
Relation for the saturation-dependent effective diffusion coefficient.
Definition: diffusivitymillingtonquirk.hh:40
static Scalar effectiveDiffusionCoefficient(const VolumeVariables &volVars, const int phaseIdx, const int compIdxI, const int compIdxJ)
Returns the effective diffusion coefficient after Millington Quirk.
Definition: diffusivitymillingtonquirk.hh:51
std::string porosity() noexcept
I/O name of porosity.
Definition: name.hh:127