Uses of Class
neqsim.process.equipment.pipeline.PipeBeggsAndBrills
Packages that use PipeBeggsAndBrills
Package
Description
Process design framework for automated equipment sizing and optimization.
-
Uses of PipeBeggsAndBrills in neqsim.process.calibration
Fields in neqsim.process.calibration declared as PipeBeggsAndBrillsModifier and TypeFieldDescriptionprivate PipeBeggsAndBrills[]CalibrationFrameworkExample.pipesprivate PipeBeggsAndBrills[]WellRoutingEstimationExample.pipes -
Uses of PipeBeggsAndBrills in neqsim.process.design
Methods in neqsim.process.design with parameters of type PipeBeggsAndBrillsModifier and TypeMethodDescriptionprivate voidDesignSpecification.applyToPipeline(PipeBeggsAndBrills pipeline) -
Uses of PipeBeggsAndBrills in neqsim.process.equipment.network
Fields in neqsim.process.equipment.network declared as PipeBeggsAndBrillsModifier and TypeFieldDescriptionprivate PipeBeggsAndBrillsWellFlowlineNetwork.facilityPipelineprivate final PipeBeggsAndBrillsWellFlowlineNetwork.Branch.pipelineprivate PipeBeggsAndBrillsWellFlowlineNetwork.ManifoldNode.pipelineToNextFields in neqsim.process.equipment.network with type parameters of type PipeBeggsAndBrillsModifier and TypeFieldDescriptionprivate final List<PipeBeggsAndBrills> WellFlowlineNetwork.ManifoldNode.inboundPipelinesMethods in neqsim.process.equipment.network that return PipeBeggsAndBrillsModifier and TypeMethodDescriptionWellFlowlineNetwork.Branch.getPipeline()(package private) PipeBeggsAndBrillsWellFlowlineNetwork.ManifoldNode.getPipelineToNext()Methods in neqsim.process.equipment.network that return types with arguments of type PipeBeggsAndBrillsModifier and TypeMethodDescription(package private) List<PipeBeggsAndBrills> WellFlowlineNetwork.ManifoldNode.getInboundPipelines()Methods in neqsim.process.equipment.network with parameters of type PipeBeggsAndBrillsModifier 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.(package private) voidWellFlowlineNetwork.ManifoldNode.addInboundPipeline(PipeBeggsAndBrills pipeline) WellFlowlineNetwork.addManifold(String name, PipeBeggsAndBrills connectionPipeline) Add an additional manifold downstream of the current endpoint, connecting it with the supplied pipeline.voidWellFlowlineNetwork.connectManifolds(WellFlowlineNetwork.ManifoldNode upstream, WellFlowlineNetwork.ManifoldNode downstream, PipeBeggsAndBrills connectionPipeline) Connect an upstream manifold to a downstream manifold using the provided pipeline.voidWellFlowlineNetwork.setFacilityPipeline(PipeBeggsAndBrills pipeline) Attach a common pipeline from the arrival manifold to the receiving facility.(package private) voidWellFlowlineNetwork.ManifoldNode.setPipelineToNext(PipeBeggsAndBrills pipelineToNext) Constructors in neqsim.process.equipment.network with parameters of type PipeBeggsAndBrillsModifierConstructorDescription(package private)Branch(String name, WellFlow well, PipeBeggsAndBrills pipeline, ThrottlingValve choke) -
Uses of PipeBeggsAndBrills in neqsim.process.equipment.pipeline
Subclasses of PipeBeggsAndBrills in neqsim.process.equipment.pipelineModifier and TypeClassDescriptionclassRiser equipment class for subsea and offshore applications.classTopside piping equipment class for offshore platforms and onshore facilities.Methods in neqsim.process.equipment.pipeline that return PipeBeggsAndBrillsModifier and TypeMethodDescriptionRiserConfiguration.create(String name, StreamInterface inlet) Create a riser using the current configuration.static PipeBeggsAndBrillsRiserConfiguration.createLazyWave(String name, StreamInterface inlet, double waterDepth, double buoyancyDepth) Factory method to create a Lazy-Wave riser.static PipeBeggsAndBrillsRiserConfiguration.createRiser(RiserConfiguration.RiserType type, String name, StreamInterface inlet, double waterDepth) Factory method to create a riser with default parameters.static PipeBeggsAndBrillsRiserConfiguration.createSCR(String name, StreamInterface inlet, double waterDepth) Factory method to create a Steel Catenary Riser.static PipeBeggsAndBrillsRiserConfiguration.createTTR(String name, StreamInterface inlet, double waterDepth) Factory method to create a Top Tensioned Riser (vertical).Methods in neqsim.process.equipment.pipeline with parameters of type PipeBeggsAndBrillsModifier and TypeMethodDescriptionprivate voidRiserConfiguration.configureFlexible(PipeBeggsAndBrills riser) Configure as Flexible Riser.private voidRiserConfiguration.configureFreeStanding(PipeBeggsAndBrills riser) Configure as Free-Standing Hybrid Riser.private voidRiserConfiguration.configureHybrid(PipeBeggsAndBrills riser) Configure as Hybrid Riser.private voidRiserConfiguration.configureLazyWave(PipeBeggsAndBrills riser) Configure as Lazy-Wave riser.private voidRiserConfiguration.configureSCR(PipeBeggsAndBrills riser) Configure as Steel Catenary Riser.private voidRiserConfiguration.configureSteepWave(PipeBeggsAndBrills riser) Configure as Steep-Wave riser.private voidRiserConfiguration.configureTTR(PipeBeggsAndBrills riser) Configure as Top Tensioned Riser (vertical).private voidRiserConfiguration.configureVertical(PipeBeggsAndBrills riser) Configure as simple vertical riser. -
Uses of PipeBeggsAndBrills in neqsim.process.measurementdevice
Fields in neqsim.process.measurementdevice declared as PipeBeggsAndBrillsConstructors in neqsim.process.measurementdevice with parameters of type PipeBeggsAndBrillsModifierConstructorDescriptionFlowInducedVibrationAnalyser(String name, PipeBeggsAndBrills pipe) Constructor for FlowInducedVibrationAnalyser.Constructor for WaterDewPointAnalyser. -
Uses of PipeBeggsAndBrills in neqsim.process.util.monitor
Constructors in neqsim.process.util.monitor with parameters of type PipeBeggsAndBrillsModifierConstructorDescriptionConstructor for PumpResponse.