PLUTO
definitions_04.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 INTERPOLATION LINEAR
8 #define TIME_STEPPING RK2
9 #define DIMENSIONAL_SPLITTING NO
10 #define NTRACER 0
11 #define USER_DEF_PARAMETERS 4
12 #define USER_DEF_CONSTANTS 1
13 
14 /* -- physics dependent declarations -- */
15 
16 #define EOS TAUB
17 #define ENTROPY_SWITCH NO
18 #define USE_FOUR_VELOCITY NO
19 
20 /* -- Chombo-AMR flags -- */
21 
22 #define AMR_EN_SWITCH NO
23 
24 /* -- user-defined parameters (labels) -- */
25 
26 #define BETA 0
27 #define RHO_IN 1
28 #define RHO_OUT 2
29 #define PRESS_IN 3
30 
31 /* -- user-defined symbolic constants -- */
32 
33 #define LOGR NO
34 
35 /* -- supplementary constants (user editable) -- */
36 
37 #define INITIAL_SMOOTHING NO
38 #define WARNING_MESSAGES YES
39 #define PRINT_TO_FILE YES
40 #define INTERNAL_BOUNDARY NO
41 #define SHOCK_FLATTENING NO
42 #define ARTIFICIAL_VISCOSITY NO
43 #define CHAR_LIMITING NO
44 #define LIMITER VANLEER_LIM