cantera/samples/f77/README.txt
Ray Speth 2528df0f75 Reorganized source tree structure
These changes make it unnecessary to copy header files around during
the build process, which tends to confuse IDEs and debuggers. The
headers which comprise Cantera's external C++ interface are now in
the 'include' directory.

All of the samples and demos are now in the 'samples' subdirectory.
2012-02-12 02:27:14 +00:00

13 lines
463 B
Text

This directory contains examples of Fortran 77 programs that use
Cantera. The programs are:
ctlib An example showing how to write subroutines that emulate those
of the Chemkin CKLIB library.
isentropic Mach number vs. area ratio for isentropic flow.
Both of these use the "demo_f77" library that demonstrates one simple
scheme to handle interfacing Fortran 77 and C++. Additional functions
can be added to this library as needed.