Uses of Enum Class
neqsim.process.equipment.distillation.RateBasedPackedColumn.ColumnSolver
Packages that use RateBasedPackedColumn.ColumnSolver
-
Uses of RateBasedPackedColumn.ColumnSolver in neqsim.process.equipment.distillation
Subclasses with type arguments of type RateBasedPackedColumn.ColumnSolver in neqsim.process.equipment.distillationModifier and TypeClassDescriptionstatic enumColumn-level profile solver options.Fields in neqsim.process.equipment.distillation declared as RateBasedPackedColumn.ColumnSolverModifier and TypeFieldDescriptionRateBasedPackedColumn.columnSolverColumn-level profile solver used for counter-current coupling.Methods in neqsim.process.equipment.distillation that return RateBasedPackedColumn.ColumnSolverModifier and TypeMethodDescriptionRateBasedPackedColumn.getColumnSolver()Get the active column-level profile solver.Returns the enum constant of this class with the specified name.static RateBasedPackedColumn.ColumnSolver[]RateBasedPackedColumn.ColumnSolver.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.ColumnSolverModifier and TypeMethodDescriptionvoidRateBasedPackedColumn.setColumnSolver(RateBasedPackedColumn.ColumnSolver columnSolver) Set the column-level profile solver.