mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Create oil-in-place data if overall efficiency is requested by output.
This commit is contained in:
parent
babf06eade
commit
12bd67e248
@ -924,7 +924,7 @@ namespace Opm
|
||||
data::TargetType::SUMMARY );
|
||||
}
|
||||
// Oil in place (in liquid and gas phases)
|
||||
if (hasFRBKeyword(summaryConfig, "OIP")) {
|
||||
if (hasFRBKeyword(summaryConfig, "OIP") || hasFRBKeyword(summaryConfig, "OE")) {
|
||||
output.insert("OIP",
|
||||
Opm::UnitSystem::measure::volume,
|
||||
std::move( oip ),
|
||||
|
Loading…
Reference in New Issue
Block a user