reactions. Now the kinetics operator carries around information that indicates whether a phase exists or not. If the phase exists then the species in it can be consumed by the kinetics heterogeneous operator. If it doesn't exist then species within the phase can only be created by the kinetics operator. Worked on Cantera's version control. In the config.h file, we now write several forms of version control information as preprocessor defines CANTERA_VERSION = double quoted string id'ing the branch number CANTERA_VERSION_MAJORNUMBER major number of Cantera as an int Defines that are specific to the branch and that are assigned a 1. e.g.: #define CANTERA_VERSION_18 1 #define CANTERA_VERSION_18_XXX 1 #define CANTERA_VERSION_18_LTD 1 In the Cantera.mak file, we write CANTERA_VERSION = double quoted string id'ing the branch number CANTERA_DEFINES = -DCANTERA_VERSION=@ctversion@ |
||
|---|---|---|
| .. | ||
| demos | ||
| include | ||
| src | ||
| .cvsignore | ||
| cmake_install.cmake | ||
| CMakeLists.txt | ||
| Makefile.in | ||
| README | ||
This directory contains files that are part of the C++ user interface. For the kernel C++ files, see directory ../src.