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
  • Enum Constant Details

    • ONDA_1968

      public static final RateBasedAbsorber.MassTransferModel 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

      public static final RateBasedAbsorber.MassTransferModel 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

      public static RateBasedAbsorber.MassTransferModel[] 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

      public static RateBasedAbsorber.MassTransferModel valueOf(String name)
      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 name
      NullPointerException - if the argument is null