Uses of Class
neqsim.process.mpc.DisturbanceVariable
Packages that use DisturbanceVariable
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of DisturbanceVariable in neqsim.process.mpc
Fields in neqsim.process.mpc with type parameters of type DisturbanceVariableModifier and TypeFieldDescriptionprivate final List<DisturbanceVariable> ProcessLinearizer.disturbanceVariablesList of disturbance variables.private final List<DisturbanceVariable> ProcessLinkedMPC.disturbanceVariablesDisturbance variables.Methods in neqsim.process.mpc that return DisturbanceVariableModifier and TypeMethodDescriptionAdd a disturbance variable.DisturbanceVariable.setBounds(double min, double max) DisturbanceVariable.setCvSensitivity(double... sensitivity) Set the sensitivity of CVs to this disturbance.DisturbanceVariable.setEquipment(ProcessEquipmentInterface equipment) DisturbanceVariable.setMeasured(boolean measured) Set whether this disturbance is measured or estimated.DisturbanceVariable.setPrediction(double value, double horizon) Set the predicted future value for feedforward control.DisturbanceVariable.setPropertyName(String propertyName) DisturbanceVariable.update(double value) Update the disturbance value from an external source.Methods in neqsim.process.mpc that return types with arguments of type DisturbanceVariableModifier and TypeMethodDescriptionProcessLinearizer.getDisturbanceVariables()Get the list of disturbance variables.ProcessLinkedMPC.getDisturbanceVariables()Get all disturbance variables.Methods in neqsim.process.mpc with parameters of type DisturbanceVariableModifier and TypeMethodDescriptionProcessLinearizer.addDV(DisturbanceVariable dv) Add a disturbance variable to the linearization.IndustrialMPCExporter.createDVConfig(DisturbanceVariable dv, int index)