24#ifndef DUMUX_PERMEABILITY_KOZENY_CARMAN_HH
25#define DUMUX_PERMEABILITY_KOZENY_CARMAN_HH
28#include <dune/common/fmatrix.hh>
40template<
class PermeabilityType>
50 template<
class Scalar>
54 auto factor = pow((1.0 - refPoro)/(1.0 - poro), 2) * pow(poro/refPoro, 3);
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
The Kozeny-Carman relationship for the calculation of a porosity-dependent permeability....
Definition: permeabilitykozenycarman.hh:42
PermeabilityType evaluatePermeability(PermeabilityType refPerm, Scalar refPoro, Scalar poro) const
calculates the permeability for a given sub-control volume
Definition: permeabilitykozenycarman.hh:51