PLUTO
definitions_03.h
Go to the documentation of this file.
1 #define PHYSICS RHD
2 #define DIMENSIONS 2
3 #define COMPONENTS 2
4 #define GEOMETRY SPHERICAL
5 #define BODY_FORCE NO
6 #define COOLING NO
7 #define RECONSTRUCTION LINEAR
8 #define TIME_STEPPING RK2
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 
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 NO
38 #define CHAR_LIMITING NO
39 #define LIMITER VANLEER_LIM