From 2960ea13adf5d95b4bb2f6869d59186b2c9b2158 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 25 Jul 2017 09:32:12 +0800 Subject: clusters/halo: Change config "eta_turb" to "beta_turb" This configuration option "beta_turb" has different meaning as "eta_turb" in [Cassano & Brunetti 2005], though they can both be an indicator for the turbulence acceleration efficiency. Rename this configuration option to make the difference more clear. Signed-off-by: Aaron LI --- fg21sim/configs/20-extragalactic.conf.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 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 b35507e..a48dbee 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -65,9 +65,8 @@ # Emission of giant radio halos from galaxy clusters [[halos]] - # Fraction of the turbulence energy in the form of magneto-sonic waves, - # which will channel into relativistic electrons. - eta_turb = float(default=0.3, min=0.0, max=1.0) + # Intensity of the turbulence acceleration. + beta_turb = float(default=0.3, min=0.1, max=2.0) # Ratio of the total energy injected into cosmic-ray electrons during # the cluster life to its total thermal energy. -- cgit v1.2.2