Class GasLiftCalculator.ValvePosition

java.lang.Object
neqsim.process.fielddevelopment.screening.GasLiftCalculator.ValvePosition
All Implemented Interfaces:
Serializable
Enclosing class:
GasLiftCalculator

public static class GasLiftCalculator.ValvePosition extends Object implements Serializable
Gas lift valve position.
Version:
1.0
Author:
ESOL
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • valveNumber

      public int valveNumber
      Valve number (1 = top).
    • depth

      public double depth
      Valve depth (m TVD).
    • openingPressure

      public double openingPressure
      Opening pressure (bara).
    • closingPressure

      public double closingPressure
      Closing pressure (bara).
    • isOperatingValve

      public boolean isOperatingValve
      Whether this is the operating valve.
  • Constructor Details

    • ValvePosition

      public ValvePosition()
  • Method Details