24#ifndef DUMUX_FULLERMETHOD_HH
25#define DUMUX_FULLERMETHOD_HH
47template <
class Scalar>
49 const Scalar *SigmaNu,
50 const Scalar temperature,
51 const Scalar pressure)
59 Scalar tmp = pow(SigmaNu[0], 1./3) + pow(SigmaNu[1], 1./3);
60 return 1e-4 * (143.0*pow(temperature, 1.75))/(pressure*sqrt(Mab)*tmp*tmp);
Define some often used mathematical functions.
Scalar fullerMethod(const Scalar *M, const Scalar *SigmaNu, const Scalar temperature, const Scalar pressure)
Estimate binary diffusion coefficients in gases according to the method by Fuller.
Definition fullermethod.hh:48
constexpr Scalar harmonicMean(Scalar x, Scalar y, Scalar wx=1.0, Scalar wy=1.0) noexcept
Calculate the (weighted) harmonic mean of two scalar values.
Definition math.hh:68
Definition air_mesitylene.hh:31