Catera with additional transport models
Find a file
Ray Speth 712293e415 Change debug code to avoid ifdefs where possible
Use "if (DEBUG_MODE_ENABLED)" instead of "#ifdef DEBUG_MODE". This makes
it easier to see the flow control logic, and the compiler will optimize
out the always-false conditionals when DEBUG_MODE_ENABLED is 0, so there
isn't any speed penalty.
2014-05-27 02:53:22 +00:00
bin Doxygen update 2013-02-01 18:59:17 +00:00
data [Kinetics] Remove deprecated GRI30 class 2013-12-14 00:17:54 +00:00
doc [Doc] Update version specified in git/svn checkout commands 2014-04-28 18:18:17 +00:00
ext Remove abandoned autotools build system 2014-03-04 17:38:53 +00:00
include/cantera Change debug code to avoid ifdefs where possible 2014-05-27 02:53:22 +00:00
interfaces [Python] Fix to conversion of samples from Python 3 to Python 2 2014-05-23 22:46:59 +00:00
platform Generate cantera.pc and Cantera.mak when using MinGW 2014-04-28 18:17:46 +00:00
samples Fix path to Cantera.mak in sample Fortran Makefiles 2014-04-28 18:18:10 +00:00
site_scons [SCons] Workaround SCons dependency bug with Cygwin 2014-03-28 23:12:45 +00:00
src Change debug code to avoid ifdefs where possible 2014-05-27 02:53:22 +00:00
test [ck2cti] Relax formatting requirement for Chebyshev coefficients. 2014-05-07 21:57:34 +00:00
test_problems Fixed a long standing problem with the combination of storred XML files and duplicator functions. 2014-05-20 19:02:20 +00:00
.gitignore [SCons] 'clean' removes auto-generated .rst files from examples 2014-04-08 16:26:11 +00:00
AUTHORS Miscellaneous cleanup 2012-06-12 22:48:28 +00:00
INSTALL Added INSTALL with basic instructions for building with SCons 2012-07-03 17:49:59 +00:00
License.txt Modified License statement slightly to comply with copywrite assertion paperwork. 2014-03-16 02:58:48 +00:00
README Mention downloads on Sourceforge in README 2014-02-24 03:25:42 +00:00
SConstruct [SCons] Print path to Python interpreter when building 2014-05-08 23:02:07 +00:00

*******
CANTERA
*******

Version 2.2a (development)

License Information
===================

See the file "License.txt" for information on the terms & conditions for usage,
and a DISCLAIMER OF ALL WARRANTIES.

All trademarks referenced herein are property of their respective holders.

Web Resources
=============

1. The Cantera Google Code site:
   http://cantera.googlecode.com/
   This site contains the Cantera source code, and the issue tracker for bugs
   and enhancement requests.

2. The Cantera SourceForge site:
   http://sourceforge.net/projects/cantera
   Distribution of Cantera releases and binary installers. It also contains the
   project CVS history.

3. Cantera Documentation:
   http://cantera.github.com/docs/sphinx/html/index.html
   This site contains documentation for the current stable version of Cantera.

   http://cantera.github.com/dev-docs/sphinx/html/index.html
   This site contains documentation for the development version of Cantera.

4. The Cantera User's Group:
   http://groups.google.com/group/cantera-users
   This site has a message board for discussions amongst Cantera users.

5. The Cantera Developers Group:
   http://groups.google.com/group/cantera-dev
   Limited access site where developers can discuss development ideas.