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 CYLINDRICAL
5 #define BODY_FORCE NO
6 #define COOLING NO
7 #define RECONSTRUCTION WENO3
8 #define TIME_STEPPING RK3
9 #define DIMENSIONAL_SPLITTING NO
10 #define NTRACER 0
11 #define USER_DEF_PARAMETERS 2
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_RATIO 0
24 #define PR_RATIO 1
25 
26 /* [Beg] user-defined constants (do not change this line) */
27 
28 
29 /* [End] user-defined constants (do not change this line) */
30 
31 /* -- supplementary constants (user editable) -- */
32 
33 #define INITIAL_SMOOTHING NO
34 #define WARNING_MESSAGES YES
35 #define PRINT_TO_FILE YES
36 #define INTERNAL_BOUNDARY NO
37 #define SHOCK_FLATTENING MULTID
38 #define CHAR_LIMITING YES
39 #define LIMITER VANLEER_LIM