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::LinearMaterialParams< ScalarT > Class Template Reference

Reference implementation of params for the linear material law. More...

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

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

Description

template<class ScalarT>
class Dumux::LinearMaterialParams< ScalarT >

Reference implementation of params for the linear material law.

Public Types

using Scalar = ScalarT
 

Public Member Functions

 LinearMaterialParams ()
 
 LinearMaterialParams (Scalar entryPc, Scalar maxPc)
 
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::LinearMaterialParams< ScalarT >::Scalar = ScalarT

Constructor & Destructor Documentation

◆ LinearMaterialParams() [1/2]

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

◆ LinearMaterialParams() [2/2]

template<class ScalarT >
Dumux::LinearMaterialParams< ScalarT >::LinearMaterialParams ( Scalar  entryPc,
Scalar  maxPc 
)
inline

Member Function Documentation

◆ entryPc()

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

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

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

◆ maxPc()

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

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)
inline

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

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

◆ setMaxPc()

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

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: