Skip to content

Commit

Permalink
Lithium: Add table of reactions to manual
Browse files Browse the repository at this point in the history
Lists lithium ionisation, recombination and charge exchange.
  • Loading branch information
bendudson committed Feb 9, 2024
1 parent bc77543 commit b7902f6
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions docs/sphinx/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,57 @@ and `AmjuelHeRecombination10` classes:
.. doxygenstruct:: AmjuelHeRecombination10
:members:

Lithium
~~~~~~~

These rates are taken from ADAS ('96 and '89)

+-----------------------+---------------------------------------+
| Reaction | Description |
+=======================+=======================================+
| li + e -> li+ + 2e | Lithium ionisation |
+-----------------------+---------------------------------------+
| li+ + e -> li+2 + 2e | |
+-----------------------+---------------------------------------+
| li+2 + e -> li+3 + 2e | |
+-----------------------+---------------------------------------+
| li+ + e -> li | Lithium recombination |
+-----------------------+---------------------------------------+
| li+2 + e -> li+ | |
+-----------------------+---------------------------------------+
| li+3 + e -> li+2 | |
+-----------------------+---------------------------------------+
| li+ + h -> li + h+ | Charge exchange with hydrogen |
+-----------------------+---------------------------------------+
| li+2 + h -> li+ + h+ | |
+-----------------------+---------------------------------------+
| li+3 + h -> li+2 + h+ | |
+-----------------------+---------------------------------------+
| li+ + d -> li + d+ | Charge exchange with deuterium |
+-----------------------+---------------------------------------+
| li+2 + d -> li+ + d+ | |
+-----------------------+---------------------------------------+
| li+3 + d -> li+2 + d+ | |
+-----------------------+---------------------------------------+
| li+ + t -> li + t+ | Charge exchange with tritium |
+-----------------------+---------------------------------------+
| li+2 + t -> li+ + t+ | |
+-----------------------+---------------------------------------+
| li+3 + t -> li+2 + t+ | |
+-----------------------+---------------------------------------+

The implementation of these rates is in `ADASLithiumIonisation`,
`ADASLithiumRecombination` and `ADASLithiumCX` template classes:

.. doxygenstruct:: ADASLithiumIonisation
:members:

.. doxygenstruct:: ADASLithiumRecombination
:members:

.. doxygenstruct:: ADASLithiumCX
:members:

Neon
~~~~

Expand Down

0 comments on commit b7902f6

Please sign in to comment.