Catera with additional transport models
TransportFactory::setupLiquidTransport:
Removed "transport_database" argument since this can equally well be
pulled from thermo object also passed. The "transport_databse" is now
called species_database (since it holds the vector of species nodes.
The method getLiquidTransportData is renamed to
getLiquidSpeciesTransportData to reflect the fact that it just parses
the species node parts of the transport data.
A new XML_Node, called phase_database and corresponding to the phase,
is defined. If this has a child "transport" node, this node is passed
to the new method.
void TransportFactory::getLiquidInteractionsTransportData(
const XML_Node &transportNode,
XML_Node& log,
const std::vector<std::string>& names,
LiquidTransportParams& tr);
This method, largely unfilled, will parse models for species-species
interactions in the liquid phase.
TransportFactory::getLiquidSpeciesTransportData
Largely minor changes to the parsing of the species transport
properties, but allow all temperature dependence models for
hydrodynamic radius just for generality.
LiquidTransportData objects are now pushed directly onto
LiquidTransportParams instead of filling members of
LiquidTransportParams. Removed most of the unit conversion and will
rely largely on the parser unit conversions. Need to be careful
here, especially with the hydrodynamic radius which will likely be
given in Angstroms and not meters.
|
||
|---|---|---|
| apps | ||
| bin | ||
| Cantera | ||
| cmake | ||
| config | ||
| data | ||
| docs | ||
| examples | ||
| ext | ||
| include | ||
| test_problems | ||
| tools | ||
| win32 | ||
| .cvsignore | ||
| ChangeLog | ||
| CMakeLists.txt | ||
| config.cmake | ||
| config.h.in | ||
| config.h_cmake.in | ||
| config_cantera.cmake | ||
| configure | ||
| configure.in | ||
| License.rtf | ||
| License.txt | ||
| Makefile.in | ||
| preconfig | ||
| README.txt | ||
| winconfig.h | ||
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.