mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 00:01:57 -06:00
ebos: do not mistake the pressure for the gas saturation anymore
this is a copy-and-pasto that was introduced with #189.
This commit is contained in:
parent
89b21eb641
commit
3b37038043
@ -1229,7 +1229,7 @@ private:
|
||||
gasSaturationData.resize(numCartesianCells, 0.0);
|
||||
|
||||
const std::vector<double>& pressureData =
|
||||
gasSaturationData = eclProps.getDoubleGridProperty("PRESSURE").getData();
|
||||
eclProps.getDoubleGridProperty("PRESSURE").getData();
|
||||
std::vector<double> rsData;
|
||||
if (FluidSystem::enableDissolvedGas())
|
||||
rsData = eclProps.getDoubleGridProperty("RS").getData();
|
||||
|
Loading…
Reference in New Issue
Block a user