diff options
Diffstat (limited to 'fg21sim/configs')
| -rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 15 | 
1 files changed, 7 insertions, 8 deletions
| diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 0f797a8..b8af33b 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -43,6 +43,13 @@    # The fraction that a cluster hosts a radio halo    halo_fraction = float(default=None, min=0.0, max=1.0) +  # Magnetic field scaling relation for clusters +  # Reference: Cassano et al. 2012, A&A, 548, A100, Eq.(1) +  # +  # The mean magnetic field assumed +  b_mean = float(default=1.9, min=0.1, max=10) +  # The index of the scaling relation +  b_index = float(default=1.5, min=0.0, max=3.0)    # Resolution for simulating each cluster templates, which are finally    # mapped to the all-sky HEALPix map if used. @@ -73,14 +80,6 @@    # XXX: currently only support a constant radius of halos    radius = float(default=500.0, min=100.0) -  # Magnetic field scaling relation for clusters -  # Reference: Cassano et al. 2012, A&A, 548, A100, Eq.(1) -  # -  # The mean magnetic field assumed -  b_mean = float(default=1.9, min=0.1, max=10) -  # The index of the scaling relation -  b_index = float(default=1.5, min=0.0, max=3.0) -    # Fraction of the turbulence energy in the form of magneto-sonic waves.    eta_t = float(default=0.3, min=0.0, max=1.0) | 
