Uses of Enum Class
neqsim.process.equipment.pipeline.twophasepipe.FlowRegimeDetector.DetectionMethod
Packages that use FlowRegimeDetector.DetectionMethod
Package
Description
Transient multiphase pipe flow models.
-
Uses of FlowRegimeDetector.DetectionMethod in neqsim.process.equipment.pipeline.twophasepipe
Subclasses with type arguments of type FlowRegimeDetector.DetectionMethod in neqsim.process.equipment.pipeline.twophasepipeModifier and TypeClassDescriptionstatic enumFlow regime detection method.Fields in neqsim.process.equipment.pipeline.twophasepipe declared as FlowRegimeDetector.DetectionMethodMethods in neqsim.process.equipment.pipeline.twophasepipe that return FlowRegimeDetector.DetectionMethodModifier and TypeMethodDescriptionFlowRegimeDetector.getDetectionMethod()Get the current detection method.Returns the enum constant of this class with the specified name.static FlowRegimeDetector.DetectionMethod[]FlowRegimeDetector.DetectionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.pipeline.twophasepipe with parameters of type FlowRegimeDetector.DetectionMethodModifier and TypeMethodDescriptionvoidFlowRegimeDetector.setDetectionMethod(FlowRegimeDetector.DetectionMethod method) Set the detection method for flow regime identification.