Verify that critical saturation of displacing phase (oil/liquid) is strictly between critical and maximum gas saturations for the alternative (three point) horizontal scaling method (SCALECRS=YES) in the gas/oil two-phase system.
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::ThreePointHorizontal::DisplacingOil_GO< Scalar >
Verify that critical saturation of displacing phase (oil/liquid) is strictly between critical and maximum gas saturations for the alternative (three point) horizontal scaling method (SCALECRS=YES) in the gas/oil two-phase system.
- Template Parameters
-
| Scalar | Element type. Typically float or double. |