cantera/interfaces
Steven DeCaluwe 2d2004da7e Exposing getDeltaEnthalpies to Matlab interface.
The general intent here was to enable calculating reaction enthalpies in the
Matlab toolbox, as part of the li-ion battery simulations in PR #563.

This required several changes:

- Create getDeltaEnthalpies.m in Matlab toolbox/@Kinetics, as well as similar
methods for Gibbs free energy and entropy of reaction
- Add kin_getDelta to kineticsmethods.cpp.
- Add getPartialMolarEnthalpies to metalPhase class (it returns all zeros).

Note that similar methods are not enabled for the corresponding
'Standard State' methods, for the time being.  Mainly because it is
difficult for me to envision a significant use case, but also because of
some lingering confusion between 'standard' and 'reference' states in
Cantera's codebase.
2019-06-27 18:03:07 -04:00
..
cython [Reactor] Use correct phase state after mass flow rate evaluation 2019-06-27 10:47:05 -04:00
matlab Exposing getDeltaEnthalpies to Matlab interface. 2019-06-27 18:03:07 -04:00
python_minimal [SCons] Only build the Python package for Python 3.x 2018-09-19 17:59:59 -04:00