Uses of Class
neqsim.process.fielddevelopment.workflow.WorkflowResult
Packages that use WorkflowResult
Package
Description
Field development workflow orchestration.
-
Uses of WorkflowResult in neqsim.process.fielddevelopment.workflow
Fields in neqsim.process.fielddevelopment.workflow declared as WorkflowResultMethods in neqsim.process.fielddevelopment.workflow that return WorkflowResultModifier and TypeMethodDescriptionFieldDevelopmentWorkflow.getLastResult()Gets the last result.FieldDevelopmentWorkflow.run()Runs the workflow at the configured fidelity level.private WorkflowResultFieldDevelopmentWorkflow.runConceptual()Runs conceptual-level analysis (±30% accuracy).private WorkflowResultFieldDevelopmentWorkflow.runDetailed()Runs detailed-level analysis (±20% accuracy).private WorkflowResultFieldDevelopmentWorkflow.runScreening()Runs screening-level analysis (±50% accuracy).Methods in neqsim.process.fielddevelopment.workflow with parameters of type WorkflowResultModifier and TypeMethodDescriptionprivate voidFieldDevelopmentWorkflow.calculateConceptEmissions(WorkflowResult result) Calculates CO2 emissions from concept-level estimation.private voidFieldDevelopmentWorkflow.calculateProcessEmissions(WorkflowResult result, ProcessSystem process) Calculates CO2 emissions from process system.private voidFieldDevelopmentWorkflow.runSubseaAnalysis(WorkflowResult result) Runs subsea analysis and tieback evaluation.