Skip to content

Commit 91355e9

Browse files
authored
update screening doc (#1702)
1 parent c8cd2bb commit 91355e9

File tree

1 file changed

+59
-11
lines changed

1 file changed

+59
-11
lines changed

Docs/source/screening.rst

+59-11
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,45 @@ Screening of Reaction Rates
44

55
.. index:: SCREEN_METHOD
66

7-
Screening of reaction rates can be computed using several different methods,
8-
controlled by the make parameter ``SCREEN_METHOD``. For example,
7+
Introduction
8+
------------
9+
10+
Plasma screening is the enhancement of nuclear reaction rates, :math:`R`
11+
due to the Coulomb coupling of the surrounding plasma and electrons
12+
and ions. The enhancement of the reaction rates is done via the form:
13+
14+
.. math::
15+
R_{\mathrm{scr}} = R \exp{(h)}
16+
17+
where :math:`R_{\mathrm{scr}}` is the screened reaction rate and :math:`h`
18+
characterizes the magnitude of the screening.
19+
Plasma screening can be broken up to different regimes depending
20+
on the Coulomb coupling parameter, :math:`\Gamma`,
21+
of the reaction rate reactants. Generally, :math:`\Gamma \ll 1` and
22+
:math:`\Gamma \gtrsim 1` correspond to weak and strong screening regimes,
23+
respectively. :math:`\Gamma` is defined as:
24+
25+
.. math::
26+
\Gamma = \alpha(Z_1, Z_2) \Gamma_e
27+
28+
where :math:`\alpha(Z_1, Z_2)` characterizes the Coulomb strength of
29+
the reactants, its definition can vary slightly depending on the
30+
screening routine. :math:`\Gamma_e` is the Coulomb coupling parameter
31+
depending only on the thermodynamic conditions.
32+
33+
.. math::
34+
\Gamma_e= e^2 \frac{\sqrt[3]{4 \pi n_e / 3}}{k_B T}
35+
36+
where :math:`e` is the electron charge and :math:`n_e` is the
37+
electron number density.
38+
39+
40+
Screening Options
41+
-----------------
42+
43+
The screening enhancement factor can be can be computed using
44+
several different methods, controlled by the make parameter ``SCREEN_METHOD``.
45+
For example,
946

1047
.. prompt:: bash
1148

@@ -19,19 +56,24 @@ The options are:
1956

2057
This is the screening routine from the Kepler stellar evolution code
2158
and is the default used with the distributed versions of the "aprox"
22-
family of reaction networks. It uses the screening described in
23-
:cite:`graboske:1973` for the weak limit and :cite:`jancovici:1977`,
24-
:cite:`alastuey:1978`, :cite:`itoh:1979` for the strong limit. The
25-
overall procedure is described in :cite:`Wallace:1982`.
59+
family of reaction networks. In the weak screenng regime,
60+
:math:`\Gamma < 0.3`, it uses screening described in
61+
:cite:`graboske:1973`. In the strong screening regime,
62+
:math:`\Gamma > 0.8`, it uses screening described in
63+
:cite:`jancovici:1977`, :cite:`alastuey:1978`, :cite:`itoh:1979`.
64+
For the intermediate screening regime, :math:`0.3 < \Gamma < 0.8`,
65+
a weighted blending between the weak and strong screening are used.
66+
The overall procedure is described in :cite:`Wallace:1982`.
2667

2768
This is the default screening method.
2869

2970
* ``chugunov2007`` :
3071

3172
This implements the screening of :cite:`chugunov:2007`, following
32-
:cite:`yakovlev:2006` to extend to binary mixtures.
73+
:cite:`yakovlev:2006` to extend to binary mixtures. It is suitable
74+
for :math:`\Gamma \lesssim 600`.
3375

34-
* ``chugunov2009``
76+
* ``chugunov2009`` :
3577

3678
This implements the screening of :cite:`chugunov:2009`. The main
3779
difference is that the 2007 one calculates an effective coupling
@@ -42,17 +84,23 @@ The options are:
4284
This includes the portion in the appendix that blends in the weak
4385
screening limit.
4486

45-
* ``chabrier1998``:
87+
* ``chabrier1998`` :
4688

47-
This implements the screening of :cite:`Chabrier_1998` as well as the quantum corrections for strong screening according to screen5. This is suggested in the appendix of :cite:`Calder_2007`. This screening is compatible with NSE calculations unlike ``screen5``, ``chugunov2007``, and ``chugunov2009``. This screening should be valid in the weak screening regime, :math:`\Gamma < 0.1`, and strong screening regime, :math:`1 \lesssim \Gamma \lesssim 160`.
89+
This implements the screening of :cite:`Chabrier_1998` as well as
90+
the quantum corrections for strong screening according to screen5,
91+
which is suggested in the appendix of :cite:`Calder_2007`.
92+
This screening is compatible with NSE calculations unlike ``screen5``,
93+
``chugunov2007``, and ``chugunov2009``. This screening is valid in the
94+
weak screening regime, :math:`\Gamma < 0.1`, and strong screening regime,
95+
:math:`1 \lesssim \Gamma \lesssim 160`.
4896

4997
* ``null`` :
5098

5199
This disables screening by always returning 1 for the screening
52100
enhancement factor.
53101

54102
Runtime Options
55-
----------------
103+
---------------
56104

57105
.. index:: screening.enable_chabrier1998_quantum_corr
58106

0 commit comments

Comments
 (0)