cantera/samples/f77
Ray Speth 3944dda878 Fix path to Cantera.mak in sample Fortran Makefiles
Use relative path if the Cantera install directory contains spaces, as the
Makefile 'include' statement doesn't seem to have a way to escape the space
otherwise.
2014-04-28 18:18:10 +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 Removed unnecessary checks surrounding delete operations 2013-02-14 01:03:32 +00:00
isentropic.f Replaced hard-coded values of physical constants with named constants 2012-06-12 22:48:38 +00:00
Makefile.in Fix path to Cantera.mak in sample Fortran Makefiles 2014-04-28 18:18:10 +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 Fix path to Cantera.mak in sample Fortran Makefiles 2014-04-28 18:18:10 +00:00
SConstruct.in [Fortran] Fix compiler used for building Fortran sample programs 2014-01-23 04:20:48 +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.