mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3876 from hakonhagland/2p_fix
WIP: Fix assertion error for GASLIFT-02
This commit is contained in:
commit
f1c2c1e69b
@ -2388,6 +2388,7 @@ namespace Opm
|
|||||||
// solution
|
// solution
|
||||||
std::vector<double> rates(3);
|
std::vector<double> rates(3);
|
||||||
computeWellRatesWithBhpIterations(ebos_simulator, bhp, rates, deferred_logger);
|
computeWellRatesWithBhpIterations(ebos_simulator, bhp, rates, deferred_logger);
|
||||||
|
this->adaptRatesForVFP(rates);
|
||||||
return rates;
|
return rates;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user