Uses of Class
neqsim.process.mechanicaldesign.SystemMechanicalDesign
Packages that use SystemMechanicalDesign
Package
Description
Field development workflow orchestration.
-
Uses of SystemMechanicalDesign in neqsim.process.costestimation
Fields in neqsim.process.costestimation declared as SystemMechanicalDesignModifier and TypeFieldDescriptionprivate SystemMechanicalDesignCostEstimateBaseClass.processdesignConstructors in neqsim.process.costestimation with parameters of type SystemMechanicalDesignModifierConstructorDescriptionCostEstimateBaseClass(SystemMechanicalDesign processdesign) Constructor for CostEstimateBaseClass.CostEstimateBaseClass(SystemMechanicalDesign processdesign, double costFactor) Constructor for CostEstimateBaseClass. -
Uses of SystemMechanicalDesign in neqsim.process.fielddevelopment.workflow
Fields in neqsim.process.fielddevelopment.workflow declared as SystemMechanicalDesignModifier and TypeFieldDescriptionWorkflowResult.mechanicalDesignSystem mechanical design results - only for DETAILED. -
Uses of SystemMechanicalDesign in neqsim.process.mechanicaldesign
Fields in neqsim.process.mechanicaldesign declared as SystemMechanicalDesignModifier and TypeFieldDescriptionprivate SystemMechanicalDesignMechanicalDesignReport.systemDesignprivate SystemMechanicalDesignFieldDevelopmentDesignOrchestrator.systemMechanicalDesignSystem mechanical design instance.Methods in neqsim.process.mechanicaldesign that return SystemMechanicalDesignModifier and TypeMethodDescriptionMechanicalDesignReport.getSystemDesign()Get the system mechanical design.FieldDevelopmentDesignOrchestrator.getSystemMechanicalDesign()Get the system mechanical design instance.Methods in neqsim.process.mechanicaldesign with parameters of type SystemMechanicalDesignModifier and TypeMethodDescriptionvoidMechanicalDesignResponse.populateFromSystemMechanicalDesign(SystemMechanicalDesign sysMecDesign) Populate from SystemMechanicalDesign.Constructors in neqsim.process.mechanicaldesign with parameters of type SystemMechanicalDesignModifierConstructorDescriptionMechanicalDesignResponse(SystemMechanicalDesign sysMecDesign) Constructor from SystemMechanicalDesign.