Uses of Class
neqsim.process.equipment.subsea.SubseaWell
Packages that use SubseaWell
Package
Description
Equipment capacity constraint framework for process optimization.
Subsea production system modeling for field development workflow.
Mechanical design package for subsea SURF (Subsea, Umbilicals, Risers, Flowlines) equipment.
-
Uses of SubseaWell in neqsim.process.equipment.capacity
Methods in neqsim.process.equipment.capacity with parameters of type SubseaWellModifier and TypeMethodDescriptionprivate voidSubseaEquipmentCapacityStrategy.addWellConstraints(Map<String, CapacityConstraint> constraints, SubseaWell well) Adds constraints for subsea well. -
Uses of SubseaWell in neqsim.process.fielddevelopment.subsea
Fields in neqsim.process.fielddevelopment.subsea with type parameters of type SubseaWellMethods in neqsim.process.fielddevelopment.subsea that return types with arguments of type SubseaWellModifier and TypeMethodDescriptionSubseaProductionSystem.getWells()Gets the list of subsea wells.Methods in neqsim.process.fielddevelopment.subsea with parameters of type SubseaWellModifier and TypeMethodDescriptionprivate voidSubseaProductionSystem.configureTubing(SubseaWell well) -
Uses of SubseaWell in neqsim.process.mechanicaldesign.subsea
Fields in neqsim.process.mechanicaldesign.subsea declared as SubseaWellModifier and TypeFieldDescriptionprivate SubseaWellWellMechanicalDesign.wellReference to well equipment.Methods in neqsim.process.mechanicaldesign.subsea with parameters of type SubseaWellModifier and TypeMethodDescriptionWellCostEstimator.generateBillOfMaterials(SubseaWell well) Generate bill of materials for a well.private doubleWellCostEstimator.totalCementVolumeFrom(SubseaWell well) Estimate total cement volume from well properties.