You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/online-docs/pages/User guide/Program options/program-options-list-defaults.rst
+94-8Lines changed: 94 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Any program options that are not specified take default values.
10
10
11
11
.. _options-props-top:
12
12
13
-
The full list of program options, and their default values is shown below.
13
+
The full list of program options with brief explanations and their default values is shown below. We also include a listing of options (this time, by name only) grouped by category.
:ref:`Stellar evolution and winds <options-stellar-evolution>`
27
+
:ref:`Mass transfer physics <options-mass-transfer>`
28
+
:ref:`Supernovae <options-supernovae>`
29
+
:ref:`Administrative <options-admin>`
24
30
25
31
COMPAS information
26
32
------------------
@@ -409,23 +415,25 @@ Must be a floating-point number in the range :math:`[0.0, 2\pi)`. |br|
409
415
Default = Random number drawn uniformly from :math:`[0.0, 2\pi)`
410
416
411
417
**--kick-phi-1** |br|
412
-
The angle between ’x’ and ’y’, both in the orbital plane of the supernova vector, for the primary star
413
-
of a binary system when evolving in BSE mode, should it undergo a supernova event (radians). |br|
414
-
Default = Random number drawn uniformly from :math:`[0.0, 2\pi)`
418
+
The angle between ’x’ and ’y’, both in the orbital plane of the supernova vector, for the primary star of a binary system when evolving in BSE mode, should it undergo a supernova event (radians). |br|
419
+
Default = Drawn according to specified ``--kick-direction`` distribution
415
420
416
421
**--kick-phi-2** |br|
417
422
The angle between ’x’ and ’y’, both in the orbital plane of the supernova vector, for the secondary
418
423
star of a binary system when evolving in BSE mode, should it undergo a supernova event (radians). |br|
419
-
Default = Random number drawn uniformly from :math:`[0.0, 2\pi)`
424
+
Default = Drawn according to specified ``--kick-direction`` distribution
420
425
421
426
**--kick-scaling-factor** |br|
422
427
Arbitrary factor used to scale kicks. |br|
423
428
Default = 1.0
424
429
425
430
**--kick-theta-1** |br|
426
-
The angle between the orbital plane and the ’z’ axis of the supernova vector for the for the primary star of a
427
-
binary system when evolving in BSE mode, should it undergo a supernova event (radians). |br|
428
-
Default = Random number drawn uniformly from :math:`[0.0, 2\pi)`
431
+
The angle between the orbital plane and the ’z’ axis of the supernova vector for the primary star of a binary system when evolving in BSE mode, should it undergo a supernova event (radians). |br|
432
+
Default = Drawn according to specified ``--kick-direction`` distribution
433
+
434
+
**--kick-theta-2** |br|
435
+
The angle between the orbital plane and the ’z’ axis of the supernova vector for the secondary star of a binary system when evolving in BSE mode, should it undergo a supernova event (radians). |br|
436
+
Default = Drawn according to specified ``--kick-direction`` distribution
429
437
430
438
.. _options-props-L:
431
439
@@ -905,3 +913,81 @@ Value of logarithmic derivative of radius with respect to mass, :math:`\zeta` fo
905
913
(including Hertzsprung Gap (HG) stars). |br|
906
914
Default = 6.5
907
915
916
+
917
+
Category listing
918
+
--------------------
919
+
920
+
Go to :ref:`the top of this page <options-props-top>` for the full alphabetical list of options with explanations and default values
0 commit comments