Gas lift optimization for two-phase oil-water.

Add gas lift optimization support for two-phase oil-water flow.
This commit is contained in:
Håkon Hægland
2022-02-17 09:15:56 +01:00
parent 0203939bc6
commit 438a712e54
10 changed files with 96 additions and 27 deletions

View File

@@ -900,6 +900,7 @@ namespace Opm
case Well::ProducerCMode::THP:
{
auto rates = ws.surface_rates;
this->adaptRatesForVFP(rates);
double bhp = this->calculateBhpFromThp(well_state, rates, well, summaryState, this->getRefDensity(), deferred_logger);
ws.bhp = bhp;