Skip to content

Commit

Permalink
[docs] Add Doxygen eqnarray
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Aug 6, 2023
1 parent 070c226 commit 855f239
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/cantera/kinetics/BlowersMaselRate.h
Expand Up @@ -43,12 +43,12 @@ struct BlowersMaselData : public ReactionData
* The Blowers Masel approximation @cite blowers2004 adjusts the activation energy
* based on enthalpy change of a reaction:
*
* \f{eqnarray*}{
* E_a &=& 0\; \text{if }\Delta H < -4E_0 \\
* E_a &=& \Delta H\; \text{if }\Delta H > 4E_0 \\
* @f{eqnarray*}{
* E_a &=& 0\; &\text{if }\Delta H < -4E_0 \\
* E_a &=& \Delta H\; &\text{if }\Delta H > 4E_0 \\
* E_a &=& \frac{(w + \Delta H / 2)(V_P - 2w +
* \Delta H)^2}{(V_P^2 - 4w^2 + (\Delta H)^2)}\; \text{Otherwise}
* \f}
* \Delta H)^2}{(V_P^2 - 4w^2 + (\Delta H)^2)}\; &\text{otherwise}
* @f}
* where
* @f[
* V_P = \frac{2w (w + E_0)}{w - E_0},
Expand Down

0 comments on commit 855f239

Please sign in to comment.