opm-simulators/opm/simulators/utils/satfunc
Bård Skaflestad ba1419b31f Fix Consistency Check for Maximum Gas Saturation
The earlier condition

    0 <= SGU < 1

was not appropriate and would, for instance, fail the NORNE_ATW2013
test case in which SGU = 1 in the unscaled table for saturation
region 1.  Revise the condition to be more in line with that of SWU,
i.e., as

    0 < SGU <= 1

Pointy Hat: [at]bska
2024-09-10 15:44:16 +02:00
..
GasPhaseConsistencyChecks.cpp Fix Consistency Check for Maximum Gas Saturation 2024-09-10 15:44:16 +02:00
GasPhaseConsistencyChecks.hpp Fix Consistency Check for Maximum Gas Saturation 2024-09-10 15:44:16 +02:00
OilPhaseConsistencyChecks.cpp Add Oil Phase Saturation Function Consistency Checks 2024-09-03 12:35:44 +02:00
OilPhaseConsistencyChecks.hpp Add Oil Phase Saturation Function Consistency Checks 2024-09-03 12:35:44 +02:00
PhaseCheckBase.cpp Add Oil Phase Saturation Function Consistency Checks 2024-09-03 12:35:44 +02:00
PhaseCheckBase.hpp Add Oil Phase Saturation Function Consistency Checks 2024-09-03 12:35:44 +02:00
RelpermDiagnostics.cpp Move opm/core/props to opm/simulators/utils 2024-06-25 12:22:09 +02:00
RelpermDiagnostics.hpp Move opm/core/props to opm/simulators/utils 2024-06-25 12:22:09 +02:00
SatfuncConsistencyChecks.cpp Add MPI Support to Saturation Function Consistency Checks 2024-06-28 11:04:53 +02:00
SatfuncConsistencyChecks.hpp Add Oil Phase Saturation Function Consistency Checks 2024-09-03 12:35:44 +02:00
ThreePointHorizontalConsistencyChecks.cpp Add Saturation Function Consistency Checks for SCALECRS 2024-09-05 10:36:43 +02:00
ThreePointHorizontalConsistencyChecks.hpp Add Saturation Function Consistency Checks for SCALECRS 2024-09-05 10:36:43 +02:00
WaterPhaseConsistencyChecks.cpp Add Water Phase Saturation Function Consistency Checks 2024-09-04 13:47:33 +02:00
WaterPhaseConsistencyChecks.hpp Add Water Phase Saturation Function Consistency Checks 2024-09-04 13:47:33 +02:00