PLUTO
definitions_11.h
Go to the documentation of this file.
1 #define PHYSICS MHD
2 #define DIMENSIONS 3
3 #define COMPONENTS 3
4 #define GEOMETRY CARTESIAN
5 #define BODY_FORCE NO
6 #define COOLING NO
7 #define RECONSTRUCTION LINEAR
8 #define TIME_STEPPING CHARACTERISTIC_TRACING
9 #define DIMENSIONAL_SPLITTING NO
10 #define NTRACER 0
11 #define USER_DEF_PARAMETERS 7
12 
13 /* -- physics dependent declarations -- */
14 
15 #define EOS IDEAL
16 #define ENTROPY_SWITCH NO
17 #define DIVB_CONTROL DIV_CLEANING
18 #define BACKGROUND_FIELD NO
19 #define RESISTIVITY NO
20 #define THERMAL_CONDUCTION NO
21 #define VISCOSITY NO
22 #define ROTATING_FRAME NO
23 
24 /* -- user-defined parameters (labels) -- */
25 
26 #define P_IN 0
27 #define P_OUT 1
28 #define BMAG 2
29 #define THETA 3
30 #define PHI 4
31 #define RADIUS 5
32 #define GAMMA 6
33 
34 /* [Beg] user-defined constants (do not change this line) */
35 
36 #define GLM_EXTENDED YES
37 
38 /* [End] user-defined constants (do not change this line) */
39 
40 /* -- supplementary constants (user editable) -- */
41 
42 #define INITIAL_SMOOTHING NO
43 #define WARNING_MESSAGES YES
44 #define PRINT_TO_FILE YES
45 #define INTERNAL_BOUNDARY NO
46 #define SHOCK_FLATTENING NO
47 #define CHAR_LIMITING YES
48 #define LIMITER DEFAULT
49 #define ASSIGN_VECTOR_POTENTIAL NO
50 #define UPDATE_VECTOR_POTENTIAL NO