Uses of Enum Class
neqsim.process.equipment.distillation.RateBasedPackedColumn.FilmModel
Packages that use RateBasedPackedColumn.FilmModel
-
Uses of RateBasedPackedColumn.FilmModel in neqsim.process.equipment.distillation
Subclasses with type arguments of type RateBasedPackedColumn.FilmModel in neqsim.process.equipment.distillationModifier and TypeClassDescriptionstatic enumFilm-model options for component transfer across the gas-liquid interface.Fields in neqsim.process.equipment.distillation declared as RateBasedPackedColumn.FilmModelModifier and TypeFieldDescriptionprivate RateBasedPackedColumn.FilmModelRateBasedPackedColumn.filmModelMulticomponent film model used for component-transfer calculations.Methods in neqsim.process.equipment.distillation that return RateBasedPackedColumn.FilmModelModifier and TypeMethodDescriptionRateBasedPackedColumn.getFilmModel()Get the active gas-liquid film model.Returns the enum constant of this class with the specified name.static RateBasedPackedColumn.FilmModel[]RateBasedPackedColumn.FilmModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.distillation with parameters of type RateBasedPackedColumn.FilmModelModifier and TypeMethodDescriptionvoidRateBasedPackedColumn.setFilmModel(RateBasedPackedColumn.FilmModel filmModel) Set the gas-liquid film model used for component transfer.