Catera with additional transport models
Find a file
John Hewson 1dad7e320a LiquidTransport.h LiquidTransport.cpp
Removed a number of variables relevant only to the gas-phase transport
coefficient models.  These include the following:
-    vector_fp  m_cond;
-    vector_fp                    m_polytempvec;
-    vector<vector_fp>            m_condcoeffs;
-    std::vector<vector_fp> viscCoeffsVector_;
-    vector_fp m_sqvisc;
-    vector_fp viscSpecies_;
-    DenseMatrix m_wratkj1;
-    DenseMatrix m_phi;
-    DenseMatrix m_wratjk;

Removed much code related to these variables.

Added a number of variables relevant to the liquid-phase transport
models including: 
+    vector_fp  m_condSpecies;
+    vector_fp m_viscSpecies;
+    vector_fp  m_visc_A;
+    vector_fp  m_visc_n;
+    vector_fp  m_visc_Tact;
+    vector_fp  m_thermCond_A;
+    vector_fp  m_thermCond_n;
+    vector_fp  m_thermCond_Tact;

Changed some of the relevant comments to
pertain to the liquid-phase models.
2009-09-24 20:46:26 +00:00
apps Initial Import 2009-07-27 23:17:19 +00:00
bin
Cantera LiquidTransport.h LiquidTransport.cpp 2009-09-24 20:46:26 +00:00
cmake
config Added a file 2008-05-07 19:27:39 +00:00
data ignore list maintenance. 2009-07-29 15:22:58 +00:00
docs Added an example of cantera on a mac. 2009-08-22 23:10:44 +00:00
examples Finished the initial implementation of the ignore information. 2009-07-30 14:27:49 +00:00
ext Deleting .cvsignore files. 2009-07-28 18:34:16 +00:00
include
test_problems Added in a model for the thermal conductivity of pure water 2009-09-16 02:13:43 +00:00
tools Initial Import 2009-07-27 23:17:19 +00:00
win32 Ignore maintenance for vc++ build 2009-07-31 20:10:50 +00:00
.cvsignore Added a file 2009-07-11 17:27:09 +00:00
ChangeLog
CMakeLists.txt *** empty log message *** 2008-02-18 04:04:06 +00:00
config.cmake *** empty log message *** 2008-02-18 04:04:06 +00:00
config.h.in Algorithm improvements in the equilibrium solver. 2009-04-18 00:42:47 +00:00
config.h_cmake.in
config_cantera.cmake *** empty log message *** 2008-02-18 04:04:06 +00:00
configure Added a viscosity model into WaterTransport.cpp for pure water 2009-09-15 21:46:44 +00:00
configure.in Added a viscosity model into WaterTransport.cpp for pure water 2009-09-15 21:46:44 +00:00
License.rtf Added Sandia to the copywrite statement. 2009-08-01 02:45:30 +00:00
License.txt Added Sandia to the copywrite statement. 2009-08-01 02:45:30 +00:00
Makefile.in Fixed an error in Cantera.mak that appears just for macs. 2009-08-22 22:47:38 +00:00
preconfig Algorithm improvements in the equilibrium solver. 2009-04-18 00:42:47 +00:00
README.txt Added Sandia to the copywrite statement. 2009-08-01 02:45:30 +00:00
winconfig.h changed the defaults 2009-07-11 17:28:10 +00:00

        
                             C A N T E R A

                              release 1.8

                               08/2009

***************************************************************
***                                                         
***                                                         
***************************************************************

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 current main Cantera web site is under construction. There exists three
web sites for communication amongst Cantera users:

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

2. The Cantera googleCode site.  Distribution of the Cantera source code is
   done using googleCode. The site is http://code.google.com/p/cantera/.

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

=============================================================

*  Old Cantera source code site. Distribution of the Cantera source code was 
   done using SourceForge. The old site is located at
   http://sourceforge.net/projects/cantera.
   It still contains the project cvs history.