From d5ee2af330c8575d98a75386b8290e44e0634f1c Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 27 Mar 2022 19:47:28 -0400 Subject: [PATCH] Add YAML docs for two-temperature-plasma reaction --- doc/sphinx/yaml/reactions.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/sphinx/yaml/reactions.rst b/doc/sphinx/yaml/reactions.rst index 2b2424a074..8c5e0aa11f 100644 --- a/doc/sphinx/yaml/reactions.rst +++ b/doc/sphinx/yaml/reactions.rst @@ -26,6 +26,7 @@ The fields common to all ``reaction`` entries are: - :ref:`chemically-activated ` - :ref:`pressure-dependent-Arrhenius ` - :ref:`Chebyshev ` + - :ref:`two-temperature-plasma ` - :ref:`Blowers-Masel ` - :ref:`surface-Blowers-Masel ` @@ -286,6 +287,26 @@ Example:: type: Blowers-Masel rate-constant: {A: 3.87e+04 cm^2/mol/s, b: 2.7, Ea0: 6260.0 cal/mol, w: 1e9 cal/mol} +.. _sec-yaml-two-temperature-plasma: + +``two-temperature-plasma`` +-------------------------- + +A reaction involving an electron as one of the reactants, where the electron temperature +may differ from the gas temperature as `described here `__. + +Includes the fields of an :ref:`sec-yaml-elementary` reaction, except that the +``rate-constant`` field is a mapping with the fields: + +``A`` + The pre-exponential factor +``b`` + The temperature exponent, which is applied to the electron temperature +``Ea_T`` + The activation energy term :math:`E_{a,g}` that is related to the gas temperature +``Ea_Te`` + The activation energy term :math:`E_{a,e}` that is related to the electron + temperature .. _sec-yaml-interface-reaction: