From a1f9a178e0d2ea76d924c8dd3b035bce919f80c6 Mon Sep 17 00:00:00 2001 From: g3bk47 Date: Mon, 27 Aug 2018 21:17:44 +0200 Subject: [PATCH] Correct doxygen string for SRI reactions Should be "T^e" instead of "exp(\frac{-e}{T})" according to CHEMKIN theory guide and actual code in https://github.com/Cantera/cantera/blob/master/src/kinetics/Falloff.cpp#L101 . --- include/cantera/kinetics/Falloff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cantera/kinetics/Falloff.h b/include/cantera/kinetics/Falloff.h index b209866bb..f3b78f388 100644 --- a/include/cantera/kinetics/Falloff.h +++ b/include/cantera/kinetics/Falloff.h @@ -181,7 +181,7 @@ protected: * \f[ P_r = \frac{k_0 [M]}{k_{\infty}} \f] * * \f[ F = {\left( a \; exp(\frac{-b}{T}) + exp(\frac{-T}{c})\right)}^n - * \; d \; exp(\frac{-e}{T}) \f] + * \; d \; T^e \f] * where * \f[ n = \frac{1.0}{1.0 + {\log_{10} P_r}^2} \f] *