mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #443 from iLoop2/ThresholdPressure
Added suport for new Threshold Pressure behavior
This commit is contained in:
@@ -363,7 +363,7 @@ try
|
|||||||
// initialize variables
|
// initialize variables
|
||||||
simtimer.init(timeMap);
|
simtimer.init(timeMap);
|
||||||
|
|
||||||
std::vector<double> threshold_pressures = thresholdPressures(eclipseState, grid);
|
std::vector<double> threshold_pressures = thresholdPressures(parseMode, eclipseState, grid);
|
||||||
|
|
||||||
SimulatorFullyImplicitBlackoil< Grid > simulator(param,
|
SimulatorFullyImplicitBlackoil< Grid > simulator(param,
|
||||||
grid,
|
grid,
|
||||||
|
|||||||
@@ -373,7 +373,7 @@ try
|
|||||||
// initialize variables
|
// initialize variables
|
||||||
simtimer.init(timeMap);
|
simtimer.init(timeMap);
|
||||||
|
|
||||||
std::vector<double> threshold_pressures = thresholdPressures(eclipseState, grid);
|
std::vector<double> threshold_pressures = thresholdPressures(parseMode, eclipseState, grid);
|
||||||
|
|
||||||
SimulatorFullyImplicitBlackoilSolvent< Grid > simulator(param,
|
SimulatorFullyImplicitBlackoilSolvent< Grid > simulator(param,
|
||||||
grid,
|
grid,
|
||||||
|
|||||||
Reference in New Issue
Block a user