Class GasLiftCalculator.PerformancePoint

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

public static class GasLiftCalculator.PerformancePoint extends Object implements Serializable
Performance curve point.
Version:
1.0
Author:
ESOL
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • totalGLR

      public double totalGLR
      Total GLR (Sm3/Sm3).
    • injectionGLR

      public double injectionGLR
      Injection GLR (Sm3/Sm3).
    • productionRate

      public double productionRate
      Production rate (Sm3/day).
    • injectionRate

      public double injectionRate
      Injection rate (MSm3/day).
  • Constructor Details

    • PerformancePoint

      public PerformancePoint()