Catera with additional transport models
Find a file
John Hewson dbef25a481 LiquidTransport.h LiquidTransport.cpp
Changed order of some prototypes in LiquidTransport.h to group public,
protected and private members better.

Renamed methods (consistency with other transport models) like 
virtual void update_temp() 
to
virtual bool update_T()  //note boolean return value

Added method getSpeciesHydrodynamicRadius(doublereal* const radius);
to fill the hydrodynamic radius array.

Added protected member vectors to hold information on
temperature-dependent species transport properties:
(1) model enumeration like  
vector<LiquidTR_Model> m_viscTempDepType_Ns;
(2) coefficients of temperature-dependent properties like
vector<Coeff_T_>  m_coeffVisc_Ns;  
These replace sets of variables like m_visc_A, m_visc_n, m_visc_Tact.
These are filled in LiquidTransport::initLiquid using
LiquidTransportData vector held within LiquidTransportParams

Species thermal conductivity variables now use "lambda" instead of
"cond" for simplicity.

Still need to work on species-species interactions.  Variables like
int m_compositionDepType will need to be replaced by property-specific
(i.e. viscosity, thermal conductivity) variables.  

Major changes to LiquidTransport::initLiquid(LiquidTransportParams&
tr)
- starting to bring in species-species interactions, but not there
yet.  
- complete rewrite of filling temperture-dependent property variables.
- added hydrodynamic radius and species diffusivity property parsing.
- 

LiquidTransport::thermalConductivity() now uses mass-fraction weighted
mixing rule.  Generality will follow.

LiquidTransport::updateViscosity
LiquidTransport::updateCond_T() hava been updated to use new
temperture-dependent property coefficients (m_lambdaTempDepType_Ns and
m_coeffLambda_Ns).

LiquidTransport::updateDiff() now computes Stefan-Maxwell interaction
parameters (D_ij) using Stokes-Einstein reltion.
2009-10-23 18:59:18 +00:00
apps Initial Import 2009-07-27 23:17:19 +00:00
bin Added a -c to the install command. Note, it probably doesn't matter 2007-07-12 01:04:13 +00:00
Cantera LiquidTransport.h LiquidTransport.cpp 2009-10-23 18:59:18 +00:00
cmake EdgeKinetics now derives from InterfaceKinetics, and InterfaceKinetics has the beta parameter for electrochemistry 2007-05-18 10:54:54 +00:00
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 *** empty log message *** 2004-08-05 21:25:31 +00:00
test_problems A little bit of housecleaning. 2009-09-24 23:01:26 +00:00
tools Added all of the files in the transport directory. 2009-10-21 15:10:27 +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 *** empty log message *** 2008-01-09 13:43:26 +00:00
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 Sundials 2.4 compatibility. 2009-09-22 16:57:14 +00:00
config.h_cmake.in removed old files 2008-02-09 02:55:08 +00:00
config_cantera.cmake *** empty log message *** 2008-02-18 04:04:06 +00:00
configure Another update aimed at getting a SimpleTransport model up and running. 2009-10-13 00:27:48 +00:00
configure.in Merged Revisision_1.8.0 changes into the trunk. 2009-09-22 17:26:18 +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 Sundials 2.4 compatibility. 2009-09-22 16:57:14 +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.