Update GMDS and GMGP definitions in GenericOutputBlackoilModule.cpp

Should GMDS be CO2 dissolved in water phase and GMGP be CO2 in gas phase (rather than the other way around)?
This commit is contained in:
Matthew Goodfield 2024-04-17 12:31:10 +01:00 committed by GitHub
parent 1a222158c1
commit 6ed2d95929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,10 +122,10 @@ std::string EclString(const Opm::Inplace::Phase phase)
return "GMIP";
case Opm::Inplace::Phase::CO2MassInWaterPhase:
return "GMGP";
return "GMDS";
case Opm::Inplace::Phase::CO2MassInGasPhase:
return "GMDS";
return "GMGP";
case Opm::Inplace::Phase::CO2MassInGasPhaseInMob:
return "GMTR";