Class GasLiftCalculator.GasLiftResult
java.lang.Object
neqsim.process.fielddevelopment.screening.GasLiftCalculator.GasLiftResult
- All Implemented Interfaces:
Serializable
- Enclosing class:
GasLiftCalculator
Gas lift calculation result.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleCompression power required (kW).booleanWhether gas lift is feasible.doubleGas injection rate at optimal (MSm3/day).doubleProduction increase percentage.doubleNatural flow rate without gas lift (Sm3/day).doubleOil production rate at optimal GLR (Sm3/day).doubleOptimal total GLR (Sm3/Sm3).Performance curve data.private static final longValve positions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets compression power.doubleGets injection rate at optimal GLR.doubleGets oil rate at optimal GLR.doubleGets optimal GLR.intGets number of gas lift valves.toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
naturalFlowRate
public double naturalFlowRateNatural flow rate without gas lift (Sm3/day). -
optimalGLR
public double optimalGLROptimal total GLR (Sm3/Sm3). -
oilRateAtOptimal
public double oilRateAtOptimalOil production rate at optimal GLR (Sm3/day). -
injectionRateAtOptimal
public double injectionRateAtOptimalGas injection rate at optimal (MSm3/day). -
compressionPower
public double compressionPowerCompression power required (kW). -
liftIncrease
public double liftIncreaseProduction increase percentage. -
feasible
public boolean feasibleWhether gas lift is feasible. -
valvePositions
Valve positions. -
performanceCurve
Performance curve data.
-
-
Constructor Details
-
GasLiftResult
public GasLiftResult()
-
-
Method Details
-
getOptimalGLR
public double getOptimalGLR()Gets optimal GLR.- Returns:
- optimal GLR (Sm3/Sm3)
-
getOilRate
public double getOilRate()Gets oil rate at optimal GLR.- Returns:
- oil rate (Sm3/day)
-
getInjectionRate
public double getInjectionRate()Gets injection rate at optimal GLR.- Returns:
- injection rate (MSm3/day)
-
getCompressionPower
public double getCompressionPower()Gets compression power.- Returns:
- power (kW)
-
getValveCount
public int getValveCount()Gets number of gas lift valves.- Returns:
- valve count
-
toString
-