mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-14 13:44:50 -05:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user