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