From c2dd440ec996e9493f4067ae328f379d35ce618f Mon Sep 17 00:00:00 2001 From: rhaas Date: Thu, 9 Aug 2012 06:27:00 +0000 Subject: Fix to oblique case for Advected loop, new implementation of Alfven wave test including used-defined pressure (to alter wavespeed) and oblique case From: Josh Faber git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@150 ac85fae7-cede-4708-beff-ae01c7fa1c26 --- param.ccl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 63a138e..2651a7c 100644 --- a/param.ccl +++ b/param.ccl @@ -191,6 +191,20 @@ KEYWORD advectedloop_delA "How to calculate B^i field from the potential A^b" "Numeric" :: "Finite difference approximation of the derivatives applied" } "Exact" +#################################3 +# Alfven Wave test +################################3 +KEYWORD alfvenwave_type "1-dimensional or 2-dimensional?" +{ + "1D" :: "1-dimensional" + "2D" :: "2-dimensional (in x-y plane)" +} "1D" + +CCTK_REAL alfvenwave_pressure "P_gas for the Alfven wave" +{ + (0:* :: "positive" +} 1.0 + ################################################################################## # BONDI PARAMETERS: (black hole mass specified by parameters from the "Exact" thorn) ################################################################################## -- cgit v1.2.3