3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | List of all members
Dumux::PermeabilityKozenyCarman< PermeabilityType > Class Template Reference

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>

Description

template<class PermeabilityType>
class Dumux::PermeabilityKozenyCarman< PermeabilityType >

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.

Template Parameters
PermeabilityTypeThe type used for the intrinsic permeability

Public Member Functions

template<class Scalar >
PermeabilityType evaluatePermeability (PermeabilityType refPerm, Scalar refPoro, Scalar poro) const
 Calculates the permeability for a given sub-control volume. More...
 

Member Function Documentation

◆ evaluatePermeability()

template<class PermeabilityType >
template<class Scalar >
PermeabilityType Dumux::PermeabilityKozenyCarman< PermeabilityType >::evaluatePermeability ( PermeabilityType  refPerm,
Scalar  refPoro,
Scalar  poro 
) const
inline

Calculates the permeability for a given sub-control volume.

Parameters
refPermReference permeability before porosity changes
refPoroThe poro corresponding to the reference permeability
poroThe porosity for which permeability is to be evaluated

The documentation for this class was generated from the following file: