The Object is called RedlichKwongMFTP, and it implements a multicomponent real gas approximation.
Most of the functionality has been verified against sample problems involving the CO2-H2O system.
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@
Added compatibility for sundials 2.4 along the 1.8.0 branch. I'll
add it to the main trunk as well shortly. This hasn't been fully tested
except for the cxx_examples problem.
LAPACK_NAME_LOWERCASE, and LAPACK_FTN_TRAILING_UNDERSCORE in the
config.h.in file. Previously they defaulted to being "defined". Now
they are user-configurable, with the default being that they are
"defined".
declaration/definition of static variables in templatized classes.
There is an irreconcilable difference between cygwin and Solaris, that
I handled by creating a compiler define in config.h.