The Kozeny-Carman relationship for the calculation of a porosity-dependent permeability. When the porosity is implemented as solution-independent, using this relationship for the permeability leads to unnecessary overhead.
More...
#include <dumux/material/fluidmatrixinteractions/permeabilitykozenycarman.hh>
template<class PermeabilityType>
class Dumux::PermeabilityKozenyCarman< PermeabilityType >
- Template Parameters
-
PermeabilityType | The type used for the intrinsic permeability |
|
template<class Scalar > |
PermeabilityType | evaluatePermeability (PermeabilityType refPerm, Scalar refPoro, Scalar poro) const |
| Calculates the permeability for a given sub-control volume. More...
|
|
◆ evaluatePermeability()
template<class PermeabilityType >
template<class Scalar >
- Parameters
-
refPerm | Reference permeability before porosity changes |
refPoro | The poro corresponding to the reference permeability |
poro | The porosity for which permeability is to be evaluated |
The documentation for this class was generated from the following file: