This distribution contains py-files for producing the figures starting in the sixth
printing, second edition of the textbook, "Chemical Reactor Analysis and Design
Fundamentals," by James B. Rawlings and John G. Ekerdt.
These files will work in python 3.12. (www.python.org).

These py-files are distributed under the terms of the GNU General Public
License (GPL).  The complete text of the GPL is in the file COPYING.
The copyright on all of the py-files is held by James B. Rawlings and
John G. Ekerdt.

The code for each figure is in a separate directory. The names of the
directories are of the form fig_N_M and correspond to the figure
numbers in the text.  Within each directory, the main script to run is
called main.py.  The files have been tested with Python 3.12.

You can view all of the figures at the website:
www.engineering.ucsb.edu/~jbraw/chemreacfun/figures.html

Running Examples
----------------

To run the examples, open an interactive python session, navigate to this folder, and run

book_setup.py

This function will add the appropriate folder to python's path.
After running this script, you can navigate to the appropriate figure directory
and run main.py to produce the corresponding figure. Note that multiple figures
may be produced, and figure formatting may not be identical to the text, but
all of the data will be created.
