mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Added suport for new Threshold Pressure behavior
This commit is contained in:
parent
5bfdda0c3b
commit
6c85751d91
@ -363,7 +363,7 @@ try
|
||||
// initialize variables
|
||||
simtimer.init(timeMap);
|
||||
|
||||
std::vector<double> threshold_pressures = thresholdPressures(eclipseState, grid);
|
||||
std::vector<double> threshold_pressures = thresholdPressures(parseMode, eclipseState, grid);
|
||||
|
||||
SimulatorFullyImplicitBlackoil< Grid > simulator(param,
|
||||
grid,
|
||||
|
@ -373,7 +373,7 @@ try
|
||||
// initialize variables
|
||||
simtimer.init(timeMap);
|
||||
|
||||
std::vector<double> threshold_pressures = thresholdPressures(eclipseState, grid);
|
||||
std::vector<double> threshold_pressures = thresholdPressures(parseMode, eclipseState, grid);
|
||||
|
||||
SimulatorFullyImplicitBlackoilSolvent< Grid > simulator(param,
|
||||
grid,
|
||||
|
Loading…
Reference in New Issue
Block a user