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