Uses of Enum Class
neqsim.process.equipment.pipeline.twophasepipe.numerics.TimeIntegrator.Method
Packages that use TimeIntegrator.Method
Package
Description
Numerical methods for two-fluid multiphase pipe flow solver.
-
Uses of TimeIntegrator.Method in neqsim.process.equipment.pipeline.twophasepipe.numerics
Subclasses with type arguments of type TimeIntegrator.Method in neqsim.process.equipment.pipeline.twophasepipe.numericsFields in neqsim.process.equipment.pipeline.twophasepipe.numerics declared as TimeIntegrator.MethodModifier and TypeFieldDescriptionprivate TimeIntegrator.MethodTimeIntegrator.methodCurrent integration method.Methods in neqsim.process.equipment.pipeline.twophasepipe.numerics that return TimeIntegrator.MethodModifier and TypeMethodDescriptionTimeIntegrator.getMethod()Get integration method.static TimeIntegrator.MethodReturns the enum constant of this class with the specified name.static TimeIntegrator.Method[]TimeIntegrator.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.pipeline.twophasepipe.numerics with parameters of type TimeIntegrator.MethodModifier and TypeMethodDescriptionvoidTimeIntegrator.setMethod(TimeIntegrator.Method method) Set integration method.Constructors in neqsim.process.equipment.pipeline.twophasepipe.numerics with parameters of type TimeIntegrator.MethodModifierConstructorDescriptionTimeIntegrator(TimeIntegrator.Method method) Constructor with method selection.