24#ifndef DUMUX_PERMEABILITY_KOZENY_CARMAN_HH
25#define DUMUX_PERMEABILITY_KOZENY_CARMAN_HH
28#include <dune/common/fmatrix.hh>
29#include <dune/common/math.hh>
41template<
class PermeabilityType>
51 template<
class Scalar>
55 auto factor = power((1.0 - refPoro)/(1.0 - poro), 2) * power(poro/refPoro, 3);
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
The Kozeny-Carman relationship for the calculation of a porosity-dependent permeability....
Definition: permeabilitykozenycarman.hh:43
PermeabilityType evaluatePermeability(PermeabilityType refPerm, Scalar refPoro, Scalar poro) const
Calculates the permeability for a given sub-control volume.
Definition: permeabilitykozenycarman.hh:52