PLUTO
definitions_04.h
Go to the documentation of this file.
1 #define PHYSICS HD
2 #define DIMENSIONS 2
3 #define COMPONENTS 2
4 #define GEOMETRY CARTESIAN
5 #define BODY_FORCE POTENTIAL
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 3
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 ETA 0
24 #define GRAV 1
25 #define CHI 2
26 
27 /* [Beg] user-defined constants (do not change this line) */
28 
29 #define USE_RANDOM_PERTURBATION NO
30 #define CHOMBO_REF_VAR RHO
31 
32 /* [End] user-defined constants (do not change this line) */
33 
34 /* -- supplementary constants (user editable) -- */
35 
36 #define INITIAL_SMOOTHING NO
37 #define WARNING_MESSAGES YES
38 #define PRINT_TO_FILE YES
39 #define INTERNAL_BOUNDARY NO
40 #define SHOCK_FLATTENING NO
41 #define CHAR_LIMITING YES
42 #define LIMITER MC_LIM