Uses of Enum Class
neqsim.process.equipment.separator.entrainment.MultiphaseFlowRegime.FlowRegime
Packages that use MultiphaseFlowRegime.FlowRegime
Package
Description
-
Uses of MultiphaseFlowRegime.FlowRegime in neqsim.process.equipment.separator
Methods in neqsim.process.equipment.separator that return MultiphaseFlowRegime.FlowRegimeModifier and TypeMethodDescriptionSeparator.getInletFlowRegime()Gets the predicted inlet flow regime from the last enhanced calculation. -
Uses of MultiphaseFlowRegime.FlowRegime in neqsim.process.equipment.separator.entrainment
Subclasses with type arguments of type MultiphaseFlowRegime.FlowRegime in neqsim.process.equipment.separator.entrainmentModifier and TypeClassDescriptionstatic enumEnumeration of two-phase gas-liquid flow regimes.Fields in neqsim.process.equipment.separator.entrainment declared as MultiphaseFlowRegime.FlowRegimeModifier and TypeFieldDescriptionprivate MultiphaseFlowRegime.FlowRegimeSeparatorPerformanceCalculator.inletFlowRegimeFlow regime at separator inlet.private MultiphaseFlowRegime.FlowRegimeMultiphaseFlowRegime.predictedRegimeMethods in neqsim.process.equipment.separator.entrainment that return MultiphaseFlowRegime.FlowRegimeModifier and TypeMethodDescriptionSeparatorPerformanceCalculator.getInletFlowRegime()Gets the predicted inlet flow regime.MultiphaseFlowRegime.getPredictedRegime()Gets the predicted flow regime.private MultiphaseFlowRegime.FlowRegimeMultiphaseFlowRegime.predictHorizontal()Predicts horizontal flow regime using simplified Mandhane-Gregory-Aziz (1974) boundaries.private MultiphaseFlowRegime.FlowRegimeMultiphaseFlowRegime.predictVertical()Predicts vertical flow regime using simplified Taitel-Dukler-Barnea (1980) criteria.Returns the enum constant of this class with the specified name.static MultiphaseFlowRegime.FlowRegime[]MultiphaseFlowRegime.FlowRegime.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.separator.entrainment with parameters of type MultiphaseFlowRegime.FlowRegimeModifier and TypeMethodDescriptionprivate DropletSizeDistributionMultiphaseFlowRegime.generateDSDForRegime(MultiphaseFlowRegime.FlowRegime regime) Generates the expected inlet droplet size distribution for a given flow regime.