APM.IMODE - APMonitor Option

Main.OptionApmImode History

Hide minor edits - Show changes to output

June 09, 2017, at 12:13 AM by 10.5.113.159 -
Changed lines 5-6 from:
%width=50px%Attach:apm.png
to:
%width=50px%Attach:apm.png [[Main/DbsGlobal|Global Options]] | %width=30px%Attach:fv.png %width=30px%Attach:mv.png %width=30px%Attach:sv.png %width=30px%Attach:cv.png[[Main/DbsVariable|Local Options]]
Added lines 21-22:

See also [[Main/Modes|Application Modes]]
June 02, 2017, at 01:18 PM by 45.56.3.173 -
Changed lines 11-18 from:
             2=mpu, Model parameter update (steady state)
              3=rto, Real time optimization (steady state)
              4=sim, Dynamic simulation (simultaneous)
              5=est, Dynamic estimation (simultaneous)
              6=ctl, Dynamic control (simultaneous)
              7=sqs, Dynamic simulation (sequential)
              8=sqe, Dynamic estimation (sequential)
              9=sqo, Dynamic control (sequential)
to:
             [[Main/ParameterFit|2=mpu, Model parameter update (steady state)]]
              [[Main/Optimization|3=rto, Real time optimization (steady state)]]
              [[Main/Simulation|4=sim, Dynamic simulation (simultaneous)]]
              [[Main/Estimation|5=est, Dynamic estimation (simultaneous)]]
              [[Main/Control|6=ctl, Dynamic control (simultaneous)]]
              [[Main/Simulation|7=sqs, Dynamic simulation (sequential)]]
              [[Main/Estimation|8=sqe, Dynamic estimation (sequential)]]
              [[Main/Control|9=sqo, Dynamic control (sequential)]]
June 02, 2017, at 01:16 PM by 45.56.3.173 -
Changed line 10 from:
             1=ss, Simulation (steady state)
to:
             [[Main/SteadyState|1=ss, Simulation (steady state)]]
June 01, 2017, at 02:02 PM by 45.56.3.173 -
Changed lines 17-18 from:
             8=est, Dynamic estimation (sequential)
              9=ctl, Dynamic control (sequential)
to:
             8=sqe, Dynamic estimation (sequential)
              9=sqo, Dynamic control (sequential)
June 01, 2017, at 02:02 PM by 45.56.3.173 -
Changed lines 10-18 from:
             1=ss
             2=mpu
             3=rto
              4=sim
             5=est
 
            6=ctl
            7=sqs
              8=sqe
            9=sqo
to:
             1=ss, Simulation (steady state)
            2=mpu, Model parameter update (steady state)
              3=rto, Real time optimization (steady state)
 
            4=sim, Dynamic simulation (simultaneous)
            5=est, Dynamic estimation (simultaneous)
              6=ctl, Dynamic control (simultaneous)
            7=sqs, Dynamic simulation (sequential)
             8=est, Dynamic estimation (sequential)
              9=ctl, Dynamic control (sequential)
June 01, 2017, at 02:01 PM by 45.56.3.173 -
Added lines 1-20:
(:title APM.IMODE - APMonitor Option:)
(:keywords APM.IMODE, Optimization, Estimation, Option, Configure, Default, Description:)
(:description Model solution mode: 1=ss, 2=mpu, 3=rto, 4=sim, 5=est, 6=ctl:)

%width=50px%Attach:apm.png

 Type: Integer, Input
 Default Value: 3
 Description: Model solution mode
              1=ss
              2=mpu
              3=rto
              4=sim
              5=est
              6=ctl
              7=sqs
              8=sqe
              9=sqo

IMODE sets the mode or type of model solution. IMODE=1-3 uses steady state models, meaning that all differential variables are set to zero and there are no model dynamics. Options 4-9 calculate the dynamics with either simulation, estimation, or control. There are three modes each for steady state (IMODE=1-3), simultaneous method to compute the dynamics (IMODE=4-6), and sequential method to compute the dynamics (IMODE=7-9). The first option in each set is simulation (IMODE=1, 4, and 7) where the problem must have the same number of variables and equations and optimization is not allowed. The second option in each set is estimation where model parameters such as FVs and MVs or initial conditions are adjusted to match measured values (IMODE=2, 5, and 8). The third option in each set is optimization or control where controlled variables are driven to a desired target value or an objective function is either maximized or minimized (IMODE=3, 6, 9).