Uses of Class
neqsim.process.equipment.network.WellFlowlineNetwork.ManifoldNode
Packages that use WellFlowlineNetwork.ManifoldNode
-
Uses of WellFlowlineNetwork.ManifoldNode in neqsim.process.equipment.network
Fields in neqsim.process.equipment.network with type parameters of type WellFlowlineNetwork.ManifoldNodeModifier and TypeFieldDescriptionprivate final List<WellFlowlineNetwork.ManifoldNode> WellFlowlineNetwork.manifoldsMethods in neqsim.process.equipment.network that return WellFlowlineNetwork.ManifoldNodeModifier and TypeMethodDescriptionWellFlowlineNetwork.addManifold(String name, PipeBeggsAndBrills connectionPipeline) Add an additional manifold downstream of the current endpoint, connecting it with the supplied pipeline.WellFlowlineNetwork.createManifold(String name) Create an unconnected manifold node that can later be linked to other manifolds via pipelines.private WellFlowlineNetwork.ManifoldNodeWellFlowlineNetwork.getTailManifold()Methods in neqsim.process.equipment.network that return types with arguments of type WellFlowlineNetwork.ManifoldNodeModifier and TypeMethodDescriptionWellFlowlineNetwork.getManifolds()Get the configured manifolds in upstream-to-downstream order.private List<WellFlowlineNetwork.ManifoldNode> WellFlowlineNetwork.getReachableManifoldsInFlowOrder()Determine a topologically sorted list of manifolds that feed the tail manifold.Methods in neqsim.process.equipment.network with parameters of type WellFlowlineNetwork.ManifoldNodeModifier and TypeMethodDescriptionWellFlowlineNetwork.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, WellFlowlineNetwork.ManifoldNode manifold) Convenience helper that creates a branch from a reservoir stream for a specific manifold.voidWellFlowlineNetwork.connectManifolds(WellFlowlineNetwork.ManifoldNode upstream, WellFlowlineNetwork.ManifoldNode downstream, PipeBeggsAndBrills connectionPipeline) Connect an upstream manifold to a downstream manifold using the provided pipeline.private voidWellFlowlineNetwork.runManifold(WellFlowlineNetwork.ManifoldNode manifold, UUID id, boolean overridePressure, Double forcedPressure)