From 8ab2148f9871920e81562a88f491456fcca4b8b5 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 25 Jan 2019 15:49:05 +0800 Subject: clusters/halo: Fold parameter "zeta_ins" into "f_acc" --- fg21sim/configs/config.spec | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'fg21sim/configs/config.spec') diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index 1ba8dd3..adc4134 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -374,19 +374,15 @@ stream = option("stderr", "stdout", "", default="stderr") # Giant radio halos # [[halos]] - # A custom parameter to tune the turbulent acceleration efficiency. - # NOTE: The smaller this parameter, the shorter the acceleration - # timescale, therefore more efficient acceleration. + # A custom factor to tune the turbulent acceleration efficiency. + # NOTE: This parameter incorporates the efficiency factor describing + # the effectiveness of the ICM plasma instabilities. f_acc = float(default=1.0, min=0.1, max=10) # The factor that is multiplied to the turbulence injection radius # to derive the radio halo radius. f_radius = float(default=1.0, min=0.5, max=10) - # An efficiency factor describing the effectiveness of plasma - # instabilities (e.g., due to spatial or temporal intermittency). - zeta_ins = float(default=0.1, min=0.1, max=1.0) - # The fraction of merger energy transferred into the turbulence. eta_turb = float(default=0.1, min=0.1, max=0.5) -- cgit v1.2.2