Uses of Class
neqsim.process.equipment.reservoir.WellFlow
Packages that use WellFlow
-
Uses of WellFlow in neqsim.process.equipment.network
Fields in neqsim.process.equipment.network declared as WellFlowMethods in neqsim.process.equipment.network that return WellFlowMethods in neqsim.process.equipment.network with parameters of type WellFlowModifier and TypeMethodDescriptionWellFlowlineNetwork.addBranch(String branchName, WellFlow well, PipeBeggsAndBrills pipeline) Add a branch to the network using preconfigured well and pipeline units.WellFlowlineNetwork.addBranch(String branchName, WellFlow well, PipeBeggsAndBrills pipeline, WellFlowlineNetwork.ManifoldNode manifold) Add a branch to a specific manifold in the network.WellFlowlineNetwork.addBranch(String branchName, WellFlow well, PipeBeggsAndBrills pipeline, ThrottlingValve choke, WellFlowlineNetwork.ManifoldNode manifold) Add a branch with an optional production choke to a specific manifold.Constructors in neqsim.process.equipment.network with parameters of type WellFlowModifierConstructorDescription(package private)Branch(String name, WellFlow well, PipeBeggsAndBrills pipeline, ThrottlingValve choke) -
Uses of WellFlow in neqsim.process.equipment.reservoir
Fields in neqsim.process.equipment.reservoir declared as WellFlowMethods in neqsim.process.equipment.reservoir that return WellFlowModifier and TypeMethodDescriptionWellSystem.getWellFlowIPR()Get the internal WellFlow (IPR) component.Methods in neqsim.process.equipment.reservoir with parameters of type WellFlowModifier and TypeMethodDescriptionprivate doubleTubingPerformance.calculateIPRPressure(WellFlow iprModel, double flowRate, double reservoirPressure) Calculate IPR pressure for a given flow rate using the WellFlow model.double[]TubingPerformance.findOperatingPoint(WellFlow iprModel, double wellheadPressure, String pressureUnit) Find the operating point (intersection of IPR and VLP).