Specification of the material parameters for the Brooks Corey constitutive relations. More...
#include <dumux/material/fluidmatrixinteractions/2p/brookscoreyparams.hh>
Specification of the material parameters for the Brooks Corey constitutive relations.
Public Types | |
using | Scalar = ScalarT |
Public Member Functions | |
BrooksCoreyParams ()=default | |
BrooksCoreyParams (Scalar pe, Scalar lambda) | |
template<class OtherParams > | |
bool | operator== (const OtherParams &otherParams) const |
Equality comparison with another set of params. More... | |
Scalar | pe () const |
Returns the entry pressure in \mathrm{[Pa]}. More... | |
void | setPe (Scalar v) |
Set the entry pressure in \mathrm{[Pa]}]. More... | |
Scalar | lambda () const |
Returns the lambda shape parameter \mathrm{[-]}. More... | |
void | setLambda (Scalar v) |
Set the lambda shape parameter \mathrm{[-]}. More... | |
using Dumux::BrooksCoreyParams< ScalarT >::Scalar = ScalarT |
|
default |
|
inline |
|
inline |
Returns the lambda shape parameter \mathrm{[-]}.
|
inline |
Equality comparison with another set of params.
|
inline |
Returns the entry pressure in \mathrm{[Pa]}.
|
inline |
Set the lambda shape parameter \mathrm{[-]}.
|
inline |
Set the entry pressure in \mathrm{[Pa]}].