diff options
author | Aaron LI <aly@aaronly.me> | 2019-01-25 15:49:05 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-01-25 15:49:05 +0800 |
commit | 8ab2148f9871920e81562a88f491456fcca4b8b5 (patch) | |
tree | 5124815c8cda1fef659527cc79ab5c9a4b4a552e /fg21sim/configs | |
parent | 427b12bb9b4f5b9923494efaf33c83cb213ab3d6 (diff) | |
download | fg21sim-8ab2148f9871920e81562a88f491456fcca4b8b5.tar.bz2 |
clusters/halo: Fold parameter "zeta_ins" into "f_acc"
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/config.spec | 10 |
1 files changed, 3 insertions, 7 deletions
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) |