Accommodate for PPCWMAX in SWATINIT equilibration

This commit is contained in:
Svenn Tveit
2023-06-13 12:25:47 +02:00
parent ed591239a7
commit 745d8b5a97
3 changed files with 27 additions and 12 deletions

View File

@@ -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.