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 CYLINDRICAL
5 #define BODY_FORCE NO
6 #define COOLING NO
7 #define RECONSTRUCTION LINEAR
8 #define TIME_STEPPING RK2
9 #define DIMENSIONAL_SPLITTING NO
10 #define NTRACER 0
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 NO
18 
19 /* -- user-defined parameters (labels) -- */
20 
21 #define RHO_IN 0
22 #define BETA 1
23 #define BM 2
24 #define RM 3
25 
26 /* [Beg] user-defined constants (do not change this line) */
27 
28 #define RECONSTRUCT_4VEL YES
29 
30 /* [End] user-defined constants (do not change this line) */
31 
32 /* -- supplementary constants (user editable) -- */
33 
34 #define INITIAL_SMOOTHING NO
35 #define WARNING_MESSAGES YES
36 #define PRINT_TO_FILE YES
37 #define INTERNAL_BOUNDARY NO
38 #define SHOCK_FLATTENING NO
39 #define CHAR_LIMITING NO
40 #define LIMITER OSPRE_LIM
41 #define ASSIGN_VECTOR_POTENTIAL NO
42 #define UPDATE_VECTOR_POTENTIAL NO