cantera/samples/f77
2012-03-15 19:52:16 +00:00
..
ctlib.f Reorganized source tree structure 2012-02-12 02:27:14 +00:00
demo.f Reorganized source tree structure 2012-02-12 02:27:14 +00:00
demo_ftnlib.cpp Use quotes instead of angle brackets for non-system header #includes 2012-03-15 19:52:16 +00:00
isentropic.f Reorganized source tree structure 2012-02-12 02:27:14 +00:00
Makefile.in Added example Makefiles to install with the F77/F90 samples 2012-03-05 20:44:52 +00:00
output_0_blessed.txt Reorganized source tree structure 2012-02-12 02:27:14 +00:00
output_1_blessed.txt Reorganized source tree structure 2012-02-12 02:27:14 +00:00
README.txt Reorganized source tree structure 2012-02-12 02:27:14 +00:00
README_unix.txt Reorganized source tree structure 2012-02-12 02:27:14 +00:00
runtest Reorganized source tree structure 2012-02-12 02:27:14 +00:00
SConscript Updated sample build scripts to include pthread where necessary 2012-03-09 22:59:50 +00:00
SConstruct.in Updated sample build scripts to include pthread where necessary 2012-03-09 22:59:50 +00:00

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.