virtual void getdlnActCoeffdlnX(doublereal *dlnActCoeffdlnX) const; to ThermoPhase, GibbsExcessVPSSTP, VPStandardStateTP and MargulesVPSSTP classes (i.e. the whole thermo tree). In GibbsExcessVPSSTP and above, these methods are not yet implemented. In MargulesVPSSTP, the internal method void s_update_dlnActCoeff_dlnX() const; does the work and stores the result in the member dlnActCoeffdlnX_Scaled_. |
||
|---|---|---|
| .. | ||
| 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