My Project
|
Reference implementation of params for the linear M-phase material material. More...
#include <LinearMaterialParams.hpp>
Public Types | |
typedef TraitsT | Traits |
Public Member Functions | |
LinearMaterialParams () | |
The default constructor. More... | |
Scalar | pcMinSat (unsigned phaseIdx) const |
Return the relative phase pressure at the minimum saturation of a phase. More... | |
void | setPcMinSat (unsigned phaseIdx, Scalar val) |
Set the relative phase pressure at the minimum saturation of a phase. More... | |
Scalar | pcMaxSat (unsigned phaseIdx) const |
Return the relative phase pressure at the maximum saturation of a phase. More... | |
void | setPcMaxSat (unsigned phaseIdx, Scalar val) |
Set the relative phase pressure at the maximum saturation of a phase. More... | |
![]() | |
void | finalize () |
Mark the object as finalized. | |
Additional Inherited Members | |
![]() | |
EnsureFinalized () | |
The default constructor. | |
void | check () const |
Reference implementation of params for the linear M-phase material material.
|
inline |
The default constructor.
We set the capillary pressure to zero, if not specified otherwise.
|
inline |
Return the relative phase pressure at the maximum saturation of a phase.
This means at
.
|
inline |
Return the relative phase pressure at the minimum saturation of a phase.
This means at
.
|
inline |
Set the relative phase pressure at the maximum saturation of a phase.
This means at
.
|
inline |
Set the relative phase pressure at the minimum saturation of a phase.
This means at
.