Enum Class MultiphaseFlowIntegrator.FlowRegime
java.lang.Object
java.lang.Enum<MultiphaseFlowIntegrator.FlowRegime>
neqsim.process.fielddevelopment.network.MultiphaseFlowIntegrator.FlowRegime
- All Implemented Interfaces:
Serializable, Comparable<MultiphaseFlowIntegrator.FlowRegime>, Constable
- Enclosing class:
MultiphaseFlowIntegrator
public static enum MultiphaseFlowIntegrator.FlowRegime
extends Enum<MultiphaseFlowIntegrator.FlowRegime>
Flow regime classification.
- Version:
- 1.0
- Author:
- ESOL
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAnnular flow.Dispersed bubble flow.Intermittent/slug flow.Stratified smooth flow.Stratified wavy flow.Unknown/undefined. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MultiphaseFlowIntegrator.FlowRegime[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STRATIFIED_SMOOTH
Stratified smooth flow. -
STRATIFIED_WAVY
Stratified wavy flow. -
INTERMITTENT
Intermittent/slug flow. -
ANNULAR
Annular flow. -
DISPERSED_BUBBLE
Dispersed bubble flow. -
UNKNOWN
Unknown/undefined.
-
-
Constructor Details
-
FlowRegime
private FlowRegime()
-
-
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
-