Enum Class MultiphaseFlowRegime.FlowRegime
java.lang.Object
java.lang.Enum<MultiphaseFlowRegime.FlowRegime>
neqsim.process.equipment.separator.entrainment.MultiphaseFlowRegime.FlowRegime
- All Implemented Interfaces:
Serializable, Comparable<MultiphaseFlowRegime.FlowRegime>, Constable
- Enclosing class:
MultiphaseFlowRegime
Enumeration of two-phase gas-liquid flow regimes.
- Version:
- 1.0
- Author:
- NeqSim team
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAnnular flow.Annular mist flow (high gas velocity).Bubble flow (vertical).Churn flow (vertical, intermediate).Dispersed bubble flow.Plug/elongated bubble flow (horizontal).Intermittent/slug flow.Stratified smooth flow (horizontal).Stratified wavy flow (horizontal). -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the regime description.Gets the human-readable display name.Returns the enum constant of this class with the specified name.static MultiphaseFlowRegime.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 (horizontal). -
STRATIFIED_WAVY
Stratified wavy flow (horizontal). -
SLUG
Intermittent/slug flow. -
PLUG
Plug/elongated bubble flow (horizontal). -
ANNULAR
Annular flow. -
ANNULAR_MIST
Annular mist flow (high gas velocity). -
DISPERSED_BUBBLE
Dispersed bubble flow. -
CHURN
Churn flow (vertical, intermediate). -
BUBBLE
Bubble flow (vertical).
-
-
Field Details
-
displayName
-
description
-
-
Constructor Details
-
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
-
getDisplayName
-
getDescription
-