Uses of Class
neqsim.process.fielddevelopment.network.TiebackRouteNetwork
Packages that use TiebackRouteNetwork
Package
Description
Network solver package for multi-well gathering systems.
Tie-back analysis package for field development screening.
-
Uses of TiebackRouteNetwork in neqsim.process.fielddevelopment.network
Methods in neqsim.process.fielddevelopment.network that return TiebackRouteNetworkModifier and TypeMethodDescriptionTiebackRouteNetwork.Builder.build()Builds an immutable route network. -
Uses of TiebackRouteNetwork in neqsim.process.fielddevelopment.tieback
Methods in neqsim.process.fielddevelopment.tieback with parameters of type TiebackRouteNetworkModifier and TypeMethodDescriptionprivate voidTiebackAnalyzer.applyRouteNetworkSummary(TiebackOption option, TiebackRouteNetwork routeNetwork) Applies route-network metadata to a tieback option.TiebackAnalyzer.evaluateSingleTieback(FieldConcept discovery, HostFacility host, TiebackRouteNetwork routeNetwork, double discoveryLatitude, double discoveryLongitude) Evaluates a single tieback option using an optional multi-segment route network.private doubleTiebackAnalyzer.resolveRouteLengthKm(FieldConcept discovery, HostFacility host, double discoveryLatitude, double discoveryLongitude, TiebackRouteNetwork routeNetwork) Resolves the route length used for screening.private doubleTiebackAnalyzer.resolveWaterDepthM(FieldConcept discovery, HostFacility host, TiebackRouteNetwork routeNetwork) Resolves water depth from concept infrastructure and host data.private voidTiebackAnalyzer.screenFlowAssurance(TiebackOption option, FieldConcept discovery, HostFacility host, ReservoirInput reservoir, WellsInput wells, boolean isGasField, double totalRate, String rateUnit, TiebackRouteNetwork routeNetwork) Screens the tieback route using pipeline hydraulics and thermodynamic flow-assurance checks.Method parameters in neqsim.process.fielddevelopment.tieback with type arguments of type TiebackRouteNetworkModifier and TypeMethodDescriptionTiebackAnalyzer.analyze(FieldConcept discovery, List<HostFacility> hosts, Map<String, TiebackRouteNetwork> routeNetworksByHost, double discoveryLatitude, double discoveryLongitude) Analyzes tieback options with optional route networks per host.