Added post-Newtonian parameters to the config file
This commit is contained in:
parent
9b900eff6e
commit
d7332be188
4 changed files with 60 additions and 20 deletions
|
|
@ -66,6 +66,13 @@ binary_smbh_influence_radius_factor = 3.162277660168379497918067e+03
|
|||
# Add post Newtonian terms to SMBH-SMBH gravity. [default: false]
|
||||
binary_smbh_pn = true
|
||||
|
||||
# A mask array (zeros and ones) determining whether or not to use specific post-Newtonian terms.
|
||||
# The elements represent {0, 1, 2, 2.5, 3, 3.5, spin}
|
||||
pn_usage = {1, 1, 1, 1, 0, 0, 0}
|
||||
|
||||
# The speed of light in N-body units [default: 500]
|
||||
pn_c = 477.12
|
||||
|
||||
####################################
|
||||
# Negative powers of two #
|
||||
####################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue