opm-simulators/opm/simulators/utils/satfunc
Bård Skaflestad 9c246faefa Add Gas Phase Saturation Function Consistency Checks
This commit introduces a set of consistency checks for the gas phase
saturation functions.  These plug into the framework introduced in
commit c3939c544 (PR #5438).  We implement the following three checks

  - 0 <= SGL < 1
  - 0 <= SGU < 1
  - SGL <= SGCR < SGU

which collectively enable a non-negative oil saturation in the two
phase gas/oil system.
2024-09-04 11:34:39 +02:00
..
GasPhaseConsistencyChecks.cpp Add Gas Phase Saturation Function Consistency Checks 2024-09-04 11:34:39 +02:00
GasPhaseConsistencyChecks.hpp Add Gas Phase Saturation Function Consistency Checks 2024-09-04 11:34:39 +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