PLUTO
definitions_tor.h
Go to the documentation of this file.
1 #define PHYSICS RMHD
2 #define DIMENSIONS 3
3 #define COMPONENTS 3
4 #define GEOMETRY CARTESIAN
5 #define INCLUDE_BODY_FORCE NO
6 #define INCLUDE_COOLING NO
7 #define INCLUDE_PARTICLES NO
8 #define INTERPOLATION LINEAR
9 #define TIME_STEPPING HANCOCK
10 #define DIMENSIONAL_SPLITTING YES
11 #define NTRACER 1
12 #define USER_DEF_PARAMETERS 6
13 
14 /* -- physics dependent declarations -- */
15 
16 #define EOS TAUB
17 #define MHD_FORMULATION DIV_CLEANING
18 
19 /* -- pointers to user-def parameters -- */
20 
21 #define MACH 0
22 #define LORENTZ 1
23 #define ETA 2
24 #define SIGMA_TOR 3
25 #define SIGMA_POL 4
26 #define EPS 5
27 
28 /* -- supplementary constants (user editable) -- */
29 
30 #define INITIAL_SMOOTHING NO
31 #define WARNING_MESSAGES NO
32 #define PRINT_TO_FILE NO
33 #define SHOCK_FLATTENING MULTID
34 #define ARTIFICIAL_VISCOSITY NO
35 #define CHAR_LIMITING NO
36 #define LIMITER DEFAULT
37 #define SAVE_VEC_POT NO
38 #define PRIMITIVE_HANCOCK NO