Steady State

Main.SteadyState History

Show minor edits - Show changes to markup

June 09, 2017, at 12:57 AM by 10.5.113.159 -
Changed lines 5-6 from:
 nlc.imode = 1
to:
 apm.imode = 1
Changed lines 8-9 from:
 apm_option(server,app,'nlc.imode',1);
to:
 apm_option(server,app,'apm.imode',1);
Changed line 11 from:
 apm_option(server,app,'nlc.imode',1)
to:
 apm_option(server,app,'apm.imode',1)
June 16, 2015, at 06:55 PM by 45.56.3.184 -
Changed line 10 from:
 % Python example
to:
 # Python example
June 16, 2015, at 06:55 PM by 45.56.3.184 -
Changed lines 5-11 from:

NLC.imode = 1

to:
 nlc.imode = 1

 % MATLAB example
 apm_option(server,app,'nlc.imode',1);

 % Python example
 apm_option(server,app,'nlc.imode',1)
October 02, 2008, at 09:03 PM by 158.35.225.228 -
Deleted lines 2-3:

The first step in model creation and testing is a steady state simulation. Steady state model simulations are employed to converge new model units, verify relationships between key process variables, and allign process values to typical operating regions. The SS (#1) and RTO (#3) modes are used to obtain an initial condition solution for all other modes of operation. The initial condition files rto.t0 and ss.t0 override default values given in the apm file.

Changed lines 5-7 from:

NLC.imode = 1

to:

NLC.imode = 1

The first step in model creation and testing is a steady state simulation. Steady state model simulations are employed to converge new model units, verify relationships between key process variables, and allign process values to typical operating regions. The SS (#1) and RTO (#3) modes are used to obtain an initial condition solution for all other modes of operation. The initial condition files rto.t0 and ss.t0 override default values given in the apm file.

September 29, 2008, at 06:45 PM by 158.35.225.229 -
Added lines 5-7:

The DBS file parameter imode is used to control the simulation mode. This option is set to 1 for steady-state simulation.

NLC.imode = 1

September 29, 2008, at 06:44 PM by 158.35.225.229 -
Added lines 1-4:

Steady-state Simulation

The first step in model creation and testing is a steady state simulation. Steady state model simulations are employed to converge new model units, verify relationships between key process variables, and allign process values to typical operating regions. The SS (#1) and RTO (#3) modes are used to obtain an initial condition solution for all other modes of operation. The initial condition files rto.t0 and ss.t0 override default values given in the apm file.