version 3.8.0
Loading...
Searching...
No Matches
vangenuchten.hh File Reference

Implementation of the capillary pressure and relative permeability <-> saturation relations according to van Genuchten. More...

Go to the source code of this file.

Classes

class  Dumux::FluidMatrix::VanGenuchten
 Implementation of the van Genuchten capillary pressure <-> saturation relation, and relative permeability. More...
 
struct  Dumux::FluidMatrix::VanGenuchten::Params< Scalar >
 The parameter type. More...
 
class  Dumux::FluidMatrix::VanGenuchtenRegularization< Scalar >
 A regularization for the VanGenuchten material law. More...
 
struct  Dumux::FluidMatrix::VanGenuchtenRegularization< Scalar >::Params< S >
 Regularization parameters. More...
 

Namespaces

namespace  Dumux
 
namespace  Dumux::FluidMatrix
 

Typedefs

template<typename Scalar = double>
using Dumux::FluidMatrix::VanGenuchtenDefault = TwoPMaterialLaw<Scalar, VanGenuchten, VanGenuchtenRegularization<Scalar>, TwoPEffToAbsDefaultPolicy>
 A default configuration for using the VanGenuchten material law.
 
template<typename Scalar = double>
using Dumux::FluidMatrix::VanGenuchtenNoReg = TwoPMaterialLaw<Scalar, VanGenuchten, NoRegularization, TwoPEffToAbsDefaultPolicy>
 A default configuration without regularization for using the VanGenuchten material law.