From 6d29ab0782b2498742f8f4bd543f9ca087b6cdff Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 31 Aug 2017 16:10:25 +0800 Subject: configs: Update clusters simulation parameters Carried many simulation tests to determine the best parameters, by comparing with the integrated counts distribution (i.e., halo luminosity function) reported in previous works (Cassano2006, Cassano2012, and Ensslin2002). --- fg21sim/configs/20-extragalactic.conf.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fg21sim/configs/20-extragalactic.conf.spec') diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index e960a5e..5529d5f 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -49,7 +49,7 @@ # the merger crossing time (~1 Gyr), and is also longer than the lifetime # of radio halos. # Unit: [Gyr] - tau_merger = float(default=3.0, min=1.0, max=5.0) + tau_merger = float(default=2.0, min=1.0, max=5.0) # Magnetic field scaling relation for clusters # Reference: Cassano et al. 2012, A&A, 548, A100, Eq.(1) @@ -70,11 +70,11 @@ [[halos]] # Roughly the fraction of turbulence energy transformed to accelerate # the electrons, describing the efficiency of turbulence acceleration. - eta_turb = float(default=0.3, min=0.1, max=1.0) + eta_turb = float(default=0.2, min=0.1, max=1.0) # Ratio of the total energy injected into cosmic-ray electrons during # the cluster life to its total thermal energy. - eta_e = float(default=0.005, min=0.001, max=0.1) + eta_e = float(default=0.003, min=0.001, max=0.1) # Minimum and maximum Lorentz factor (i.e., energy) of the relativistic # electron spectrum. @@ -96,7 +96,7 @@ # Electron injection, which is assumed to have a constant injection # rate and a power-law spectrum. - injection_index = float(default=2.5, min=2.1, max=3.5) + injection_index = float(default=2.4, min=2.1, max=3.5) # Extragalactic point sources -- cgit v1.2.2