Uses of Class
neqsim.process.mpc.NonlinearPredictor.PredictionResult
Packages that use NonlinearPredictor.PredictionResult
Package
Description
Model Predictive Control (MPC) integration package for NeqSim ProcessSystem.
-
Uses of NonlinearPredictor.PredictionResult in neqsim.process.mpc
Methods in neqsim.process.mpc that return NonlinearPredictor.PredictionResultModifier and TypeMethodDescriptionNonlinearPredictor.predict(NonlinearPredictor.MVTrajectory trajectory) Predict CV trajectories given an MV trajectory.NonlinearPredictor.predictConstant(double... mvValues) Predict CV trajectories given constant MV values.