Added Dehnen potential and moved external potentials to a new compilation unit
This commit is contained in:
parent
62b0d7e491
commit
c79cef895a
7 changed files with 168 additions and 278 deletions
|
|
@ -49,6 +49,7 @@ input_file_name = data.con
|
|||
# Whether to output a warning on the screen when the minimum time step is encountered. [default: false]
|
||||
#dt_min_warning = false
|
||||
|
||||
|
||||
####################
|
||||
# EXTERNAL GRAVITY #
|
||||
####################
|
||||
|
|
@ -84,6 +85,10 @@ input_file_name = data.con
|
|||
#ext_log_halo_v = 240 # km/s
|
||||
#ext_log_halo_r = 1 # kpc
|
||||
|
||||
# This is a spherical Dehnen model.
|
||||
#ext_dehnen_m = 1E11 # MSun
|
||||
#ext_dehnen_r = 2 # kpc
|
||||
#ext_dehnen_gamma = 0.5
|
||||
|
||||
|
||||
###################################
|
||||
|
|
@ -107,6 +112,7 @@ input_file_name = data.con
|
|||
# Number of nearest neighbours to the SMBH (or SMBHs) to include in output. [default: 10]
|
||||
#live_smbh_neighbor_number = 10
|
||||
|
||||
|
||||
##################################
|
||||
# BINARY SUPERMASSIVE BLACK HOLE #
|
||||
##################################
|
||||
|
|
@ -129,6 +135,7 @@ input_file_name = data.con
|
|||
# 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