Enum Class WellSystem.IPRModel
- All Implemented Interfaces:
Serializable, Comparable<WellSystem.IPRModel>, Constable
- Enclosing class:
WellSystem
IPR model types supported by WellSystem.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBackpressure with non-Darcy (turbulence) term.Fetkovich (1973) - Gas wells and high-rate oil wells.Jones, Blount & Glaze (1976) - Accounts for rate-dependent skin.Constant productivity index (Darcy linear or squared-pressure).Table-driven IPR from well test data.Vogel (1968) - Solution gas drive oil wells. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WellSystem.IPRModelReturns the enum constant of this class with the specified name.static WellSystem.IPRModel[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PRODUCTION_INDEX
Constant productivity index (Darcy linear or squared-pressure). -
VOGEL
Vogel (1968) - Solution gas drive oil wells. -
FETKOVICH
Fetkovich (1973) - Gas wells and high-rate oil wells. -
BACKPRESSURE
Backpressure with non-Darcy (turbulence) term. -
JONES_BLOUNT_GLAZE
Jones, Blount & Glaze (1976) - Accounts for rate-dependent skin. -
TABLE
Table-driven IPR from well test data.
-
-
Constructor Details
-
IPRModel
private IPRModel()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-