Catera with additional transport models
Find a file
Ray Speth a59309e81e [Reactor] Independent variables for Reactor are now T,V, and Yk
This formulation for the reactor's governing equations significantly improves
the performance of integrator, mostly by improving the quality of the
Jacobian. The effect is small for smaller mechanisms (GRI 3.0) but can lead to
order-of-magnitude improvements for mechanisms with hundreds or thousands of
species.

Since this set of variables corresponds to the intrinsic state variables used
for IdealGasPhase objects, we also eliminate the need to iterate when setting
the state of the thermo object.

Additionally, by using temperature as an independent variable, the
temperature-dependent parts of the kinetic rate expressions do not need to be
recomputed while updating the Jacobian (this optimization is not currently
implemented).
2013-05-23 19:33:16 +00:00
bin Doxygen update 2013-02-01 18:59:17 +00:00
data Fix to ignore duplicate third body efficiencies in ohn.cti 2012-11-14 21:07:07 +00:00
doc Cleaned up Doxygen documentation for thermo factory classes 2013-03-07 18:51:04 +00:00
ext [SCons] Made installation of gtest optional 2013-02-15 17:32:31 +00:00
include/cantera [Reactor] Independent variables for Reactor are now T,V, and Yk 2013-05-23 19:33:16 +00:00
interfaces [Reactor/Test] Added some additional checks 2013-05-23 19:33:07 +00:00
m4 Removed keyword-substitution cruft 2012-05-24 16:29:29 +00:00
platform Updated coverage stats to show info on files that were not tested 2013-04-29 18:05:18 +00:00
samples [Matlab] Fixed integration failure in surfreactor example 2013-05-06 20:06:01 +00:00
site_scons [Test] Display details about failed CSV comparisons 2013-04-24 21:48:03 +00:00
src [Reactor] Independent variables for Reactor are now T,V, and Yk 2013-05-23 19:33:16 +00:00
test [Reactor/Test] Added a regression test for reactor surface chemistry 2013-05-23 19:32:31 +00:00
test_problems Removed unnecessary MIN and MAX macros 2013-04-29 18:05:10 +00:00
.gitignore Added machinery for unit testing of the Matlab toolbox 2012-03-13 17:32:10 +00:00
AUTHORS Miscellaneous cleanup 2012-06-12 22:48:28 +00:00
bootstrap Removed keyword-substitution cruft 2012-05-24 16:29:29 +00:00
cantera.pc.in Merge branch '2.0' into 'trunk' 2012-12-13 22:58:38 +00:00
ChangeLog [cantera]: fixing up the build system in prep for the 2.0 release. Should be shiny. 2012-06-14 23:00:58 +00:00
configure.ac Bump version for 2.0.1 maintenance release 2012-11-18 02:14:22 +00:00
INSTALL Added INSTALL with basic instructions for building with SCons 2012-07-03 17:49:59 +00:00
License.txt Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
Makefile.am removing several deprecated header files from the makefile.ams. In addition, headers should now be properly installed by the make install step 2012-07-18 22:54:54 +00:00
NEWS updating changelog 2012-07-18 22:56:31 +00:00
README Bump version for 2.0.1 maintenance release 2012-11-18 02:14:22 +00:00
SConstruct [SCons] Python module can be installed to user's site-packages directory 2013-03-04 17:31:08 +00:00

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

Version 2.1a1 (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.