Uses of Enum Class
neqsim.process.equipment.distillation.RateBasedPackedColumn.SegmentSolver
Packages that use RateBasedPackedColumn.SegmentSolver
-
Uses of RateBasedPackedColumn.SegmentSolver in neqsim.process.equipment.distillation
Subclasses with type arguments of type RateBasedPackedColumn.SegmentSolver in neqsim.process.equipment.distillationModifier and TypeClassDescriptionstatic enumSegment-level coupling options.Fields in neqsim.process.equipment.distillation declared as RateBasedPackedColumn.SegmentSolverModifier and TypeFieldDescriptionRateBasedPackedColumn.segmentSolverSegment solver used for heat, mass, and interface-equilibrium coupling.Methods in neqsim.process.equipment.distillation that return RateBasedPackedColumn.SegmentSolverModifier and TypeMethodDescriptionRateBasedPackedColumn.getSegmentSolver()Get the active segment solver.Returns the enum constant of this class with the specified name.static RateBasedPackedColumn.SegmentSolver[]RateBasedPackedColumn.SegmentSolver.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.SegmentSolverModifier and TypeMethodDescriptionvoidRateBasedPackedColumn.setSegmentSolver(RateBasedPackedColumn.SegmentSolver segmentSolver) Set the segment solver used for heat and mass coupling.