aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 5add743..89e3e5f 100755
--- a/param.ccl
+++ b/param.ccl
@@ -58,3 +58,18 @@ BOOLEAN hydro_excision "Turn on of off (default) storage for hydro excision"
{
} "no"
+# Settings for temperature and electron fraction
+
+KEYWORD initial_temperature "Initial value for temperature"
+{
+ "none" :: "inactive"
+ "zero" :: "initially set to zero"
+} "none"
+
+KEYWORD initial_entropy "Initial value for entropy"
+{
+ "none" :: "inactive"
+ "zero" :: "initially set to zero"
+} "none"
+
+