Uses of Enum Class
neqsim.process.equipment.pipeline.twophasepipe.closure.OilWaterFlowRegimeDetector.OilWaterFlowRegime
Packages that use OilWaterFlowRegimeDetector.OilWaterFlowRegime
Package
Description
Transient multiphase pipe flow models.
Closure relations for two-fluid multiphase pipe flow model.
-
Uses of OilWaterFlowRegimeDetector.OilWaterFlowRegime in neqsim.process.equipment.pipeline.twophasepipe
Methods in neqsim.process.equipment.pipeline.twophasepipe that return OilWaterFlowRegimeDetector.OilWaterFlowRegimeModifier and TypeMethodDescriptionTwoFluidSection.getOilWaterFlowRegime()Get the current oil-water flow regime. -
Uses of OilWaterFlowRegimeDetector.OilWaterFlowRegime in neqsim.process.equipment.pipeline.twophasepipe.closure
Subclasses with type arguments of type OilWaterFlowRegimeDetector.OilWaterFlowRegime in neqsim.process.equipment.pipeline.twophasepipe.closureModifier and TypeClassDescriptionstatic enumOil-water flow regime enumeration.Fields in neqsim.process.equipment.pipeline.twophasepipe.closure declared as OilWaterFlowRegimeDetector.OilWaterFlowRegimeModifier and TypeFieldDescriptionOilWaterFlowRegimeDetector.OilWaterResult.regimeDetected flow regime.Methods in neqsim.process.equipment.pipeline.twophasepipe.closure that return OilWaterFlowRegimeDetector.OilWaterFlowRegimeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OilWaterFlowRegimeDetector.OilWaterFlowRegime.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.equipment.pipeline.twophasepipe.closure with parameters of type OilWaterFlowRegimeDetector.OilWaterFlowRegimeModifierConstructorDescriptionOilWaterResult(OilWaterFlowRegimeDetector.OilWaterFlowRegime regime, boolean waterWetting, double effectiveViscosity, double inversionWaterFraction, double criticalDispersionVelocity, double maxDropletDiameter, boolean oilContinuous, boolean waterDropoutRisk) Constructor for OilWaterResult.