PLUTO
definitions_01.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 PARABOLIC
8 #define TIME_STEPPING CHARACTERISTIC_TRACING
9 #define DIMENSIONAL_SPLITTING NO
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 #define EPS_PSHOCK_FLATTEN 2.5
28 #define ARTIFICIAL_VISC 0.1
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 MULTID
39 #define CHAR_LIMITING YES
40 #define LIMITER MC_LIM