Merge pull request #3876 from hakonhagland/2p_fix

WIP: Fix assertion error for GASLIFT-02
This commit is contained in:
Tor Harald Sandve 2022-04-21 08:22:18 +02:00 committed by GitHub
commit f1c2c1e69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2388,6 +2388,7 @@ namespace Opm
// solution
std::vector<double> rates(3);
computeWellRatesWithBhpIterations(ebos_simulator, bhp, rates, deferred_logger);
this->adaptRatesForVFP(rates);
return rates;
};