PLUTO
definitions_01.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 VECTOR
6 #define COOLING NO
7 #define RECONSTRUCTION PARABOLIC
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 IDEAL
16 #define ENTROPY_SWITCH NO
17 #define DIVB_CONTROL CONSTRAINED_TRANSPORT
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 RMIN 0
27 #define RMAX 1
28 #define RHO_CUT 2
29 #define BETA 3
30 #define ETA 4
31 #define SCALE_HEIGHT 5
32 
33 /* [Beg] user-defined constants (do not change this line) */
34 
35 #define USE_DIPOLE NO
36 
37 /* [End] user-defined constants (do not change this line) */
38 
39 /* -- supplementary constants (user editable) -- */
40 
41 #define INITIAL_SMOOTHING NO
42 #define WARNING_MESSAGES YES
43 #define PRINT_TO_FILE YES
44 #define INTERNAL_BOUNDARY NO
45 #define SHOCK_FLATTENING NO
46 #define CHAR_LIMITING NO
47 #define LIMITER MC_LIM
48 #define CT_EMF_AVERAGE UCT_HLL
49 #define CT_EN_CORRECTION NO
50 #define ASSIGN_VECTOR_POTENTIAL YES
51 #define UPDATE_VECTOR_POTENTIAL NO