24#ifndef DUMUX_MATERIAL_DIFFUSIVITY_MILLINGTON_QUIRK_HH
25#define DUMUX_MATERIAL_DIFFUSIVITY_MILLINGTON_QUIRK_HH
61 template<
class VolumeVariables>
73 const Scalar diffCoeff = volVars.diffusionCoefficient(phaseIdx, compIdxI, compIdxJ);
74 const Scalar
porosity = volVars.porosity();
75 const Scalar sat = max<Scalar>(volVars.saturation(phaseIdx), 0.0);
std::string porosity() noexcept
I/O name of porosity.
Definition: name.hh:139
Relation for the saturation-dependent effective diffusion coefficient.
Definition: diffusivitymillingtonquirk.hh:51
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:62