GasLiftSingleWell: drop undefined symbols

This commit is contained in:
Arne Morten Kvarving 2021-05-20 14:17:34 +02:00
parent e8603dfea3
commit 82d125d1c0

View File

@ -69,7 +69,6 @@ namespace Opm
static const int Gas = BlackoilPhases::Vapour;
static constexpr double ALQ_EPSILON = 1e-8;
struct OptimizeState;
class Stage2State;
public:
GasLiftSingleWell(
const StdWell &std_well,
@ -81,12 +80,9 @@ namespace Opm
struct GradInfo;
std::optional<GradInfo> calcIncOrDecGradient(
double oil_rate, double gas_rate, double alq, bool increase) const;
std::pair<double, double> getStage2Rates();
const WellInterface<TypeTag> &getStdWell() const { return std_well_; }
bool hasStage2Rates();
std::unique_ptr<GasLiftWellState> runOptimize();
const std::string& name() const {return well_name_; }
void updateStage2State(const GradInfo &gi, bool increase);
struct GradInfo
{