Enum Class RateBasedPackedColumn.FilmModel

java.lang.Object
java.lang.Enum<RateBasedPackedColumn.FilmModel>
neqsim.process.equipment.distillation.RateBasedPackedColumn.FilmModel
All Implemented Interfaces:
Serializable, Comparable<RateBasedPackedColumn.FilmModel>, Constable
Enclosing class:
RateBasedPackedColumn

public static enum RateBasedPackedColumn.FilmModel extends Enum<RateBasedPackedColumn.FilmModel>
Film-model options for component transfer across the gas-liquid interface.
Version:
1.0
Author:
NeqSim
  • Enum Constant Details

    • OVERALL_TWO_RESISTANCE

      public static final RateBasedPackedColumn.FilmModel OVERALL_TWO_RESISTANCE
      Classic two-resistance calculation using scalar gas and liquid film coefficients.
    • MAXWELL_STEFAN_MATRIX

      public static final RateBasedPackedColumn.FilmModel MAXWELL_STEFAN_MATRIX
      Maxwell-Stefan matrix correction using NeqSim binary diffusivities and phase composition.
  • Constructor Details

    • FilmModel

      private FilmModel()
  • Method Details

    • values

      public static RateBasedPackedColumn.FilmModel[] 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 RateBasedPackedColumn.FilmModel 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