Index of /skoge/ammonia

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2010-07-15 11:08 2.1K 
[DIR]amm-files/2016-04-13 09:54 -  
[   ]ammonia2010-07-15 11:08 43K 
[TXT]ammonia.f2010-07-15 11:08 6.6K 
[   ]ammonia.m2010-07-15 11:08 7.0K 
[   ]ammonia.zip2010-07-15 11:08 236K 
[DIR]control/2010-07-15 11:08 -  
[   ]datasim.m2010-07-15 11:08 385K 
[   ]hx.m2010-07-15 11:08 222  
[   ]mass2x.m2010-07-15 11:08 197  
[TXT]plot.txt2010-07-15 11:08 1.7K 
[TXT]readme.txt2010-07-15 11:08 2.1K 
[   ]righthand.m2010-07-15 11:08 1.3K 
[   ]righthopenl.m2010-07-15 11:08 1.4K 
[   ]rx.m2010-07-15 11:08 804  
[   ]ssnr.m2010-07-15 11:08 851  
[   ]van_Herden.m2010-07-15 11:08 1.5K 



------------------------------------------------------
Dynamic model of industrial AMMONIA reactor
------------------------------------------------------

This documentation was prepared by: S. Skogestad (aug.97)

The files in this directory can be used to generate the results
and plots given in the paper "Analysis of instability in industrial
ammonia reactors" by J. Morud and S. Skogestad (see file amm.ps) 
which was publicshed in AIChE J. in April 1998 (pp.  888-895). 

------------------------------------------------------
MATLAB files
------------------------------------------------------

Most of the results can be generated with MATLAB, see the file
   ammonia.m
The other *.m files are utility files (except for datasim.m which 
contains the results generated by the Fortran program),

It is recommended that you start matlab in one window, and
have the file ammonia.m an another , and transfer things to the matlab
window using the mouse.

------------------------------------------------------
Fortran program for nonlinear dynamic simulation
------------------------------------------------------

MATLAB can be a bit slow. This is reason why we use a Fortran
program to generate the sustained oscillations when the pressure
is stepped down (although it certainly can be done with Matlab). 

To compile the Fortran program use:
  f77 -o ammonia ammonia.f 
Then to run the program write
  ammonia
The results are saved in the file datasim.m and can be plotted
using Matlab (see the file plot.txt).

-----------------------------
Additional information
-----------------------------

1. Ph.D. thesis of John Morud (1996) - available on the net .
   It contains results using a more detailed model.
   http://www.nt.ntnu.no/users/skoge/publications/thesis/


2. Diploma thesis of G. Juonys (1997) (postscript file juonys.ps).
   It also contains results for a methanol reactor for which
   we find that the same kind of instability may occur with
   industrial reactors.
   http://www.nt.ntnu.no/users/skoge/publications/thesis/more/

3. CONTROL: see subdirectory control
http://www.chembio.ntnu.no/users/skoge/ammonia/control/