Uses of Class
neqsim.process.equipment.network.WellFlowlineNetwork.Branch
Packages that use WellFlowlineNetwork.Branch
-
Uses of WellFlowlineNetwork.Branch in neqsim.process.equipment.network
Fields in neqsim.process.equipment.network with type parameters of type WellFlowlineNetwork.BranchModifier and TypeFieldDescriptionprivate final List<WellFlowlineNetwork.Branch> WellFlowlineNetwork.ManifoldNode.branchesMethods in neqsim.process.equipment.network that return WellFlowlineNetwork.BranchModifier 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.WellFlowlineNetwork.addBranch(String branchName, StreamInterface reservoirStream) Convenience helper that creates a branch from a reservoir stream by instantiating aWellFlowandPipeBeggsAndBrillspair and attaching it to the terminal manifold.WellFlowlineNetwork.addBranch(String branchName, StreamInterface reservoirStream, WellFlowlineNetwork.ManifoldNode manifold) Convenience helper that creates a branch from a reservoir stream for a specific manifold.Methods in neqsim.process.equipment.network that return types with arguments of type WellFlowlineNetwork.BranchModifier and TypeMethodDescriptionWellFlowlineNetwork.getBranches()Get an immutable view of network branches for optimization or tuning.WellFlowlineNetwork.ManifoldNode.getBranches()Methods in neqsim.process.equipment.network with parameters of type WellFlowlineNetwork.BranchModifier and TypeMethodDescription(package private) voidWellFlowlineNetwork.ManifoldNode.addBranch(WellFlowlineNetwork.Branch branch)