PLUTO Test Problems
4.4-patch2
|
Collection of relativistic MHD shock-tube problems. More...
Functions | |
void | InitDomain (Data *d, Grid *grid) |
This directory contains several 1D shock-tube configurations commonly used for benchmarking of numerical methods. There are 16 input parameters that can be used to specify entirely the left and right states with respect to the discontinuity initially placed at x=1/2
. For the left state one has:
g_inputParam[RHO_LEFT]
: density for the left stateg_inputParam[VX_LEFT]
: normal (x) velocity for the left stateg_inputParam[VY_LEFT]
: tangential (y) velocity for the left stateg_inputParam[VZ_LEFT]
: tangential (z) velocity for the left stateg_inputParam[BY_LEFT]
: tangential (y) magnetic field for the left stateg_inputParam[BZ_LEFT]
: tangential (z) magnetic field for the left stateg_inputParam[PR_LEFT]
: pressure in the left stateSimilar parameters are used to specify the right states. In addition,
g_inputParam[BX_CONST]
: normal component of magnetic field (this cannot have jump)g_inputParam[GAMMA_EOS]
: the specific heat ratioThe IDEAL equation of state is used. The available configurations are taken from
Conf | Reference |
---|---|
01-02 | 1st problem in [MB06] |
03-04 | 2nd problem in [MB06] |
05-06 | 3rd problem in [MB06] |
07-08 | 4th problem in [MB06] |
09-10 | 2nd problem in [MUB09] |
11-12 | 4th problem (generic Alfven test) in [MUB09] |
13-14 | [MMB05] |
References