Uses of Enum Class
neqsim.process.equipment.pipeline.twophasepipe.PipeSection.FlowRegime
Packages that use PipeSection.FlowRegime
Package
Description
Transient multiphase pipe flow models.
Closure relations for two-fluid multiphase pipe flow model.
-
Uses of PipeSection.FlowRegime in neqsim.process.equipment.pipeline
Methods in neqsim.process.equipment.pipeline that return PipeSection.FlowRegimeModifier and TypeMethodDescriptionTwoFluidPipe.getFlowRegimeProfile()Get flow regime at each section. -
Uses of PipeSection.FlowRegime in neqsim.process.equipment.pipeline.twophasepipe
Subclasses with type arguments of type PipeSection.FlowRegime in neqsim.process.equipment.pipeline.twophasepipeModifier and TypeClassDescriptionstatic enumFlow regimes for two-phase pipe flow.Fields in neqsim.process.equipment.pipeline.twophasepipe declared as PipeSection.FlowRegimeMethods in neqsim.process.equipment.pipeline.twophasepipe that return PipeSection.FlowRegimeModifier and TypeMethodDescriptionFlowRegimeDetector.detectFlowRegime(PipeSection section) Detect flow regime for a pipe section.private PipeSection.FlowRegimeFlowRegimeDetector.detectFlowRegimeByMinimumSlip(PipeSection section) Detect flow regime using minimum slip criterion.private PipeSection.FlowRegimeFlowRegimeDetector.detectHorizontalFlowRegime(double U_SL, double U_SG, double D, double theta, double rho_L, double rho_G, double mu_L, double sigma) Detect flow regime for horizontal or near-horizontal pipes.private PipeSection.FlowRegimeFlowRegimeDetector.detectInclinedFlowRegime(double U_SL, double U_SG, double D, double theta, double rho_L, double rho_G, double mu_L, double sigma) Detect flow regime for inclined pipes (upward or downward).PipeSection.getFlowRegime()FlowRegimeDetector.getFlowRegimeMap(PipeSection section, double U_SL_max, double U_SG_max, int resolution) Get flow regime transition map for visualization/debugging.static PipeSection.FlowRegimeReturns the enum constant of this class with the specified name.static PipeSection.FlowRegime[]PipeSection.FlowRegime.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.pipeline.twophasepipe with parameters of type PipeSection.FlowRegimeModifier and TypeMethodDescriptionEntrainmentDeposition.calculate(PipeSection.FlowRegime flowRegime, double gasVelocity, double liquidVelocity, double gasDensity, double liquidDensity, double gasViscosity, double liquidViscosity, double surfaceTension, double diameter, double liquidHoldup) Calculate entrainment and deposition rates.voidPipeSection.setFlowRegime(PipeSection.FlowRegime flowRegime) -
Uses of PipeSection.FlowRegime in neqsim.process.equipment.pipeline.twophasepipe.closure
Methods in neqsim.process.equipment.pipeline.twophasepipe.closure with parameters of type PipeSection.FlowRegimeModifier and TypeMethodDescriptiondoubleInterfacialFriction.calcInterfacialForce(PipeSection.FlowRegime flowRegime, double gasVelocity, double liquidVelocity, double gasDensity, double liquidDensity, double gasViscosity, double liquidViscosity, double liquidHoldup, double diameter, double surfaceTension) Calculate the interfacial friction force per unit pipe length.InterfacialFriction.calculate(PipeSection.FlowRegime flowRegime, double gasVelocity, double liquidVelocity, double gasDensity, double liquidDensity, double gasViscosity, double liquidViscosity, double liquidHoldup, double diameter, double surfaceTension) Calculate interfacial friction for the current flow conditions.WallFriction.calculate(PipeSection.FlowRegime flowRegime, double gasVelocity, double liquidVelocity, double gasDensity, double liquidDensity, double gasViscosity, double liquidViscosity, double liquidHoldup, double diameter, double roughness) Calculate wall friction for both phases.