PLUTO
definitions_06.h
Go to the documentation of this file.
1 #define PHYSICS RMHD
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 RK2
9 #define DIMENSIONAL_SPLITTING NO
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 DIV_CLEANING
18 
19 /* -- user-defined parameters (labels) -- */
20 
21 #define VEL_0 0
22 
23 /* [Beg] user-defined constants (do not change this line) */
24 
25 #define RMHD_FAST_EIGENVALUES YES
26 #define RECONSTRUCT_4VEL YES
27 
28 /* [End] user-defined constants (do not change this line) */
29 
30 /* -- supplementary constants (user editable) -- */
31 
32 #define INITIAL_SMOOTHING NO
33 #define WARNING_MESSAGES YES
34 #define PRINT_TO_FILE YES
35 #define INTERNAL_BOUNDARY NO
36 #define SHOCK_FLATTENING NO
37 #define CHAR_LIMITING NO
38 #define LIMITER VANLEER_LIM
39 #define ASSIGN_VECTOR_POTENTIAL YES
40 #define UPDATE_VECTOR_POTENTIAL NO