mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 09:40:59 -06: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:
parent
1a222158c1
commit
6ed2d95929
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user