PLUTO
definitions_02.h
Go to the documentation of this file.
1 #define PHYSICS RMHD
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 1
11 #define USER_DEF_PARAMETERS 4
12 
13 /* -- physics dependent declarations -- */
14 
15 #define EOS IDEAL
16 #define ENTROPY_SWITCH NO
17 #define DIVB_CONTROL CONSTRAINED_TRANSPORT
18 
19 /* -- user-defined parameters (labels) -- */
20 
21 #define SIGMA_TOR 0
22 #define SIGMA_POL 1
23 #define VEL0 2
24 #define MACH 3
25 
26 /* [Beg] user-defined constants (do not change this line) */
27 
28 
29 /* [End] user-defined constants (do not change this line) */
30 
31 /* -- supplementary constants (user editable) -- */
32 
33 #define INITIAL_SMOOTHING NO
34 #define WARNING_MESSAGES YES
35 #define PRINT_TO_FILE YES
36 #define INTERNAL_BOUNDARY NO
37 #define SHOCK_FLATTENING NO
38 #define CHAR_LIMITING NO
39 #define LIMITER MC_LIM
40 #define CT_EMF_AVERAGE ARITHMETIC
41 #define CT_EN_CORRECTION NO
42 #define ASSIGN_VECTOR_POTENTIAL YES
43 #define UPDATE_VECTOR_POTENTIAL NO
44 #define PRIMITIVE_HANCOCK NO