Verify that critical oil saturation in oil/water system is strictly smaller than maximum oil saturation.
More...
|
std::size_t | numExportedCheckValues () const override |
| Number of Scalar values involved in the check.
|
|
void | exportCheckValues (Scalar *exportedCheckValues) const override |
| Get a linearised copy of the Scalar values involved in the check.
|
|
std::string | description () const override |
| Descriptive textual summary of this check.
|
|
std::string | condition () const override |
| Textual representation of the consistency condition.
|
|
void | columnNames (std::string *headers) const override |
| Retrieve names of the exported check values.
|
|
void | test (const EclEpsScalingPointsInfo< Scalar > &endPoints) override |
| Run specific check against a set of saturation function end-points.
|
|
bool | isViolated () const override |
| Whether or not last set of end-points violated this particular check.
|
|
bool | isCritical () const override |
| Whether or not this check is critical to the simulator's ability to run the case.
|
|
virtual | ~Check ()=default |
| Virtual destructor since class has virtual functions.
|
|
template<typename Scalar>
class Opm::Satfunc::PhaseChecks::Oil::MobileOil_OW_SWmin< Scalar >
Verify that critical oil saturation in oil/water system is strictly smaller than maximum oil saturation.
- Template Parameters
-
Scalar | Element type. Typically float or double . |