Uses of Enum Class
neqsim.process.equipment.pipeline.PipeMukherjeeAndBrill.FlowPattern
Packages that use PipeMukherjeeAndBrill.FlowPattern
-
Uses of PipeMukherjeeAndBrill.FlowPattern in neqsim.process.equipment.pipeline
Subclasses with type arguments of type PipeMukherjeeAndBrill.FlowPattern in neqsim.process.equipment.pipelineModifier and TypeClassDescriptionstatic enumFlow pattern classification per Mukherjee-Brill.Fields in neqsim.process.equipment.pipeline declared as PipeMukherjeeAndBrill.FlowPatternModifier and TypeFieldDescriptionPipeMukherjeeAndBrill.currentFlowPatternIdentified flow pattern.Methods in neqsim.process.equipment.pipeline that return PipeMukherjeeAndBrill.FlowPatternModifier and TypeMethodDescriptionPipeMukherjeeAndBrill.determineFlowPattern(double vSl, double vSg, double rhoL, double rhoG, double muL, double sigma, double theta) Determine flow pattern using Mukherjee-Brill boundaries.PipeMukherjeeAndBrill.getFlowPatternEnum()Get the identified flow pattern enum.Returns the enum constant of this class with the specified name.static PipeMukherjeeAndBrill.FlowPattern[]PipeMukherjeeAndBrill.FlowPattern.values()Returns an array containing the constants of this enum class, in the order they are declared.