Uses of Class
neqsim.process.mechanicaldesign.valve.choke.MultiphaseChokeFlow
Packages that use MultiphaseChokeFlow
Package
Description
Multiphase choke flow correlations for production operations.
-
Uses of MultiphaseChokeFlow in neqsim.process.mechanicaldesign.valve
Fields in neqsim.process.mechanicaldesign.valve declared as MultiphaseChokeFlowModifier and TypeFieldDescriptionprivate MultiphaseChokeFlowControlValveSizing_MultiphaseChoke.chokeModelThe multiphase choke flow model.Methods in neqsim.process.mechanicaldesign.valve that return MultiphaseChokeFlowModifier and TypeMethodDescriptionControlValveSizing_MultiphaseChoke.getChokeModel()Gets the underlying choke flow model. -
Uses of MultiphaseChokeFlow in neqsim.process.mechanicaldesign.valve.choke
Subclasses of MultiphaseChokeFlow in neqsim.process.mechanicaldesign.valve.chokeModifier and TypeClassDescriptionclassGilbert (1954) empirical correlation for two-phase critical choke flow.classSachdeva et al. (1986) mechanistic model for two-phase choke flow.Methods in neqsim.process.mechanicaldesign.valve.choke that return MultiphaseChokeFlowModifier and TypeMethodDescriptionstatic MultiphaseChokeFlowMultiphaseChokeFlowFactory.createDefaultModel()Creates the default choke flow model (Sachdeva).static MultiphaseChokeFlowMultiphaseChokeFlowFactory.createModel(String modelName) Creates a choke flow model from a string name.static MultiphaseChokeFlowMultiphaseChokeFlowFactory.createModel(MultiphaseChokeFlowFactory.ModelType modelType) Creates a choke flow model of the specified type.static MultiphaseChokeFlowMultiphaseChokeFlowFactory.createModel(MultiphaseChokeFlowFactory.ModelType modelType, double chokeDiameter) Creates a choke flow model of the specified type with choke diameter.