aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/configs')
-rw-r--r--fg21sim/configs/config.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec
index fefb8b8..85606eb 100644
--- a/fg21sim/configs/config.spec
+++ b/fg21sim/configs/config.spec
@@ -447,3 +447,10 @@ stream = option("stderr", "stdout", "", default="stderr")
# Unit: [MHz]
fiducial_freq = float(default=150.0)
fiducial_factor = float(default=3.0, min=1)
+
+ # Parameters of the beta-model that is used to describe the gas density
+ # profile of the cluster.
+ # The fraction of the core radius to cluster's virial radius.
+ f_rc = float(default=0.1)
+ # The slope parameter (i.e., beta).
+ beta = float(default=0.8)