Uses of Enum Class
neqsim.process.mechanicaldesign.valve.choke.MultiphaseChokeFlow.FlowRegime
Packages that use MultiphaseChokeFlow.FlowRegime
Package
Description
Multiphase choke flow correlations for production operations.
-
Uses of MultiphaseChokeFlow.FlowRegime in neqsim.process.mechanicaldesign.valve.choke
Subclasses with type arguments of type MultiphaseChokeFlow.FlowRegime in neqsim.process.mechanicaldesign.valve.chokeModifier and TypeClassDescriptionstatic enumFlow regime: CRITICAL or SUBCRITICAL.Methods in neqsim.process.mechanicaldesign.valve.choke that return MultiphaseChokeFlow.FlowRegimeModifier and TypeMethodDescriptionMultiphaseChokeFlow.determineFlowRegime(SystemInterface fluid, double upstreamPressure, double downstreamPressure) Determines the flow regime (critical or subcritical).Returns the enum constant of this class with the specified name.static MultiphaseChokeFlow.FlowRegime[]MultiphaseChokeFlow.FlowRegime.values()Returns an array containing the constants of this enum class, in the order they are declared.