Uses of Class
neqsim.process.mpc.SubrModlExporter
Packages that use SubrModlExporter
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of SubrModlExporter in neqsim.process.mpc
Methods in neqsim.process.mpc that return SubrModlExporterModifier and TypeMethodDescriptionSubrModlExporter.addIndexEntry(String dtaIx) Add an index table entry.SubrModlExporter.addParameter(String name, double value, String unit) Add a model parameter (constant).SubrModlExporter.addParameter(String name, double value, String unit, String description) Add a model parameter with description.SubrModlExporter.addStateVariable(String name, String dtaIx, String description, double modelValue) Add a state variable (SVR).SubrModlExporter.addSubrXvr(String name, String dtaIx, String description, double init) Add a SubrXvr definition.ProcessLinkedMPC.createSubrModlExporter()Create a SubrModl exporter for nonlinear MPC integration.SubrModlExporter.populateFromMPC(ProcessLinkedMPC controller) Auto-populate from ProcessLinkedMPC controller.SubrModlExporter.setApplicationName(String applicationName) Set the application name.SubrModlExporter.setModelName(String modelName) Set the model name.SubrModlExporter.setSampleTime(double sampleTime) Set the sample time.