mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
GasLiftSingleWell: drop undefined symbols
This commit is contained in:
parent
e8603dfea3
commit
82d125d1c0
@ -69,7 +69,6 @@ namespace Opm
|
|||||||
static const int Gas = BlackoilPhases::Vapour;
|
static const int Gas = BlackoilPhases::Vapour;
|
||||||
static constexpr double ALQ_EPSILON = 1e-8;
|
static constexpr double ALQ_EPSILON = 1e-8;
|
||||||
struct OptimizeState;
|
struct OptimizeState;
|
||||||
class Stage2State;
|
|
||||||
public:
|
public:
|
||||||
GasLiftSingleWell(
|
GasLiftSingleWell(
|
||||||
const StdWell &std_well,
|
const StdWell &std_well,
|
||||||
@ -81,12 +80,9 @@ namespace Opm
|
|||||||
struct GradInfo;
|
struct GradInfo;
|
||||||
std::optional<GradInfo> calcIncOrDecGradient(
|
std::optional<GradInfo> calcIncOrDecGradient(
|
||||||
double oil_rate, double gas_rate, double alq, bool increase) const;
|
double oil_rate, double gas_rate, double alq, bool increase) const;
|
||||||
std::pair<double, double> getStage2Rates();
|
|
||||||
const WellInterface<TypeTag> &getStdWell() const { return std_well_; }
|
const WellInterface<TypeTag> &getStdWell() const { return std_well_; }
|
||||||
bool hasStage2Rates();
|
|
||||||
std::unique_ptr<GasLiftWellState> runOptimize();
|
std::unique_ptr<GasLiftWellState> runOptimize();
|
||||||
const std::string& name() const {return well_name_; }
|
const std::string& name() const {return well_name_; }
|
||||||
void updateStage2State(const GradInfo &gi, bool increase);
|
|
||||||
|
|
||||||
struct GradInfo
|
struct GradInfo
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user