Reference implementation of params for the linear material law. More...
#include <dumux/material/fluidmatrixinteractions/2p/linearmaterialparams.hh>
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... | |
using Dumux::LinearMaterialParams< ScalarT >::Scalar = ScalarT |
|
inline |
|
inline |
|
inline |
Return the entry pressure for the linear material law in \(\mathrm{[Pa]}\).
The entry pressure is reached at \(\mathrm{\overline{S}_w = 1}\)
|
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}\)
|
inline |
Set the entry pressure for the linear material law in \(\mathrm{[Pa]}\).
The entry pressure is reached at \(\mathrm{\overline{S}_w = 1}\)
|
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}\)