Uses of Enum Class
neqsim.process.fielddevelopment.network.NetworkSolver.SolutionMode
Packages that use NetworkSolver.SolutionMode
Package
Description
Network solver package for multi-well gathering systems.
-
Uses of NetworkSolver.SolutionMode in neqsim.process.fielddevelopment.network
Subclasses with type arguments of type NetworkSolver.SolutionMode in neqsim.process.fielddevelopment.networkModifier and TypeClassDescriptionstatic enumSolution mode for the network.Fields in neqsim.process.fielddevelopment.network declared as NetworkSolver.SolutionModeModifier and TypeFieldDescriptionNetworkResult.solutionModeSolution mode used.private NetworkSolver.SolutionModeNetworkSolver.solutionModeMethods in neqsim.process.fielddevelopment.network that return NetworkSolver.SolutionModeModifier and TypeMethodDescriptionstatic NetworkSolver.SolutionModeReturns the enum constant of this class with the specified name.static NetworkSolver.SolutionMode[]NetworkSolver.SolutionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.fielddevelopment.network with parameters of type NetworkSolver.SolutionModeModifier and TypeMethodDescriptionNetworkSolver.setSolutionMode(NetworkSolver.SolutionMode mode) Sets the solution mode.