24#ifndef DUMUX_MATERIAL_DIFFUSIVITY_MILLINGTON_QUIRK_HH
25#define DUMUX_MATERIAL_DIFFUSIVITY_MILLINGTON_QUIRK_HH
62 template<
class VolumeVariables>
74 const Scalar diffCoeff = volVars.diffusionCoefficient(phaseIdx, compIdxI, compIdxJ);
75 const Scalar
porosity = volVars.porosity();
76 const Scalar sat = max<Scalar>(volVars.saturation(phaseIdx), 0.0);
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
std::string porosity() noexcept
I/O name of porosity.
Definition: name.hh:139
Relation for the saturation-dependent effective diffusion coefficient.
Definition: diffusivitymillingtonquirk.hh:52
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:63