mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix FOE definition
This commit is contained in:
parent
9f7de03a80
commit
98d5450ca1
@ -1731,7 +1731,7 @@ updateSummaryRegionValues(const Inplace& inplace,
|
||||
}
|
||||
|
||||
if (this->summaryConfig_.hasKeyword("FOE") && this->initialInplace_) {
|
||||
miscSummaryData["FOE"] = inplace.get(Inplace::Phase::OIL)
|
||||
miscSummaryData["FOE"] = (this->initialInplace_.value().get(Inplace::Phase::OIL) - inplace.get(Inplace::Phase::OIL))
|
||||
/ this->initialInplace_.value().get(Inplace::Phase::OIL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user