Class ArtificialLiftScreener.ScreeningResult

java.lang.Object
neqsim.process.fielddevelopment.screening.ArtificialLiftScreener.ScreeningResult
All Implemented Interfaces:
Serializable
Enclosing class:
ArtificialLiftScreener

public static class ArtificialLiftScreener.ScreeningResult extends Object implements Serializable
Screening result containing all evaluated methods.
Version:
1.0
Author:
ESOL
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • wellDepth

      public double wellDepth
      Well depth (m).
    • reservoirPressure

      public double reservoirPressure
      Reservoir pressure (bara).
    • reservoirTemperature

      public double reservoirTemperature
      Reservoir temperature (°C).
    • productivityIndex

      public double productivityIndex
      Productivity index (Sm3/day/bar).
    • waterCut

      public double waterCut
      Water cut (fraction).
    • naturalFlowRate

      public double naturalFlowRate
      Natural flow rate (Sm3/day).
    • methods

    • recommendedMethod

      private ArtificialLiftScreener.MethodResult recommendedMethod
  • Constructor Details

    • ScreeningResult

      public ScreeningResult()
  • Method Details