summary for immobile free-phase at saturations for which the nonwetting relative permeability equals zero

This commit is contained in:
David Landa Marban
2024-04-12 15:31:22 +02:00
parent ee5ee7826f
commit 9671792106
4 changed files with 89 additions and 24 deletions

View File

@@ -106,6 +106,12 @@ std::string EclString(const Opm::Inplace::Phase phase)
case Opm::Inplace::Phase::CO2InGasPhaseMob:
return "GCDM";
case Opm::Inplace::Phase::CO2InGasPhaseInMobKrg:
return "GKDI";
case Opm::Inplace::Phase::CO2InGasPhaseMobKrg:
return "GKDM";
case Opm::Inplace::Phase::WaterInGasPhase:
return "WIPG";
@@ -127,6 +133,12 @@ std::string EclString(const Opm::Inplace::Phase phase)
case Opm::Inplace::Phase::CO2MassInGasPhaseMob:
return "GMMO";
case Opm::Inplace::Phase::CO2MassInGasPhaseInMobKrg:
return "GKTR";
case Opm::Inplace::Phase::CO2MassInGasPhaseMobKrg:
return "GKMO";
default:
throw std::logic_error {
fmt::format("Phase enum with integer value: "