mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 16:21:55 -06:00
Update flow_multisegment to match thresholdPressure() API change.
This commit is contained in:
parent
9ee2d92f3f
commit
b9e80c1950
@ -409,7 +409,9 @@ try
|
||||
// initialize variables
|
||||
simtimer.init(timeMap);
|
||||
|
||||
std::vector<double> threshold_pressures = thresholdPressures(parseMode, eclipseState, grid);
|
||||
std::map<std::pair<int, int>, double> maxDp;
|
||||
computeMaxDp(maxDp, deck, eclipseState, grid, state, props, gravity[2]);
|
||||
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, grid, maxDp);
|
||||
|
||||
SimulatorFullyImplicitBlackoilMultiSegment< Grid > simulator(param,
|
||||
grid,
|
||||
|
Loading…
Reference in New Issue
Block a user