Uses of Class
neqsim.process.equipment.pipeline.twophasepipe.closure.OilWaterFlowRegimeDetector.OilWaterResult
Packages that use OilWaterFlowRegimeDetector.OilWaterResult
Package
Description
Transient multiphase pipe flow models.
Closure relations for two-fluid multiphase pipe flow model.
-
Uses of OilWaterFlowRegimeDetector.OilWaterResult in neqsim.process.equipment.pipeline.twophasepipe
Fields in neqsim.process.equipment.pipeline.twophasepipe declared as OilWaterFlowRegimeDetector.OilWaterResultModifier and TypeFieldDescriptionTwoFluidSection.oilWaterResultCurrent oil-water flow regime result (null until first detection).Methods in neqsim.process.equipment.pipeline.twophasepipe that return OilWaterFlowRegimeDetector.OilWaterResultModifier and TypeMethodDescriptionTwoFluidSection.getOilWaterResult()Get the full oil-water detection result including effective viscosity, inversion point, etc. -
Uses of OilWaterFlowRegimeDetector.OilWaterResult in neqsim.process.equipment.pipeline.twophasepipe.closure
Methods in neqsim.process.equipment.pipeline.twophasepipe.closure that return OilWaterFlowRegimeDetector.OilWaterResultModifier and TypeMethodDescriptionOilWaterFlowRegimeDetector.detect(double waterCut, double mixtureVelocity, double rhoOil, double rhoWater, double muOil, double muWater, double sigmaOW, double pipeDiameter, double inclination) Detect oil-water flow regime and compute associated properties.