mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-20 01:32:57 -06:00
Extract SOIL Directly for 'BOSAT' Summary Vector
This works better in two-phase runs (G/O or O/W).
This commit is contained in:
parent
560a064ea7
commit
e7ca9df998
@ -804,7 +804,7 @@ public:
|
||||
else if (key.first == "BGSAT")
|
||||
val.second = Opm::getValue(fs.saturation(gasPhaseIdx));
|
||||
else if (key.first == "BOSAT")
|
||||
val.second = 1. - Opm::getValue(fs.saturation(gasPhaseIdx)) - Opm::getValue(fs.saturation(waterPhaseIdx));
|
||||
val.second = Opm::getValue(fs.saturation(oilPhaseIdx));
|
||||
else if (key.first == "BPR")
|
||||
val.second = Opm::getValue(fs.pressure(oilPhaseIdx));
|
||||
else if (key.first == "BWKR" || key.first == "BKRW")
|
||||
|
Loading…
Reference in New Issue
Block a user