From fa707d5cb0c0e02924866417e872401ea8c1c125 Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 4 Sep 2012 12:28:47 +0000 Subject: * add a hot shocktube to run shocktube tests with the nuclear EOS From: Christian Ott git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@156 ac85fae7-cede-4708-beff-ae01c7fa1c26 --- schedule.ccl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'schedule.ccl') 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")) { -- cgit v1.2.3