PLUTO
definitions_01.h
Go to the documentation of this file.
1 #define PHYSICS MHD
2 #define DIMENSIONS 1
3 #define COMPONENTS 3
4 #define GEOMETRY CARTESIAN
5 #define BODY_FORCE NO
6 #define COOLING NO
7 #define RECONSTRUCTION LINEAR
8 #define TIME_STEPPING HANCOCK
9 #define DIMENSIONAL_SPLITTING YES
10 #define NTRACER 0
11 #define USER_DEF_PARAMETERS 17
12 
13 /* -- physics dependent declarations -- */
14 
15 #define EOS IDEAL
16 #define ENTROPY_SWITCH NO
17 #define DIVB_CONTROL NO
18 #define BACKGROUND_FIELD NO
19 #define RESISTIVITY NO
20 #define THERMAL_CONDUCTION NO
21 #define VISCOSITY NO
22 #define ROTATING_FRAME NO
23 
24 /* -- user-defined parameters (labels) -- */
25 
26 #define RHO_LEFT 0
27 #define VX_LEFT 1
28 #define VY_LEFT 2
29 #define VZ_LEFT 3
30 #define BY_LEFT 4
31 #define BZ_LEFT 5
32 #define PR_LEFT 6
33 #define RHO_RIGHT 7
34 #define VX_RIGHT 8
35 #define VY_RIGHT 9
36 #define VZ_RIGHT 10
37 #define BY_RIGHT 11
38 #define BZ_RIGHT 12
39 #define PR_RIGHT 13
40 #define BX_CONST 14
41 #define GAMMA_EOS 15
42 #define DIVIDE_BY_4PI 16
43 
44 /* [Beg] user-defined constants (do not change this line) */
45 
46 
47 /* [End] user-defined constants (do not change this line) */
48 
49 /* -- supplementary constants (user editable) -- */
50 
51 #define INITIAL_SMOOTHING NO
52 #define WARNING_MESSAGES YES
53 #define PRINT_TO_FILE NO
54 #define INTERNAL_BOUNDARY NO
55 #define SHOCK_FLATTENING NO
56 #define CHAR_LIMITING NO
57 #define LIMITER MC_LIM
58 #define ASSIGN_VECTOR_POTENTIAL NO
59 #define UPDATE_VECTOR_POTENTIAL NO
60 #define PRIMITIVE_HANCOCK YES