diff options
author | Aaron LI <aly@aaronly.me> | 2018-05-22 23:11:03 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-05-22 23:11:03 +0800 |
commit | 378214f7e9ecc17d615ec5c81f5b4bac34cf8467 (patch) | |
tree | 09615cb002eda0a4f09c4833e6ee67e746baf8cf /fg21sim | |
parent | cf23bbee3bd9f0457e0f7a0a2ebff0424d287fa8 (diff) | |
download | fg21sim-378214f7e9ecc17d615ec5c81f5b4bac34cf8467.tar.bz2 |
clusters/config: Tune parameter eta_e
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 6e023e5..943c7e0 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -182,7 +182,7 @@ # The fraction of the thermal energy injected into the cosmic-ray # electrons during the cluster life time. - eta_e = float(default=0.001, min=0.001, max=0.1) + eta_e = float(default=0.003, min=0.001, max=0.1) # The ratio of cosmic ray (including protons and electrons) energy # density (i.e., pressure) to the thermal energy density. |