Uses of Class
neqsim.process.mpc.StepResponseGenerator.StepResponseMatrix
Packages that use StepResponseGenerator.StepResponseMatrix
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of StepResponseGenerator.StepResponseMatrix in neqsim.process.mpc
Fields in neqsim.process.mpc declared as StepResponseGenerator.StepResponseMatrixModifier and TypeFieldDescriptionStateSpaceExporter.stepResponseMatrixStep response matrix for more detailed model.Methods in neqsim.process.mpc that return StepResponseGenerator.StepResponseMatrixModifier and TypeMethodDescriptionStepResponseGenerator.generateAllResponses()Generate step responses for all MV-CV pairs.Methods in neqsim.process.mpc with parameters of type StepResponseGenerator.StepResponseMatrixModifier and TypeMethodDescriptionStateSpaceExporter.setStepResponseMatrix(StepResponseGenerator.StepResponseMatrix matrix) Set the step response matrix for detailed model generation.Constructors in neqsim.process.mpc with parameters of type StepResponseGenerator.StepResponseMatrixModifierConstructorDescriptionStateSpaceExporter(StepResponseGenerator.StepResponseMatrix stepResponseMatrix) Construct an exporter from a step response matrix.