Catera with additional transport models
Find a file
Ray Speth 22806f2896 Fixed some indexing problems in the equilibrium solvers
The expression (m_nsp - m_nel) where both of the variables are
unsigned types was being used as an array size and an upper bound for
some loop indices, neither of which work when there are more elements
than species.
2012-04-12 21:35:47 +00:00
data Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
doc Updated the main documentation page 2012-04-04 18:46:21 +00:00
doxygen [cantera]: updating configure.ac so I can start migrating and re-merging branch into spiffy new cantera master project 2012-02-27 18:07:21 +00:00
ext Added configuration option for building a single library 2012-04-05 22:03:30 +00:00
include/cantera Fixed some indexing problems in the equilibrium solvers 2012-04-12 21:35:47 +00:00
interfaces Improved formatting of TypeErrors encountered in ctml_writer.py 2012-04-04 18:45:07 +00:00
m4 [cantera]: forgot an important macro 2012-01-18 17:21:07 +00:00
platform Sorry for monolithic commit. Will break it up in the future. 2012-04-05 00:24:31 +00:00
samples Fixed some spelling issues 2012-04-04 18:44:24 +00:00
site_scons Fixed some spelling issues 2012-04-04 18:44:24 +00:00
src Fixed some indexing problems in the equilibrium solvers 2012-04-12 21:35:47 +00:00
test Added tests for overconstrained equilibrium problems 2012-04-12 21:35:40 +00:00
test_problems All tests now run using "scons test" 2012-04-12 15:28:33 +00:00
.gitignore Added machinery for unit testing of the Matlab toolbox 2012-03-13 17:32:10 +00:00
AUTHORS [cantera]: updating configure.ac so I can start migrating and re-merging branch into spiffy new cantera master project 2012-02-27 18:07:21 +00:00
bootstrap [cantera autotools]: adding bootstrap script to prep autoconf/autotools toolchain 2011-11-10 23:05:25 +00:00
configure.ac [cantera]: updating configure.ac so I can start migrating and re-merging branch into spiffy new cantera master project 2012-02-27 18:07:21 +00:00
License.txt Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
Makefile.am [cantera]: adding pkdgconfig support (I think) 2012-02-08 17:00:14 +00:00
NEWS [cantera+autotools]: adding news, readme and authors to suppress boostrap warnings 2011-11-10 23:11:04 +00:00
README Updated README 2012-04-11 17:37:36 +00:00
SConstruct All tests now run using "scons test" 2012-04-12 15:28:33 +00:00

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

Version 2.0.0 (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, downloads of binary releases,
   and the issue tracker for bugs and enhancement requests.

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

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

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

5. Old Cantera source code site.
   http://sourceforge.net/projects/cantera
   Distribution of the Cantera source code previously done using SourceForge.
   It still contains the project CVS history.