Enum Class RateBasedAbsorber.MassTransferModel
java.lang.Object
java.lang.Enum<RateBasedAbsorber.MassTransferModel>
neqsim.process.equipment.absorber.RateBasedAbsorber.MassTransferModel
- All Implemented Interfaces:
Serializable, Comparable<RateBasedAbsorber.MassTransferModel>, Constable
- Enclosing class:
RateBasedAbsorber
public static enum RateBasedAbsorber.MassTransferModel
extends Enum<RateBasedAbsorber.MassTransferModel>
Mass transfer correlation model.
- Version:
- 1.0
- Author:
- NeqSim
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBillet & Schultes (1999).Onda, Takeuchi & Okumoto (1968). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RateBasedAbsorber.MassTransferModel[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ONDA_1968
Onda, Takeuchi & Okumoto (1968). Standard correlation for random and structured packing. Applicable for Reynolds numbers 0.04-500 (liquid), Schmidt numbers 0.1-10000. -
BILLET_SCHULTES_1999
Billet & Schultes (1999). More accurate for structured packing. Uses packing-specific constants CL and CV from vendor data.
-
-
Constructor Details
-
MassTransferModel
private MassTransferModel()
-
-
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
-