PLUTO
definitions_01.h
Go to the documentation of this file.
1 #define PHYSICS RHD
2 #define DIMENSIONS 1
3 #define COMPONENTS 1
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 9
12 
13 /* -- physics dependent declarations -- */
14 
15 #define EOS IDEAL
16 #define ENTROPY_SWITCH NO
17 
18 /* -- user-defined parameters (labels) -- */
19 
20 #define GAMMA_EOS 0
21 #define DN_L 1
22 #define VX_L 2
23 #define VY_L 3
24 #define PR_L 4
25 #define DN_R 5
26 #define VX_R 6
27 #define VY_R 7
28 #define PR_R 8
29 
30 /* [Beg] user-defined constants (do not change this line) */
31 
32 
33 /* [End] user-defined constants (do not change this line) */
34 
35 /* -- supplementary constants (user editable) -- */
36 
37 #define INITIAL_SMOOTHING NO
38 #define WARNING_MESSAGES YES
39 #define PRINT_TO_FILE NO
40 #define INTERNAL_BOUNDARY NO
41 #define SHOCK_FLATTENING YES
42 #define CHAR_LIMITING NO
43 #define LIMITER FOURTH_ORDER_LIM
44 #define PRIMITIVE_HANCOCK YES