cantera/interfaces/matlab/toolbox/@Kinetics
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
..
private [Matlab] Construct objects directly from input file names 2019-06-25 22:30:59 -04:00
advanceCoverages.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
clear.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
creationRates.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
destructionRates.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
equil_Kc.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
fwdRateConstants.m [Doc/Kinetics] Clarify values returned by getFwdRateConstants 2018-01-06 21:27:42 -05:00
getDeltaEnthalpies.m Exposing getDeltaEnthalpies to Matlab interface. 2019-06-27 18:03:07 -04:00
getDeltaEntropies.m Exposing getDeltaEnthalpies to Matlab interface. 2019-06-27 18:03:07 -04:00
getDeltaGibbs.m Exposing getDeltaEnthalpies to Matlab interface. 2019-06-27 18:03:07 -04:00
isReversible.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
Kinetics.m [Matlab] Construct objects directly from input file names 2019-06-25 22:30:59 -04:00
kinetics_hndl.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
multiplier.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
netProdRates.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
nReactions.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
nTotalSpecies.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
reactionEqn.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
revRateConstants.m [Doc/Kinetics] Clarify values returned by getFwdRateConstants 2018-01-06 21:27:42 -05:00
rop.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
rop_f.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
rop_net.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
rop_r.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
setMultiplier.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
stoich_net.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
stoich_p.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
stoich_r.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
ydot.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00