|
|
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. More...
|
| |
|
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. More...
|
| |
| void | test (const EclEpsScalingPointsInfo< Scalar > &endPoints) override |
| | Run specific check against a set of saturation function end-points. More...
|
| |
| bool | isViolated () const override |
| | Whether or not last set of end-points violated this particular check. More...
|
| |
| bool | isCritical () const override |
| | Whether or not this check is critical to the simulator's ability to run the case. More...
|
| |
|
virtual | ~Check ()=default |
| | Virtual destructor since class has virtual functions.
|
| |
template<typename Scalar>
class Opm::Satfunc::PhaseChecks::Oil::SOmin_OW< Scalar >
Verify that minimum oil saturation in oil/water system is in valid range.
- Template Parameters
-
| Scalar | Element type. Typically float or double. |