Uses of Enum Class
neqsim.process.equipment.util.AccelerationMethod
Packages that use AccelerationMethod
-
Uses of AccelerationMethod in neqsim.process.equipment.util
Subclasses with type arguments of type AccelerationMethod in neqsim.process.equipment.utilModifier and TypeClassDescriptionenumEnumeration of convergence acceleration methods for recycle calculations.Fields in neqsim.process.equipment.util declared as AccelerationMethodMethods in neqsim.process.equipment.util that return AccelerationMethodModifier and TypeMethodDescriptionRecycle.getAccelerationMethod()Gets the current acceleration method used for convergence.static AccelerationMethodReturns the enum constant of this class with the specified name.static AccelerationMethod[]AccelerationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.util with parameters of type AccelerationMethodModifier and TypeMethodDescriptionvoidRecycle.setAccelerationMethod(AccelerationMethod method) Sets the acceleration method for convergence.voidRecycleController.setAccelerationMethod(AccelerationMethod method) Sets the acceleration method for all recycles managed by this controller.voidRecycleController.setAccelerationMethod(AccelerationMethod method, int priority) Sets the acceleration method for recycles at the specified priority level.