Filled out TransportFactory::getLiquidInteractionsTransportData to parse interaction parameters. About 220 lines of XML node extraction added. LiquidTransport.h LiquidTransport.cpp Near the end of LiquidTransport::initLiquid, added the copying of interaction parameters from the LiquidTransportParams object to members: + m_visc_Eij = tr.visc_Eij; + m_visc_Sij = tr.visc_Sij; + m_lambda_Aij = tr.thermalCond_Aij; + m_diff_Dij = tr.diff_Dij; + m_radius_Aij = tr.radius_Aij; Note that the last member was added to allow for hydrodynamic radius mixing rules. |
||
|---|---|---|
| .. | ||
| clib | ||
| cxx | ||
| fortran | ||
| lib | ||
| matlab | ||
| python | ||
| src | ||
| user | ||
| cmake_install.cmake | ||
| CMakeLists.txt | ||
| Makefile.in | ||
| README.txt | ||
This directory contains the source for Cantera and its various
language interfaces.
clib - the library of C-callable functions used by the Python and
Matlab interfaces.
cxx - files that are only required for C++ application programs.
matlab - the Cantera Matlab toolbox
python - the Cantera Python package
src - the Cantera kernel, used by Cantera in all its forms