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 .
This commit is contained in:
parent
8f2468da52
commit
a1f9a178e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue