Uses of Class
neqsim.process.equipment.capacity.BottleneckResult
Packages that use BottleneckResult
Package
Description
Equipment capacity constraint framework for process optimization.
Process optimization engine and constraint evaluation utilities.
-
Uses of BottleneckResult in neqsim.process.equipment.capacity
Methods in neqsim.process.equipment.capacity that return BottleneckResultModifier and TypeMethodDescriptionstatic BottleneckResultBottleneckResult.empty()Creates an empty bottleneck result (no bottleneck found). -
Uses of BottleneckResult in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return BottleneckResultModifier and TypeMethodDescriptionProcessModule.findBottleneck()Finds the process bottleneck with detailed constraint information across all systems.ProcessSystem.findBottleneck()Finds the process bottleneck with detailed constraint information. -
Uses of BottleneckResult in neqsim.process.util.optimizer
Methods in neqsim.process.util.optimizer that return BottleneckResultModifier and TypeMethodDescriptionprivate BottleneckResultProductionImpactAnalyzer.findBottleneck(ProcessSystem process) Finds the current bottleneck in the process.