cantera/src
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
..
base [Test] Make testing of deprecated methods possible 2019-06-25 22:30:59 -04:00
clib [clib] Add functions for creating objects directly from input files 2019-06-25 22:30:59 -04:00
equil Remove code deprecated in Cantera 2.4 2018-12-14 11:27:24 -05:00
fortran [Fortran] Add functions for constructing objects based on filenames 2019-06-25 22:30:59 -04:00
kinetics [Input] Implement 'skip-undeclared-third-bodies' option in YAML format 2019-06-25 22:30:59 -04:00
matlab Exposing getDeltaEnthalpies to Matlab interface. 2019-06-27 18:03:07 -04:00
numerics implemented limited advance step 2019-06-26 13:48:01 -04:00
oneD take care of uninitialized value warning during compilation 2019-06-26 13:48:01 -04:00
pch [SCons] Move PCH-related files out of include to avoid installing them 2016-11-04 11:36:13 -04:00
thermo [Input] Instantiate BinarySolutionTabulatedThermo from YAML 2019-06-25 22:30:59 -04:00
tpx Wrapped common uses of boost string algorithms. 2017-10-25 09:30:22 -04:00
transport [Input] Store additional species transport data in TransportData object 2019-06-25 22:30:59 -04:00
zeroD [Reactor] Use correct phase state after mass flow rate evaluation 2019-06-27 10:47:05 -04:00
SConscript Add methods for accessing the git commit used when compiling 2017-01-20 22:43:56 -05:00