Files
cantera/samples/f77
Raymond Speth 0edaf316ac [SCons] Fix compilation of f77 sample with clang+gfortran
Compiling demo_ftnlib.cpp as a shared object (with -fPIC) fixes an
error about being unable to relocate some pthread-related symbol.
2021-02-05 11:29:55 -05:00
..
2020-01-07 09:59:53 -05:00
2012-02-12 02:27:14 +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.