mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add output of GMST/GMUS
Rename GMTR to GMMO as ending with TR are used for tracers [FR]GMTR output maximum trapped CO2 in the gas phase
This commit is contained in:
@@ -128,10 +128,10 @@ std::string EclString(const Opm::Inplace::Phase phase)
|
||||
return "GMDS";
|
||||
|
||||
case Opm::Inplace::Phase::CO2MassInGasPhaseInMob:
|
||||
return "GMTR";
|
||||
return "GCDI_KG"; //Not used
|
||||
|
||||
case Opm::Inplace::Phase::CO2MassInGasPhaseMob:
|
||||
return "GMMO";
|
||||
return "GKDM_KG"; //Not used
|
||||
|
||||
case Opm::Inplace::Phase::CO2MassInGasPhaseInMobKrg:
|
||||
return "GKTR";
|
||||
@@ -139,6 +139,18 @@ std::string EclString(const Opm::Inplace::Phase phase)
|
||||
case Opm::Inplace::Phase::CO2MassInGasPhaseMobKrg:
|
||||
return "GKMO";
|
||||
|
||||
case Opm::Inplace::Phase::CO2MassInGasPhaseMaximumTrapped:
|
||||
return "GMIM";
|
||||
|
||||
case Opm::Inplace::Phase::CO2MassInGasPhaseMaximumUnTrapped:
|
||||
return "GMMO";
|
||||
|
||||
case Opm::Inplace::Phase::CO2MassInGasPhaseEffectiveTrapped:
|
||||
return "GMST";
|
||||
|
||||
case Opm::Inplace::Phase::CO2MassInGasPhaseEffectiveUnTrapped:
|
||||
return "GMUS";
|
||||
|
||||
default:
|
||||
throw std::logic_error {
|
||||
fmt::format("Phase enum with integer value: "
|
||||
|
||||
Reference in New Issue
Block a user