From 2ad2169909838a6a8055fc69541a1cde8ffe8391 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 25 Jan 2019 16:17:23 +0800 Subject: clusters/halo: Account for mass scaling in tau_acceleration() Add configuration option "mass_index" to specify the scaling index. --- fg21sim/configs/config.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fg21sim/configs/config.spec') diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index adc4134..f68b2e1 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -398,6 +398,10 @@ stream = option("stderr", "stdout", "", default="stderr") # Electron injection, which is assumed to have a constant injection # rate and a power-law spectrum. injection_index = float(default=2.3, min=2.1, max=3.0) + # The scaling index of the diffusion coefficient (D_γγ) w.r.t. the + # mass of the main cluster. + mass_index = float(default=0, min=0, max=2) + # Minimum and maximum Lorentz factor (i.e., energy) of the relativistic # electron spectrum. -- cgit v1.2.2