mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 16:21:56 -06:00
Merge pull request #2994 from bska/fix-bosat-smry-2p
Extract SOIL Directly for 'BOSAT' Summary Vector
This commit is contained in:
commit
ca8cd922ac
@ -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