PLUTO
definitions_03.h
Go to the documentation of this file.
1 #define PHYSICS RMHD
2 #define DIMENSIONS 2
3 #define COMPONENTS 3
4 #define GEOMETRY CYLINDRICAL
5 #define BODY_FORCE NO
6 #define COOLING NO
7 #define RECONSTRUCTION LINEAR
8 #define TIME_STEPPING RK3
9 #define DIMENSIONAL_SPLITTING NO
10 #define NTRACER 1
11 #define USER_DEF_PARAMETERS 6
12 
13 /* -- physics dependent declarations -- */
14 
15 #define EOS TAUB
16 #define ENTROPY_SWITCH NO
17 #define DIVB_CONTROL CONSTRAINED_TRANSPORT
18 
19 /* -- user-defined parameters (labels) -- */
20 
21 #define MACH 0
22 #define LORENTZ 1
23 #define RHOJ 2
24 #define RHOA 3
25 #define SIGMA_POL 4
26 #define SIGMA_TOR 5
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 YES
37 #define PRINT_TO_FILE YES
38 #define INTERNAL_BOUNDARY NO
39 #define SHOCK_FLATTENING NO
40 #define CHAR_LIMITING NO
41 #define LIMITER VANLEER_LIM
42 #define CT_EMF_AVERAGE UCT_CONTACT
43 #define CT_EN_CORRECTION NO
44 #define ASSIGN_VECTOR_POTENTIAL YES
45 #define UPDATE_VECTOR_POTENTIAL NO