Class GasLiftOptimizer.WellData
java.lang.Object
neqsim.process.fielddevelopment.screening.GasLiftOptimizer.WellData
- All Implemented Interfaces:
Serializable
- Enclosing class:
GasLiftOptimizer
Well data for optimization.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) GasLiftOptimizer.PerformanceCurve(package private) boolean(package private) double(package private) double(package private) String(package private) doubleprivate static final long -
Constructor Summary
ConstructorsConstructorDescriptionWellData(String name, GasLiftOptimizer.PerformanceCurve curve, double maxGasRate) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
String name -
curve
-
maxGasRate
double maxGasRate -
minGasRate
double minGasRate -
enabled
boolean enabled -
priority
double priority
-
-
Constructor Details
-
WellData
WellData(String name, GasLiftOptimizer.PerformanceCurve curve, double maxGasRate)
-