Uses of Class
neqsim.process.fielddevelopment.network.MultiphaseFlowIntegrator.PipelineResult
Packages that use MultiphaseFlowIntegrator.PipelineResult
Package
Description
Network solver package for multi-well gathering systems.
Tie-back analysis package for field development screening.
-
Uses of MultiphaseFlowIntegrator.PipelineResult in neqsim.process.fielddevelopment.network
Methods in neqsim.process.fielddevelopment.network that return MultiphaseFlowIntegrator.PipelineResultModifier and TypeMethodDescriptionMultiphaseFlowIntegrator.calculateHydraulics(StreamInterface inlet, double arrivalPressureBar) Calculate pipeline hydraulics using Beggs and Brill correlation.Methods in neqsim.process.fielddevelopment.network that return types with arguments of type MultiphaseFlowIntegrator.PipelineResultModifier and TypeMethodDescriptionMultiphaseFlowIntegrator.calculateHydraulicsCurve(SystemInterface baseFluid, double inletPressureBar, double[] flowRatesKgHr) Calculate hydraulics for a range of flow rates.Methods in neqsim.process.fielddevelopment.network with parameters of type MultiphaseFlowIntegrator.PipelineResultModifier and TypeMethodDescriptionprivate voidMultiphaseFlowIntegrator.checkFeasibility(MultiphaseFlowIntegrator.PipelineResult result, double minArrivalP) Check feasibility against constraints. -
Uses of MultiphaseFlowIntegrator.PipelineResult in neqsim.process.fielddevelopment.tieback
Methods in neqsim.process.fielddevelopment.tieback with parameters of type MultiphaseFlowIntegrator.PipelineResultModifier and TypeMethodDescriptionprivate voidTiebackAnalyzer.applyHydraulicResult(TiebackOption option, MultiphaseFlowIntegrator.PipelineResult result, HostFacility host) Applies hydraulic result values to the tieback option.private StringTiebackAnalyzer.buildFlowAssuranceNotes(TiebackOption option, FlowAssuranceReport report, MultiphaseFlowIntegrator.PipelineResult hydraulicResult, double seabedTemperatureC) Builds human-readable flow-assurance notes.