Enum Class PipeMukherjeeAndBrill.FlowPattern
java.lang.Object
java.lang.Enum<PipeMukherjeeAndBrill.FlowPattern>
neqsim.process.equipment.pipeline.PipeMukherjeeAndBrill.FlowPattern
- All Implemented Interfaces:
Serializable, Comparable<PipeMukherjeeAndBrill.FlowPattern>, Constable
- Enclosing class:
PipeMukherjeeAndBrill
public static enum PipeMukherjeeAndBrill.FlowPattern
extends Enum<PipeMukherjeeAndBrill.FlowPattern>
Flow pattern classification per Mukherjee-Brill.
- Version:
- 1.0
- Author:
- NeqSim
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAnnular flow (gas core, liquid film).Bubble flow (gas bubbles in liquid).Single-phase flow.Slug flow (alternating slugs and bubbles).Stratified flow (liquid at bottom, gas above). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PipeMukherjeeAndBrill.FlowPattern[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STRATIFIED
Stratified flow (liquid at bottom, gas above). -
SLUG
Slug flow (alternating slugs and bubbles). -
ANNULAR
Annular flow (gas core, liquid film). -
BUBBLE
Bubble flow (gas bubbles in liquid). -
SINGLE_PHASE
Single-phase flow.
-
-
Constructor Details
-
FlowPattern
private FlowPattern()
-
-
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
-