aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-03-08 16:12:49 +0000
committerknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-03-08 16:12:49 +0000
commit9565258e85778f68e55cf346399ba52a63687022 (patch)
tree3dc5be82c548d94b8c1bfc0136634a64d67b35f9 /param.ccl
parent284f26cffee4e51ec42b9b47b1bf615232b269ed (diff)
patch from Christian: add entropy and temperature
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@23 57fe0bb3-ccba-405f-9b23-de0201f165b7
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"
+
+