PLUTO
definitions_02.h
Go to the documentation of this file.
1 #define PHYSICS RHD
2 #define DIMENSIONS 2
3 #define COMPONENTS 2
4 #define GEOMETRY CYLINDRICAL
5 #define BODY_FORCE NO
6 #define COOLING NO
7 #define RECONSTRUCTION WENO3
8 #define TIME_STEPPING RK3
9 #define DIMENSIONAL_SPLITTING YES
10 #define NTRACER 0
11 #define USER_DEF_PARAMETERS 4
12 
13 /* -- physics dependent declarations -- */
14 
15 #define EOS TAUB
16 #define ENTROPY_SWITCH NO
17 
18 /* -- user-defined parameters (labels) -- */
19 
20 #define BETA 0
21 #define RHO_IN 1
22 #define RHO_OUT 2
23 #define PRESS_IN 3
24 
25 /* [Beg] user-defined constants (do not change this line) */
26 
27 
28 /* [End] user-defined constants (do not change this line) */
29 
30 /* -- supplementary constants (user editable) -- */
31 
32 #define INITIAL_SMOOTHING NO
33 #define WARNING_MESSAGES YES
34 #define PRINT_TO_FILE YES
35 #define INTERNAL_BOUNDARY NO
36 #define SHOCK_FLATTENING MULTID
37 #define CHAR_LIMITING NO
38 #define LIMITER MINMOD_LIM