Catera with additional transport models
Find a file
Harry Moffat 71ef5ebfcc Fix for negative pre-exponential factors producing NaN rates
of progress. This bug was reported in the Cantera newsgroup.

The fix consists of replacing
  Rc = exp ( mlogA + blogT - Ea / RT)
with
  Rc = A * exp (b logT - Ea/RT)

Therefore, the log of A never has to be taken.

Note, this also allows for a zero rate of progress for a reaction.

Consequences:
   The permissible range of the rate constant values may be altered.
   Numerical roundoff differences will occur, since the order of
    operations in key rate constant evalulations has been changed.
   Speed of the calculation may be affected. I have no idea which way.

The fix should be considered as provisional. There are different pathways
for fixing this. This is merely the simplest.
2006-07-03 19:57:29 +00:00
apps changed default to non-browser 2005-06-24 17:43:19 +00:00
bin Added tscompare files. 2006-04-30 23:29:06 +00:00
Cantera Fix for negative pre-exponential factors producing NaN rates 2006-07-03 19:57:29 +00:00
config Solaris port: Changing directory structure to put configure.in in top 2006-04-30 23:03:46 +00:00
data changes to support the classes for CO2 and heptane in tpx 2005-09-16 04:57:32 +00:00
examples Added gri30.xml, so this example will work under the none python option. 2006-06-23 21:04:30 +00:00
ext misc 2006-05-17 17:43:53 +00:00
include *** empty log message *** 2004-08-05 21:25:31 +00:00
test_problems Fixed an error in the clean rule. 2006-06-23 21:01:27 +00:00
tools Additions to doxygen documentation. 2006-06-23 20:33:44 +00:00
.cvsignore Added some config log files to this file. 2006-04-30 23:43:56 +00:00
Cantera.README Solaris Port: the config/configure.in file has been pushed up one directory. 2006-04-30 23:07:18 +00:00
ChangeLog *** empty log message *** 2005-12-07 10:21:18 +00:00
config.h.in Added support for conditional use of ideal solid solutions. 2006-06-13 16:11:17 +00:00
configure Fixed an error in figuring out what time stamp program, tscompare, works 2006-06-22 13:47:49 +00:00
configure.in Fixed an error in figuring out what time stamp program, tscompare, works 2006-06-22 13:47:49 +00:00
License.rtf *** empty log message *** 2004-12-13 18:42:32 +00:00
License.txt *** empty log message *** 2004-08-01 20:22:41 +00:00
Makefile.in python=minimal fixes on cygwin 2006-06-23 23:23:03 +00:00
preconfig Changed NUMARRAY_HOME so that it doesn't have a default in preconfig. 2006-06-20 21:58:27 +00:00
README.txt updated 2005-06-24 17:04:53 +00:00
winconfig.h corrected minor bugs in windows versions of files 2005-08-19 03:17:16 +00:00

        
                             C A N T E R A

                              release 1.6

                               6/2005

      Copyright (c) 2001-2005 California Institute of Technology

***************************************************************
***                                                         ***
***   For information on installing and using Cantera, see  ***
***        http://www.cantera.org/Documentation             ***
***                                                         ***
***************************************************************

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 sites
==========

The main Cantera web site is http://www.cantera.org. This serves as a
gateway to the other two web sites:

1. The Cantera User's Group. http://groups.yahoo.com/groups/cantera.   
   This site has a message board, and some miscellaneous files and utilities. 

2. The Cantera Sourceforge site. Distribution of the Cantera source code is
   done using Sourceforge. The site is http://sourceforge.net/projects/cantera.