mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
summary for immobile free-phase at saturations for which the nonwetting relative permeability equals zero
This commit is contained in:
@@ -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: "
|
||||
|
||||
Reference in New Issue
Block a user