Uses of Class
neqsim.process.util.sensitivity.ProcessSensitivityAnalyzer
Packages that use ProcessSensitivityAnalyzer
-
Uses of ProcessSensitivityAnalyzer in neqsim.process.calibration
Fields in neqsim.process.calibration declared as ProcessSensitivityAnalyzerModifier and TypeFieldDescriptionprivate ProcessSensitivityAnalyzerProcessSimulationFunction.sensitivityAnalyzerCached sensitivity analyzer. -
Uses of ProcessSensitivityAnalyzer in neqsim.process.util.sensitivity
Methods in neqsim.process.util.sensitivity that return ProcessSensitivityAnalyzerModifier and TypeMethodDescriptionProcessSensitivityAnalyzer.reset()Clears all input/output specifications.ProcessSensitivityAnalyzer.withCentralDifferences(boolean useCentral) Sets whether to use central differences (default: false).Adds an input variable for sensitivity analysis.Adds an input variable with unit specification.ProcessSensitivityAnalyzer.withOutput(String equipmentName, String propertyName) Adds an output variable for sensitivity analysis.ProcessSensitivityAnalyzer.withOutput(String equipmentName, String propertyName, String unit) Adds an output variable with unit specification.ProcessSensitivityAnalyzer.withPerturbation(double relativePert) Sets the relative perturbation size for finite differences.