Enum Class WellSystem.IPRModel

java.lang.Object
java.lang.Enum<WellSystem.IPRModel>
neqsim.process.equipment.reservoir.WellSystem.IPRModel
All Implemented Interfaces:
Serializable, Comparable<WellSystem.IPRModel>, Constable
Enclosing class:
WellSystem

public static enum WellSystem.IPRModel extends Enum<WellSystem.IPRModel>
IPR model types supported by WellSystem.
Version:
1.0
Author:
Even Solbraa
  • Enum Constant Details

    • PRODUCTION_INDEX

      public static final WellSystem.IPRModel PRODUCTION_INDEX
      Constant productivity index (Darcy linear or squared-pressure).
    • VOGEL

      public static final WellSystem.IPRModel VOGEL
      Vogel (1968) - Solution gas drive oil wells.
    • FETKOVICH

      public static final WellSystem.IPRModel FETKOVICH
      Fetkovich (1973) - Gas wells and high-rate oil wells.
    • BACKPRESSURE

      public static final WellSystem.IPRModel BACKPRESSURE
      Backpressure with non-Darcy (turbulence) term.
    • JONES_BLOUNT_GLAZE

      public static final WellSystem.IPRModel JONES_BLOUNT_GLAZE
      Jones, Blount & Glaze (1976) - Accounts for rate-dependent skin.
    • TABLE

      public static final WellSystem.IPRModel TABLE
      Table-driven IPR from well test data.
  • Constructor Details

    • IPRModel

      private IPRModel()
  • Method Details

    • values

      public static WellSystem.IPRModel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WellSystem.IPRModel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null