Uses of Class
neqsim.process.mpc.StepResponse
Packages that use StepResponse
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of StepResponse in neqsim.process.mpc
Fields in neqsim.process.mpc with type parameters of type StepResponseModifier and TypeFieldDescriptionprivate final Map<String, Map<String, StepResponse>> StepResponseGenerator.StepResponseMatrix.responsesMethods in neqsim.process.mpc that return StepResponseModifier and TypeMethodDescriptionprivate StepResponseStepResponseGenerator.averageResponses(StepResponse pos, StepResponse neg) Average two step responses (for bidirectional testing).StepResponse.fitFOPDT()Fit a first-order plus dead-time (FOPDT) model to the response.Get a specific step response.Methods in neqsim.process.mpc that return types with arguments of type StepResponseModifier and TypeMethodDescriptionprivate List<StepResponse> StepResponseGenerator.runSingleStep(ManipulatedVariable mv, double baseValue, double stepSize) Run a single step test.StepResponseGenerator.runStepTest(ManipulatedVariable mv) Run a step test for a single MV.Methods in neqsim.process.mpc with parameters of type StepResponseModifier and TypeMethodDescriptionprivate StepResponseStepResponseGenerator.averageResponses(StepResponse pos, StepResponse neg) Average two step responses (for bidirectional testing).Constructor parameters in neqsim.process.mpc with type arguments of type StepResponseModifierConstructorDescriptionStepResponseMatrix(Map<String, Map<String, StepResponse>> responses, String[] mvNames, String[] cvNames) Construct a step response matrix.