mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Accommodate for PPCWMAX in SWATINIT equilibration
This commit is contained in:
@@ -544,7 +544,7 @@ private:
|
||||
/// \param[in] pcow O/W capillary pressure value (Po - Pw).
|
||||
///
|
||||
/// \return Water saturation value.
|
||||
double applySwatInit(const double pcow);
|
||||
std::tuple<double, bool> applySwatInit(const double pcow);
|
||||
|
||||
/// Derive water saturation from SWATINIT data.
|
||||
///
|
||||
@@ -558,7 +558,7 @@ private:
|
||||
///
|
||||
/// \return Water saturation value. Input value, possibly mollified by
|
||||
/// current set of material laws.
|
||||
double applySwatInit(const double pc, const double sw);
|
||||
std::tuple<double, bool> applySwatInit(const double pc, const double sw);
|
||||
|
||||
/// Invoke material law container's capillary pressure calculator on
|
||||
/// current fluid state.
|
||||
|
||||
Reference in New Issue
Block a user