opm-simulators/opm/simulators
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
..
aquifers AquiferAnalytical: add missing include 2024-07-01 12:06:47 +02:00
flow changed: subclass Main for python 2024-09-09 14:28:20 +02:00
linalg update the name of the solver to fit with gpuistl 2024-09-10 14:10:58 +02:00
timestepping parametersystem.hh: rename to .hpp 2024-09-05 10:07:40 +02:00
utils Fix Consistency Check for Maximum Gas Saturation 2024-09-10 15:44:16 +02:00
wells parametersystem.hh: rename to .hpp 2024-09-05 10:07:40 +02:00
opm-simulators_doxygen_main.hpp Remove reference to ebos in doxygen header 2024-02-06 14:01:55 +01:00