Skip to content

Commit ac9d146

Browse files
authored
Merge pull request #418 from mabruzzo/update-rxn-table
Add missing photo rates to documentation
2 parents 7f24eb8 + 40252b5 commit ac9d146

File tree

1 file changed

+57
-7
lines changed

1 file changed

+57
-7
lines changed

doc/source/Network.rst

Lines changed: 57 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
Chemical Network
44
==================
5+
6+
.. COMMENT-BLOCK:
7+
8+
To improve readability, we probably want to start using the following replacements
9+
10+
.. |HI| replace:: H
11+
12+
.. |HII| replace:: H\ :sup:`+`
13+
14+
.. |H-| replace:: H\ :sup:`-`
15+
16+
.. |H2I| replace:: H\ :sub:`2`
17+
18+
.. |H2II| replace:: H\ :sub:`2`:sup:`+`
19+
20+
.. |HeI| replace:: He
21+
22+
.. |HeII| replace:: He\ :sup:`+`
23+
24+
.. |HeIII| replace:: He\ :sup:`+`\ :sup:`+`
25+
26+
.. |e-| replace:: e\ :sup:`-`
27+
28+
.. |DI| replace:: D
29+
30+
.. |DII| replace:: D\ :sup:`+`
31+
32+
.. |HDI| replace:: HD
33+
534
The table below shows the reactions in Grackle`s chemical network. All reactions are of the form left-hand side (LHS) -> right-hand side (RHS). The rate column corresponds to the interval table responsable for the reaction rate. The citation colomns denotates the publication in which reaction rate appears in the form used within Grackle. Note, some reaction rate have multiple options depending on the setting of various parameters.
635

736
.. list-table::
@@ -133,16 +162,37 @@ The table below shows the reactions in Grackle`s chemical network. All reactions
133162
- k19
134163
- `Dalgarno & Lepp (1985) <https://ui.adsabs.harvard.edu/abs/1987IAUS..120..109D/abstract>`__
135164
- :c:data:`primordial_chemistry` >1
136-
* - H + H + H
137-
- H\ :sub:`2` + H
138-
- k22
139-
- see table below
140-
- :c:data:`primordial_chemistry` >1
141-
* - H + H + H\ :sub:`2`
142-
- H\ :sub:`2` + H\ :sub:`2`
165+
166+
* - 2H + H\ :sub:`2`
167+
- 2\ |H2I|
143168
- k21
144169
- `Cohen & Westberg (1983) <https://ui.adsabs.harvard.edu/abs/1983JPCRD..12..531C/abstract>`__
145170
- :c:data:`primordial_chemistry` >1
171+
172+
* - 3H
173+
- |H2I| + H
174+
- k22
175+
- see table below
176+
- :c:data:`primordial_chemistry` >1
177+
178+
* - H + :math:`{\gamma}`
179+
- |HII| + |e-|
180+
- k24
181+
- none
182+
- :c:data:`primordial_chemistry` >0
183+
184+
* - |HeII| + :math:`{\gamma}`
185+
- |HeIII| + |e-|
186+
- k25
187+
- none
188+
- :c:data:`primordial_chemistry` >0
189+
190+
* - |HeI| + :math:`{\gamma}`
191+
- |HeII| + |e-|
192+
- k26
193+
- none
194+
- :c:data:`primordial_chemistry` >0
195+
146196
* - H\ :sup:`-` + :math:`{\gamma}`
147197
- H + e\ :sup:`-`
148198
- k27

0 commit comments

Comments
 (0)