PLUTO
definitions_04.h
Go to the documentation of this file.
1 #define PHYSICS MHD
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 RK2
9 #define DIMENSIONAL_SPLITTING NO
10 #define NTRACER 1
11 #define USER_DEF_PARAMETERS 4
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 NO
21 #define VISCOSITY NO
22 #define ROTATING_FRAME NO
23 
24 /* -- user-defined parameters (labels) -- */
25 
26 #define ETA 0
27 #define JET_VEL 1
28 #define SIGMA_Z 2
29 #define SIGMA_PHI 3
30 
31 /* [Beg] user-defined constants (do not change this line) */
32 
33 
34 /* [End] user-defined constants (do not change this line) */
35 
36 /* -- supplementary constants (user editable) -- */
37 
38 #define INITIAL_SMOOTHING NO
39 #define WARNING_MESSAGES YES
40 #define PRINT_TO_FILE YES
41 #define INTERNAL_BOUNDARY NO
42 #define SHOCK_FLATTENING NO
43 #define CHAR_LIMITING NO
44 #define LIMITER MC_LIM
45 #define ASSIGN_VECTOR_POTENTIAL NO
46 #define UPDATE_VECTOR_POTENTIAL NO