Uses of Class
neqsim.process.util.optimizer.SensitivityAnalysis
Packages that use SensitivityAnalysis
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of SensitivityAnalysis in neqsim.process.util.optimizer
Methods in neqsim.process.util.optimizer that return SensitivityAnalysisModifier and TypeMethodDescriptionSensitivityAnalysis.addOutput(String name, Function<ProcessSystem, Double> extractor) Adds an output variable to track during the sweep.SensitivityAnalysis.setParameter(String name, double minValue, double maxValue, int steps, BiConsumer<ProcessSystem, Double> setter) Defines the parameter to vary, with the value passed directly to the setter.SensitivityAnalysis.setParameter(String name, double minValue, double maxValue, int steps, Consumer<ProcessSystem> setter) Defines the parameter to vary.