Uses of Class
neqsim.process.mpc.MPCVariable
Packages that use MPCVariable
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of MPCVariable in neqsim.process.mpc
Subclasses of MPCVariable in neqsim.process.mpcModifier and TypeClassDescriptionclassRepresents a controlled variable (CV) in an MPC formulation.classRepresents a disturbance variable (DV) in an MPC formulation.classRepresents a manipulated variable (MV) in an MPC formulation.classRepresents a state variable (SVR) in a nonlinear MPC system.Methods in neqsim.process.mpc that return MPCVariableModifier and TypeMethodDescriptionMPCVariable.setBounds(double min, double max) Set bounds for this variable.MPCVariable.setDescription(String description) Set the description for this variable.MPCVariable.setEquipment(ProcessEquipmentInterface equipment) Set the bound equipment.MPCVariable.setPropertyName(String propertyName) Set the property name to read/write.Set the unit for this variable.