Enum Class EntrainmentDeposition.EntrainmentModel
java.lang.Object
java.lang.Enum<EntrainmentDeposition.EntrainmentModel>
neqsim.process.equipment.pipeline.twophasepipe.EntrainmentDeposition.EntrainmentModel
- All Implemented Interfaces:
Serializable, Comparable<EntrainmentDeposition.EntrainmentModel>, Constable
- Enclosing class:
EntrainmentDeposition
public static enum EntrainmentDeposition.EntrainmentModel
extends Enum<EntrainmentDeposition.EntrainmentModel>
Model for entrainment rate calculation.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIshii-Mishima correlation.Oliemans-Pots-Trupe correlation.Pan-Hanratty correlation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ISHII_MISHIMA
Ishii-Mishima correlation. -
PAN_HANRATTY
Pan-Hanratty correlation. -
OLIEMANS
Oliemans-Pots-Trupe correlation.
-
-
Constructor Details
-
EntrainmentModel
private EntrainmentModel()
-
-
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
-