Merge pull request #3837 from totto82/wvfpexp

Add option for explicit vfp lookup for problematic wells
This commit is contained in:
Tor Harald Sandve
2022-09-09 10:00:02 +02:00
committed by GitHub
21 changed files with 155 additions and 45 deletions

View File

@@ -856,7 +856,10 @@ namespace WellGroupHelpers
rates[BlackoilPhases::Liquid],
rates[BlackoilPhases::Vapour],
up_press,
alq);
alq,
0.0, //explicit_wfr
0.0, //explicit_gfr
false); //use_expvfp we dont support explicit lookup
#define EXTRA_DEBUG_NETWORK 0
#if EXTRA_DEBUG_NETWORK
std::ostringstream oss;