mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Change output name of Region Pore Volume
This commit is contained in:
parent
e58e3425a8
commit
cddc8044b3
@ -133,7 +133,7 @@ class EclOutputBlackOilModule
|
|||||||
case FipDataType::OilInPlaceInGasPhase: return "OIPG";
|
case FipDataType::OilInPlaceInGasPhase: return "OIPG";
|
||||||
case FipDataType::GasInPlaceInLiquidPhase: return "GIPL";
|
case FipDataType::GasInPlaceInLiquidPhase: return "GIPL";
|
||||||
case FipDataType::GasInPlaceInGasPhase: return "GIPG";
|
case FipDataType::GasInPlaceInGasPhase: return "GIPG";
|
||||||
case FipDataType::PoreVolume: return "PV";
|
case FipDataType::PoreVolume: return "RPV";
|
||||||
}
|
}
|
||||||
throw std::logic_error("fip_type: " + std::to_string(fip_type) + " not recognized");
|
throw std::logic_error("fip_type: " + std::to_string(fip_type) + " not recognized");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user