Uses of Class
neqsim.process.fielddevelopment.tieback.capacity.TieInCapacityPlanner.ProcessOutcome
Packages that use TieInCapacityPlanner.ProcessOutcome
Package
Description
Host tie-in capacity planning, holdback allocation, process-model checks, and debottleneck
decision support for field-development studies.
-
Uses of TieInCapacityPlanner.ProcessOutcome in neqsim.process.fielddevelopment.tieback.capacity
Fields in neqsim.process.fielddevelopment.tieback.capacity declared as TieInCapacityPlanner.ProcessOutcomeModifier and TypeFieldDescriptionprivate final TieInCapacityPlanner.ProcessOutcomeTieInCapacityPlanner.ProcessAdjustedAllocation.processOutcomeProcess outcome.Methods in neqsim.process.fielddevelopment.tieback.capacity that return TieInCapacityPlanner.ProcessOutcomeModifier and TypeMethodDescriptionTieInCapacityPlanner.evaluateProcessCapacity(ProductionLoad acceptedBase, ProductionLoad acceptedSatellite) Evaluates the process model for a base-plus-satellite operating point.private static TieInCapacityPlanner.ProcessOutcomeCreates a failed process outcome.private static TieInCapacityPlanner.ProcessOutcomeTieInCapacityPlanner.ProcessOutcome.notUsed()Creates an outcome for cases where no process model is configured.Constructors in neqsim.process.fielddevelopment.tieback.capacity with parameters of type TieInCapacityPlanner.ProcessOutcomeModifierConstructorDescriptionprivateProcessAdjustedAllocation(ProductionLoad acceptedBase, ProductionLoad acceptedSatellite, double satelliteAllocationScale, TieInCapacityPlanner.ProcessOutcome processOutcome) Creates a process-adjusted allocation.