13#ifndef DUMUX_MATERIAL_DIFFUSIVITY_MILLINGTON_QUIRK_HH
14#define DUMUX_MATERIAL_DIFFUSIVITY_MILLINGTON_QUIRK_HH
57 template<
class VolumeVariables>
67 const Scalar diffCoeff = volVars.diffusionCoefficient(phaseIdx, compIdxI, compIdxJ);
68 const Scalar
porosity = volVars.porosity();
69 const Scalar sat = max<Scalar>(volVars.saturation(phaseIdx), 0.0);
Relation for the effective diffusion coefficient after Millington and Quirk.
Definition: diffusivitymillingtonquirk.hh:43
static Scalar effectiveDiffusionCoefficient(const VolumeVariables &volVars, const int phaseIdx, const int compIdxI, const int compIdxJ)
Returns the effective diffusion coefficient ( )
Definition: diffusivitymillingtonquirk.hh:58
std::string porosity() noexcept
I/O name of porosity.
Definition: name.hh:127