Catera with additional transport models
Find a file
Harry Moffat a01ddcedcc This is the start of trying to handle 32 bit vs. 64 bit compilation
on select platforms. For example, on linux you can compile 32 bit
and 64 bit if the os and hardware can handle 64 bits. In many cases
you want to stick to 32 bit compilations. One reason is that
python may only be set up for 32 bit add-on modules.
   e.g see the SIZEOF_VOID_P defn in pyconfig.h

So, I added BITCOMPILE BITHARDWARE, and BITCHANGE variables
I also added the variable ldemulationarg, because it's needed in
one case for 32 bit compilations on 64 bit linux boxes.

Later I will add the default compiler flags that make this 32 bit
compilation work. Now they are brought in through a prep script.
2006-03-03 18:03:22 +00:00
apps changed default to non-browser 2005-06-24 17:43:19 +00:00
bin added HFC134a 2005-01-14 13:41:37 +00:00
Cantera Fixed a warning message about getting to the end of a 2006-02-24 23:24:50 +00:00
config This is the start of trying to handle 32 bit vs. 64 bit compilation 2006-03-03 18:03:22 +00:00
data changes to support the classes for CO2 and heptane in tpx 2005-09-16 04:57:32 +00:00
examples *** empty log message *** 2005-08-18 14:44:35 +00:00
ext Replaced the file dgbefa.f with dgbfa.f. The later is used in other 2006-03-03 16:44:41 +00:00
include *** empty log message *** 2004-08-05 21:25:31 +00:00
test_problems Rebaselined the problem. 2006-03-03 16:37:39 +00:00
tools misc minor fixes 2005-11-26 16:08:40 +00:00
.cvsignore Added the file config.h to this list. 2005-10-21 15:51:06 +00:00
ChangeLog *** empty log message *** 2005-12-07 10:21:18 +00:00
config.h.in *** empty log message *** 2005-11-10 20:48:27 +00:00
configure removed critical and saturation properties from ThermoPhase 2005-12-09 17:49:33 +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 *** empty log message *** 2005-07-25 03:55:32 +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.