PLUTO
definitions_03.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 8
12 
13 /* -- physics dependent declarations -- */
14 
15 #define EOS IDEAL
16 #define ENTROPY_SWITCH NO
17 #define DIVB_CONTROL CONSTRAINED_TRANSPORT
18 
19 /* -- user-defined parameters (labels) -- */
20 
21 #define PRS_IN 0
22 #define PRS_OUT 1
23 #define RHO_IN 2
24 #define RHO_OUT 3
25 #define BMAG 4
26 #define THETA 5
27 #define PHI 6
28 #define RADIUS 7
29 
30 /* [Beg] user-defined constants (do not change this line) */
31 
32 
33 /* [End] user-defined constants (do not change this line) */
34 
35 /* -- supplementary constants (user editable) -- */
36 
37 #define INITIAL_SMOOTHING NO
38 #define WARNING_MESSAGES YES
39 #define PRINT_TO_FILE YES
40 #define INTERNAL_BOUNDARY NO
41 #define SHOCK_FLATTENING NO
42 #define CHAR_LIMITING NO
43 #define LIMITER MINMOD_LIM
44 #define CT_EMF_AVERAGE UCT_HLL
45 #define CT_EN_CORRECTION YES
46 #define ASSIGN_VECTOR_POTENTIAL YES
47 #define UPDATE_VECTOR_POTENTIAL NO