Uses of Class
neqsim.process.fielddevelopment.subsea.SubseaProductionSystem
Packages that use SubseaProductionSystem
Package
Description
Subsea production system modeling for field development workflow.
Field development workflow orchestration.
-
Uses of SubseaProductionSystem in neqsim.process.fielddevelopment.subsea
Methods in neqsim.process.fielddevelopment.subsea that return SubseaProductionSystemModifier and TypeMethodDescriptionSubseaProductionSystem.build()Builds the subsea production system model.SubseaProductionSystem.setArchitecture(SubseaProductionSystem.SubseaArchitecture arch) Sets the subsea architecture type.SubseaProductionSystem.setDiscoveryLocation(double latitude, double longitude) Sets discovery location.SubseaProductionSystem.setFlowlineDiameterInches(double diameterInches) Sets flowline diameter.SubseaProductionSystem.setFlowlineMaterial(String material) Sets flowline material.SubseaProductionSystem.setFlowlineWallThicknessMm(double thicknessMm) Sets flowline wall thickness.SubseaProductionSystem.setHostFacility(HostFacility host) Sets the host facility for tieback.SubseaProductionSystem.setManifoldCount(int count) Sets the number of manifolds (for clustered architectures).SubseaProductionSystem.setRatePerWell(double rateSm3d) Sets production rate per well.SubseaProductionSystem.setReservoirConditions(double pressureBara, double temperatureC) Sets reservoir conditions.SubseaProductionSystem.setReservoirFluid(SystemInterface fluid) Sets the reservoir fluid.SubseaProductionSystem.setSeabedTemperatureC(double temperatureC) Sets seabed temperature.SubseaProductionSystem.setTiebackDistanceKm(double distanceKm) Sets tieback distance from discovery to host.SubseaProductionSystem.setTubingDiameterInches(double diameterInches) Sets tubing diameter.SubseaProductionSystem.setWaterDepthM(double depthM) Sets water depth.SubseaProductionSystem.setWellCount(int count) Sets the number of production wells.SubseaProductionSystem.setWellDepthM(double depthM) Sets well depth (measured depth).SubseaProductionSystem.setWellheadConditions(double pressureBara, double temperatureC) Sets wellhead conditions. -
Uses of SubseaProductionSystem in neqsim.process.fielddevelopment.workflow
Fields in neqsim.process.fielddevelopment.workflow declared as SubseaProductionSystemModifier and TypeFieldDescriptionprivate SubseaProductionSystemFieldDevelopmentWorkflow.subseaSystemMethods in neqsim.process.fielddevelopment.workflow with parameters of type SubseaProductionSystemModifier and TypeMethodDescriptionprivate doubleFieldDevelopmentWorkflow.estimateSubseaCapex(SubseaProductionSystem subsea) Estimates subsea CAPEX from system configuration.FieldDevelopmentWorkflow.setSubseaSystem(SubseaProductionSystem subsea) Sets the subsea production system.