associated with transport coefficient mixing properties: + LiquidTranMixingModel m_viscMixModel; + LiquidTranMixingModel m_lambdaMixModel; + DenseMatrix m_lambda_Aij; + LiquidTranMixingModel m_diffMixModel; + DenseMatrix m_diff_Dij; + LiquidTranMixingModel m_radiusMixModel; Removed - int m_compositionDepType; since it is replaced by the above property-dependent model specifications. Similarly in LiquidTransportParams.h added following + LiquidTranMixingModel model_viscosity; + LiquidTranMixingModel model_thermalCond; + DenseMatrix thermalCond_Aij; + LiquidTranMixingModel model_speciesDiffusivity; + DenseMatrix diff_Dij; + LiquidTranMixingModel model_hydroradius; Added some processing of the above variables from the XML file in LiquidTransport::getLiquidInteractionsTransportData. |
||
|---|---|---|
| .. | ||
| 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