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

Parameters that are necessary for the regularization of the linear constitutive relations. More...

#include <dumux/material/fluidmatrixinteractions/2p/regularizedlinearmaterialparams.hh>

Inheritance diagram for Dumux::RegularizedLinearMaterialParams< ScalarT >:
Inheritance graph

Description

template<class ScalarT>
class Dumux::RegularizedLinearMaterialParams< ScalarT >

Parameters that are necessary for the regularization of the linear constitutive relations.

Public Types

using Scalar = ScalarT
 

Public Member Functions

 RegularizedLinearMaterialParams ()
 
void setKrLowS (Scalar krLowS)
 Set the threshold saturation respective phase below which the relative permeability gets regularized. More...
 
Scalar krLowS () const
 Return the threshold saturation respective phase below which the relative permeability gets regularized. More...
 
void setKrHighS (Scalar krHighS)
 Set the threshold saturation of the respective phase above which the relative permeability gets regularized. More...
 
Scalar krHighS () const
 Return the threshold saturation of the respective phase above which the relative permeability gets regularized. More...
 
Scalar entryPc () const
 Return the entry pressure for the linear material law in \(\mathrm{[Pa]}\). More...
 
void setEntryPc (Scalar v)
 Set the entry pressure for the linear material law in \(\mathrm{[Pa]}\). More...
 
Scalar maxPc () const
 Return the maximum capillary pressure for the linear material law in \(\mathrm{[Pa]}\).. More...
 
void setMaxPc (Scalar v)
 Set the maximum capillary pressure for the linear material law in \(\mathrm{[Pa]}\).. More...
 

Member Typedef Documentation

◆ Scalar

template<class ScalarT >
using Dumux::RegularizedLinearMaterialParams< ScalarT >::Scalar = ScalarT

Constructor & Destructor Documentation

◆ RegularizedLinearMaterialParams()

template<class ScalarT >
Dumux::RegularizedLinearMaterialParams< ScalarT >::RegularizedLinearMaterialParams ( )
inline

Member Function Documentation

◆ entryPc()

template<class ScalarT >
Scalar Dumux::LinearMaterialParams< ScalarT >::entryPc ( ) const
inlineinherited

Return the entry pressure for the linear material law in \(\mathrm{[Pa]}\).

The entry pressure is reached at \(\mathrm{\overline{S}_w = 1}\)

◆ krHighS()

template<class ScalarT >
Scalar Dumux::RegularizedLinearMaterialParams< ScalarT >::krHighS ( ) const
inline

Return the threshold saturation of the respective phase above which the relative permeability gets regularized.

◆ krLowS()

template<class ScalarT >
Scalar Dumux::RegularizedLinearMaterialParams< ScalarT >::krLowS ( ) const
inline

Return the threshold saturation respective phase below which the relative permeability gets regularized.

◆ maxPc()

template<class ScalarT >
Scalar Dumux::LinearMaterialParams< ScalarT >::maxPc ( ) const
inlineinherited

Return the maximum capillary pressure for the linear material law in \(\mathrm{[Pa]}\)..

The maximum capillary pressure is reached at \(\mathrm{\overline{S}_w = 0}\)

◆ setEntryPc()

template<class ScalarT >
void Dumux::LinearMaterialParams< ScalarT >::setEntryPc ( Scalar  v)
inlineinherited

Set the entry pressure for the linear material law in \(\mathrm{[Pa]}\).

The entry pressure is reached at \(\mathrm{\overline{S}_w = 1}\)

◆ setKrHighS()

template<class ScalarT >
void Dumux::RegularizedLinearMaterialParams< ScalarT >::setKrHighS ( Scalar  krHighS)
inline

Set the threshold saturation of the respective phase above which the relative permeability gets regularized.

◆ setKrLowS()

template<class ScalarT >
void Dumux::RegularizedLinearMaterialParams< ScalarT >::setKrLowS ( Scalar  krLowS)
inline

Set the threshold saturation respective phase below which the relative permeability gets regularized.

◆ setMaxPc()

template<class ScalarT >
void Dumux::LinearMaterialParams< ScalarT >::setMaxPc ( Scalar  v)
inlineinherited

Set the maximum capillary pressure for the linear material law in \(\mathrm{[Pa]}\)..

The maximum capillary pressure is reached at \(\mathrm{\overline{S}_w = 0}\)


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