adapt to renamed GasLift(Group|Well)

This commit is contained in:
Arne Morten Kvarving
2023-01-09 13:50:05 +01:00
parent 0a35edd0f5
commit e68d05a147
4 changed files with 9 additions and 9 deletions

View File

@@ -1304,7 +1304,7 @@ GasLiftSingleWellGeneric::tryIncreaseLiftGas_()
}
void
GasLiftSingleWellGeneric::setAlqMinRate_(const GasLiftOpt::Well& well)
GasLiftSingleWellGeneric::setAlqMinRate_(const GasLiftWell& well)
{
// NOTE: According to WLIFTOPT item 5 :
// if min_rate() is negative, it means: allocate at least enough lift gas
@@ -1394,7 +1394,7 @@ GasLiftSingleWellGeneric::updateRatesToGroupLimits_(const BasicRates& old_rates,
// Called when we should use a fixed ALQ value
void
GasLiftSingleWellGeneric::updateWellStateAlqFixedValue_(const GasLiftOpt::Well& well)
GasLiftSingleWellGeneric::updateWellStateAlqFixedValue_(const GasLiftWell& well)
{
auto& max_alq_optional = well.max_rate();
if (max_alq_optional) {
@@ -1421,7 +1421,7 @@ GasLiftSingleWellGeneric::updateWellStateAlqFixedValue_(const GasLiftOpt::Well&
// value that can be set either in Item 3 of this keyword, or in
// Item 12 of keyword WCONPROD, or with keyword WELTARG.
bool
GasLiftSingleWellGeneric::useFixedAlq_(const GasLiftOpt::Well& well)
GasLiftSingleWellGeneric::useFixedAlq_(const GasLiftWell& well)
{
auto wliftopt_item2 = well.use_glo();
if (wliftopt_item2) {