Add the option to include gas lift for network calculations.

This commit is contained in:
Atgeirr Flø Rasmussen
2020-11-09 15:04:45 +01:00
parent 307315a03d
commit 8716dbfcfd
3 changed files with 15 additions and 3 deletions

View File

@@ -264,7 +264,9 @@ namespace WellGroupHelpers
std::map<std::string, double>
computeNetworkPressures(const Opm::Network::ExtNetwork& network,
const WellStateFullyImplicitBlackoil& well_state,
const VFPProdProperties& vfp_prod_props);
const VFPProdProperties& vfp_prod_props,
const Schedule& schedule,
const int report_time_step);
GuideRate::RateVector
getRateVector(const WellStateFullyImplicitBlackoil& well_state, const PhaseUsage& pu, const std::string& name);