PLUTO
definitions_01.h
Go to the documentation of this file.
1 #define PHYSICS MHD
2 #define DIMENSIONS 2
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 NO
10 #define NTRACER 0
11 #define USER_DEF_PARAMETERS 16
12 
13 /* -- physics dependent declarations -- */
14 
15 #define EOS IDEAL
16 #define ENTROPY_SWITCH NO
17 #define DIVB_CONTROL CONSTRAINED_TRANSPORT
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 
43 /* [Beg] user-defined constants (do not change this line) */
44 
45 
46 /* [End] user-defined constants (do not change this line) */
47 
48 /* -- supplementary constants (user editable) -- */
49 
50 #define INITIAL_SMOOTHING NO
51 #define WARNING_MESSAGES YES
52 #define PRINT_TO_FILE NO
53 #define INTERNAL_BOUNDARY NO
54 #define SHOCK_FLATTENING NO
55 #define CHAR_LIMITING NO
56 #define LIMITER FOURTH_ORDER_LIM
57 #define CT_EMF_AVERAGE ARITHMETIC
58 #define CT_EN_CORRECTION NO
59 #define ASSIGN_VECTOR_POTENTIAL NO
60 #define UPDATE_VECTOR_POTENTIAL NO
61 #define PRIMITIVE_HANCOCK YES