Uses of Enum Class
neqsim.process.fielddevelopment.network.MultiphaseFlowIntegrator.FlowRegime
Packages that use MultiphaseFlowIntegrator.FlowRegime
Package
Description
Network solver package for multi-well gathering systems.
-
Uses of MultiphaseFlowIntegrator.FlowRegime in neqsim.process.fielddevelopment.network
Subclasses with type arguments of type MultiphaseFlowIntegrator.FlowRegime in neqsim.process.fielddevelopment.networkModifier and TypeClassDescriptionstatic enumFlow regime classification.Fields in neqsim.process.fielddevelopment.network declared as MultiphaseFlowIntegrator.FlowRegimeMethods in neqsim.process.fielddevelopment.network that return MultiphaseFlowIntegrator.FlowRegimeModifier and TypeMethodDescriptionMultiphaseFlowIntegrator.PipelineResult.getFlowRegime()Get flow regime.MultiphaseFlowIntegrator.identifyFlowRegime(SystemInterface fluid, double mixVel, double liquidHoldup) Identify flow regime.Returns the enum constant of this class with the specified name.static MultiphaseFlowIntegrator.FlowRegime[]MultiphaseFlowIntegrator.FlowRegime.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 MultiphaseFlowIntegrator.FlowRegimeModifier and TypeMethodDescriptionvoidMultiphaseFlowIntegrator.PipelineResult.setFlowRegime(MultiphaseFlowIntegrator.FlowRegime regime) Set flow regime.