aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl15
1 files changed, 13 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 3ccff24..5aca620 100755
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,15 @@
# Parameter definitions for thorn HydroBase
-restricted:
+SHARES: InitBase
+
+USES KEYWORD initial_data_setup_method
+
+RESTRICTED:
+
+KEYWORD initial_hydro "The hydro initial data"
+{
+ "zero" :: "hydro variables are set to vacuum (without atmosphere)"
+} "zero"
KEYWORD evolution_method "The hydro evolution method"
{
@@ -9,7 +18,7 @@ KEYWORD evolution_method "The hydro evolution method"
INT timelevels "Number of time levels in evolution scheme"
{
- 1:3 :: "FMR/AMR runs probably need 3. Otherwise use 2"
+ 1:3 :: ""
} 1
STRING prolongation_type "The prolongation operator used by Carpet for HydroBase variables"
@@ -19,6 +28,8 @@ STRING prolongation_type "The prolongation operator used by Carpet for HydroBase
".*" :: "Anything else"
} "ENO"
+# Settings for electron fraction Y_e
+
KEYWORD initial_Y_e "Initial value for Y_e"
{
"none" :: "inactive"