Uses of Class
neqsim.process.mpc.ProcessDerivativeCalculator
Packages that use ProcessDerivativeCalculator
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of ProcessDerivativeCalculator in neqsim.process.mpc
Methods in neqsim.process.mpc that return ProcessDerivativeCalculatorModifier and TypeMethodDescriptionProcessDerivativeCalculator.addInputVariable(String path, String unit) Add an input variable for derivative calculation.ProcessDerivativeCalculator.addInputVariable(String path, String unit, double stepSize) Add an input variable with custom step size.ProcessDerivativeCalculator.addOutputVariable(String path, String unit) Add an output variable for derivative calculation.ProcessDerivativeCalculator.clearInputVariables()Clear all input variables.ProcessDerivativeCalculator.clearOutputVariables()Clear all output variables.ProcessDerivativeCalculator.setMethod(ProcessDerivativeCalculator.DerivativeMethod method) Set the derivative calculation method.ProcessDerivativeCalculator.setParallel(boolean enabled, int numThreads) Enable parallel computation of derivatives.ProcessDerivativeCalculator.setRelativeStepSize(double relativeStep) Set the relative step size for finite differences.