Class GasLiftCalculator.ValvePosition
java.lang.Object
neqsim.process.fielddevelopment.screening.GasLiftCalculator.ValvePosition
- All Implemented Interfaces:
Serializable
- Enclosing class:
GasLiftCalculator
Gas lift valve position.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleClosing pressure (bara).doubleValve depth (m TVD).booleanWhether this is the operating valve.doubleOpening pressure (bara).private static final longintValve number (1 = top). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
valveNumber
public int valveNumberValve number (1 = top). -
depth
public double depthValve depth (m TVD). -
openingPressure
public double openingPressureOpening pressure (bara). -
closingPressure
public double closingPressureClosing pressure (bara). -
isOperatingValve
public boolean isOperatingValveWhether this is the operating valve.
-
-
Constructor Details
-
ValvePosition
public ValvePosition()
-
-
Method Details
-
toString
-