Index: mttroot/mtt/lib/examples/Chemical/Reactor/Reactor_input.txt ================================================================== --- mttroot/mtt/lib/examples/Chemical/Reactor/Reactor_input.txt +++ mttroot/mtt/lib/examples/Chemical/Reactor/Reactor_input.txt @@ -4,10 +4,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 2000/12/28 17:09:55 peterg +## To RCS +## ############################################################### ## Reduce steady-state parameter file (Reactor_sspar.r) ## as siso_sspar ecxept that inputs/states have different meaning ## Steady state for constant c_a, c_b and t=t_s and f=f_s @@ -48,10 +51,12 @@ u1 = f_s; u2 = q_s; # Set the inputs -mttu(1) = u1 + 0.1*u1*(t>0.01); # f (Reactor) -mttu(2) = u2 + 0.1*u2*(t>0.05) ; # t (Reactor) +## Removed by MTT on Thu Dec 28 18:44:39 GMT 2000: mttu(1) = u1 + 0.1*u1*(t>0.01); # f (Reactor) +## Removed by MTT on Thu Dec 28 18:44:39 GMT 2000: mttu(2) = u2 + 0.1*u2*(t>0.05) ; # t (Reactor) +reactor_f = u1 + 0.1*u1*(t>0.01); # Added by MTT on Thu Dec 28 18:44:47 GMT 2000 +reactor_t = u2 + 0.1*u2*(t>0.05); # Added by MTT on Thu Dec 28 18:44:47 GMT 2000 Index: mttroot/mtt/lib/examples/Chemical/Reactor/Reactor_state.txt ================================================================== --- mttroot/mtt/lib/examples/Chemical/Reactor/Reactor_state.txt +++ mttroot/mtt/lib/examples/Chemical/Reactor/Reactor_state.txt @@ -4,10 +4,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 2000/12/28 17:09:55 peterg +## To RCS +## ############################################################### ## Reduce steady-state parameter file (Reactor_sspar.r) ## as siso_sspar ecxept that states/states have different meaning ## Steady state for constant c_a, c_b and t=t_s and f=f_s @@ -47,12 +50,15 @@ ## The two inputs at steady-state u1 = f_s; u2 = q_s; ## Load up the states -mttx(1) = x1; -mttx(2) = x2; -mttx(3) = x3; +## Removed by MTT on Thu Dec 28 18:46:20 GMT 2000: mttx(1) = x1; +## Removed by MTT on Thu Dec 28 18:46:20 GMT 2000: mttx(2) = x2; +## Removed by MTT on Thu Dec 28 18:46:20 GMT 2000: mttx(3) = x3; +reactor_h_r = x3; # Added by MTT on Thu Dec 28 18:46:25 GMT 2000 +reactor_m_a = x1; # Added by MTT on Thu Dec 28 18:46:25 GMT 2000 +reactor_m_b = x2; # Added by MTT on Thu Dec 28 18:46:25 GMT 2000