diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-25 13:19:11 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-25 13:19:11 +0800 |
commit | 737d7c4a16750df6c06571c82b64a338278a9229 (patch) | |
tree | f88580b530b81ef37b2ea4bfb11feb384e642534 /fg21sim/configs/20-extragalactic.conf.spec | |
parent | 69b97a5875dfacf8d4c9862689481d07b6d31168 (diff) | |
download | fg21sim-737d7c4a16750df6c06571c82b64a338278a9229.tar.bz2 |
clusters/halo: Add method to derive the initial electron spectrum
Also add the option "time_init" to control how long a period is used to derive
the initial electron spectrum.
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 042a808..3b83cb0 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -187,6 +187,11 @@ # Electron injection, which is assumed to have a constant injection # rate and a power-law spectrum. injection_index = float(default=2.4, min=2.1, max=3.5) + # How long the period before the merger begins, which is used to derive + # an approximately steady initial electron spectrum. During this period, + # the acceleration is turned off and only leaves energy loss mechanisms. + # Unit: [Gyr] + time_init = float(default=0.4, min=0) # Extragalactic point sources |