PLUTO
definitions_02.h
Go to the documentation of this file.
1 #define PHYSICS HD
2 #define DIMENSIONS 2
3 #define COMPONENTS 2
4 #define GEOMETRY CARTESIAN
5 #define BODY_FORCE NO
6 #define COOLING NO
7 #define RECONSTRUCTION PARABOLIC
8 #define TIME_STEPPING CHARACTERISTIC_TRACING
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 THERMAL_CONDUCTION NO
18 #define VISCOSITY NO
19 #define ROTATING_FRAME NO
20 
21 /* -- user-defined parameters (labels) -- */
22 
23 #define DN_PP 0
24 #define VX_PP 1
25 #define VY_PP 2
26 #define PR_PP 3
27 #define DN_MP 4
28 #define VX_MP 5
29 #define VY_MP 6
30 #define PR_MP 7
31 #define DN_MM 8
32 #define VX_MM 9
33 #define VY_MM 10
34 #define PR_MM 11
35 #define DN_PM 12
36 #define VX_PM 13
37 #define VY_PM 14
38 #define PR_PM 15
39 
40 /* [Beg] user-defined constants (do not change this line) */
41 
42 
43 /* [End] user-defined constants (do not change this line) */
44 
45 /* -- supplementary constants (user editable) -- */
46 
47 #define INITIAL_SMOOTHING NO
48 #define WARNING_MESSAGES YES
49 #define PRINT_TO_FILE YES
50 #define INTERNAL_BOUNDARY NO
51 #define SHOCK_FLATTENING NO
52 #define CHAR_LIMITING NO
53 #define LIMITER DEFAULT