cantera/Cantera/fortran/f77demos
2009-07-24 01:59:22 +00:00
..
.cvsignore Fixed an error in the depends rule. 2009-03-17 01:26:12 +00:00
ctlib.f initial import 2003-09-08 13:33:06 +00:00
f77demos.mak.in Added LCXX_END_LIBS to calc 2009-07-24 01:59:22 +00:00
isentropic.f initial import 2003-09-08 13:33:06 +00:00
Makefile.in Added LCXX_END_LIBS to calc 2009-07-24 01:59:22 +00:00
output_0_blessed.txt Reblessed solution 2009-07-24 01:52:02 +00:00
output_1_blessed.txt Reblessed solution 2009-07-24 01:52:02 +00:00
README.txt *** empty log message *** 2004-01-05 17:02:59 +00:00
runtest Revamped the fortran demos, adding in tests of the output 2009-03-17 01:02:07 +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.