cantera/interfaces
Ray Speth f1b28158bf [Reactor] Fix behavior of componentIndex with ambigous names
The name 'H' can mean either the species by that name or the entahlpy
of the reactor, in the case of ConstPressureReactor, and the previous
behavior always returned the index of the enthalpy.

This changes the behavior to preferentially return the species, and
adds alternative names for reactor state variables that are less
likely to generate namespace collisions: 'mass', 'volume',
'int_energy', 'enthalpy', 'temperature', 'distance', 'velocity'. The
single character names are still supported.

Resolves Issue 193.
2013-12-14 00:18:12 +00:00
..
cython [Reactor] Fix behavior of componentIndex with ambigous names 2013-12-14 00:18:12 +00:00
matlab Remove deprecated HTML logging functionality 2013-12-09 01:36:11 +00:00
python_minimal [Python] Remove the legacy Python module 2013-12-09 01:35:08 +00:00