aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-04 12:28:47 +0000
committerrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-04 12:28:47 +0000
commitfa707d5cb0c0e02924866417e872401ea8c1c125 (patch)
tree1a63b4adec9ff00b9fdacf51d88bebdfa4935f58 /schedule.ccl
parent53d74960b6fe39674e186e1f98b0d5c20f53b3af (diff)
* add a hot shocktube to run shocktube tests with the nuclear EOS
From: Christian Ott <cott@bethe.tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@156 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 19ac82d..7e5ab2c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -33,6 +33,13 @@ if (CCTK_Equals(initial_hydro,"alfvenwave")) {
} "Circularly polarized Alfven wave initial data"
}
+if (CCTK_Equals(initial_hydro,"shocktube_hot")) {
+ schedule GRHydro_shocktube_hot in HydroBase_Initial AFTER (HydroBase_Y_e_one,HydroBase_Zero)
+ {
+ LANG: Fortran
+ } "Hot Shocktube initial data"
+}
+
if (CCTK_Equals(initial_hydro,"shocktube")) {
if(CCTK_Equals(initial_Bvec,"shocktube"))
{