Skip to content

Commit

Permalink
[interface] fix documentation for TwoTempPlasmaRate
Browse files Browse the repository at this point in the history
  • Loading branch information
BangShiuh committed Mar 23, 2022
1 parent dbcba1e commit 13dbbfb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions interfaces/cython/cantera/reaction.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,15 @@ cdef class TwoTempPlasmaRate(ArrheniusRateBase):
.. math::
k_f = A T_e^b \exp(-\tfrac{E_{a,g}}{RT}) \exp(-\tfrac{E_{a,e}}{RT_e})
where :math:`A` is the `pre_exponential_factor`, :math:`b` is the
`temperature_exponent`, :math:`E_{a,g}` is the `activation_energy`, and
:math:`E_{a,e}` is the `activation_electron_energy`.
k_f = A T_e^b \exp(-\tfrac{E_{a,g}}{RT}) \exp(\tfrac{E_{a,e}(T_e - T)}{R T T_e})
where :math:`A` is the
`pre_exponential_factor <ArrheniusTypeRate.pre_exponential_factor>`,
:math:`b` is the `temperature_exponent <ArrheniusTypeRate.temperature_exponent>`,
:math:`E_{a,g}` (``Ea_gas``) is the
`activation_energy <ArrheniusTypeRate.activation_energy>`, and
:math:`E_{a,e}` (``Ea_electron``) is the
`activation_electron_energy <ArrheniusTypeRate.activation_electron_energy>`.
"""
_reaction_rate_type = "two-temperature-plasma"

Expand Down

0 comments on commit 13dbbfb

Please sign in to comment.