diff options
author | Aaron LI <aly@aaronly.me> | 2017-12-30 20:18:50 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-12-30 20:18:50 +0800 |
commit | 0478a88558f75d3afc6ecfc3e1af232520cb2bc8 (patch) | |
tree | d4a6eb8ad9af25ea9c47e953e13f703305ee3725 /fg21sim/configs/20-extragalactic.conf.spec | |
parent | 229139f4c3d326828d6ce4d4b2497c67643e96f8 (diff) | |
download | fg21sim-0478a88558f75d3afc6ecfc3e1af232520cb2bc8.tar.bz2 |
cluster/halo: Estimate halo radius ~ 0.33*R_vir (main cluster)
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 69db5c8..7d52de4 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -149,8 +149,9 @@ [[halos]] # The turbulence is generally injected at the cluster center during # a merger. This option parameterize the turbulence injection scale - # to be a fraction of the virial radius of the (main) cluster. - f_lturb = float(default=0.5, min=0.1, max=1.0) + # to be a fraction of the virial radius of the (main) cluster, which + # is also used to determine the radio halo radius. + f_lturb = float(default=0.33, min=0.1, max=1.0) # The custom option to tune the turbulent acceleration timescale, which # controls the relativistic particle acceleration efficiencies. |