cantera/src
Ray Speth a59309e81e [Reactor] Independent variables for Reactor are now T,V, and Yk
This formulation for the reactor's governing equations significantly improves
the performance of integrator, mostly by improving the quality of the
Jacobian. The effect is small for smaller mechanisms (GRI 3.0) but can lead to
order-of-magnitude improvements for mechanisms with hundreds or thousands of
species.

Since this set of variables corresponds to the intrinsic state variables used
for IdealGasPhase objects, we also eliminate the need to iterate when setting
the state of the thermo object.

Additionally, by using temperature as an independent variable, the
temperature-dependent parts of the kinetic rate expressions do not need to be
recomputed while updating the Jacobian (this optimization is not currently
implemented).
2013-05-23 19:33:16 +00:00
..
apps Removed unnecessary MIN and MAX macros 2013-04-29 18:05:10 +00:00
base Removed mdp_allo.h and mdp_allo.cpp from Cantera proper 2013-04-29 18:05:35 +00:00
clib [Python] Fixed creation of PressureController objects 2013-05-08 15:47:37 +00:00
equil Removed unnecessary MIN and MAX macros 2013-04-29 18:05:10 +00:00
fortran Removed unnecessary temporaries used for storing return values 2013-02-14 01:04:07 +00:00
kinetics [Kinetics] Fixed a NaN result in falloff reaction rates 2013-05-06 20:05:57 +00:00
matlab Re-applied consistent formatting to trunk 2013-02-07 23:40:59 +00:00
numerics Eliminated use of mdp functions in BEulerInt 2013-04-29 18:05:31 +00:00
oneD Fixed compiler warnings about initialization order 2013-04-18 22:09:16 +00:00
python [SCons] Python module can be installed to user's site-packages directory 2013-03-04 17:31:08 +00:00
spectra Removed extraneous parentheses around arguments to 'return' 2013-02-14 01:03:48 +00:00
thermo Removed unnecessary use of mdp_copy_dbl_1 from ThermoPhase 2013-04-29 18:05:14 +00:00
tpx Eliminated unnecessary empty destructors from derived classes 2013-04-29 18:04:23 +00:00
transport Eliminated unnecessary empty destructors from derived classes 2013-04-29 18:04:23 +00:00
zeroD [Reactor] Independent variables for Reactor are now T,V, and Yk 2013-05-23 19:33:16 +00:00
Makefile.am Removed obsolete C++ Chemkin mechanism converter 2012-07-26 20:49:50 +00:00
SConscript Added a new SCons configuration variable 'warning_flags' 2012-11-14 21:07:03 +00:00