Class WellFlowlineNetwork.ManifoldNode
java.lang.Object
neqsim.process.equipment.network.WellFlowlineNetwork.ManifoldNode
- Enclosing class:
WellFlowlineNetwork
Represents a manifold that mixes incoming branches (and optional upstream pipeline) before
optionally sending flow further downstream through a connecting pipeline.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<WellFlowlineNetwork.Branch> private final List<PipeBeggsAndBrills> private final Mixerprivate final Stringprivate PipeBeggsAndBrills -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddBranch(WellFlowlineNetwork.Branch branch) (package private) voidaddInboundPipeline(PipeBeggsAndBrills pipeline) (package private) List<PipeBeggsAndBrills> getMixer()getName()(package private) PipeBeggsAndBrills(package private) voidsetPipelineToNext(PipeBeggsAndBrills pipelineToNext)
-
Field Details
-
name
-
mixer
-
branches
-
inboundPipelines
-
pipelineToNext
-
-
Constructor Details
-
ManifoldNode
ManifoldNode(String name)
-
-
Method Details
-
getName
-
getMixer
-
getBranches
-
addBranch
-
addInboundPipeline
-
getInboundPipelines
List<PipeBeggsAndBrills> getInboundPipelines() -
setPipelineToNext
-
getPipelineToNext
PipeBeggsAndBrills getPipelineToNext()
-