diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-26 20:53:45 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-26 20:53:45 +0800 |
commit | e3c07b150cb9ae18c0b8ba895631bd0c5f176651 (patch) | |
tree | f8c5bf729ab6d0a55db6400d36e0c21dd0df28ca /fg21sim/extragalactic/clusters | |
parent | 0c37caca18d9a96216db766dcf593fa8bd5063ec (diff) | |
download | fg21sim-e3c07b150cb9ae18c0b8ba895631bd0c5f176651.tar.bz2 |
clusters/configs: Update f_acc default to 1.0; also update descriptions
Diffstat (limited to 'fg21sim/extragalactic/clusters')
-rw-r--r-- | fg21sim/extragalactic/clusters/halo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/extragalactic/clusters/halo.py b/fg21sim/extragalactic/clusters/halo.py index 78ecbae..160ab96 100644 --- a/fg21sim/extragalactic/clusters/halo.py +++ b/fg21sim/extragalactic/clusters/halo.py @@ -315,7 +315,7 @@ class RadioHalo: α is a parameter ranges about 1.5-3, and we take it as: α = 3^(3/2) / 2 ≅ 2.6 η_turb describes the fraction of thermal energy originating from - turbulent dissipation, ~0.3. + turbulent dissipation, ~0.2-0.4. Reference: Ref.[miniati2015],Eq.(1) """ |