mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5292 from gdfldm/patch-1
Update GMDS and GMGP definitions in GenericOutputBlackoilModule.cpp
This commit is contained in:
commit
2ea6cea895
@ -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 "GCDI_KG"; //Not used
|
||||
|
Loading…
Reference in New Issue
Block a user