PLUTO
definitions_04.h
Go to the documentation of this file.
1 #define PHYSICS MHD
2 #define DIMENSIONS 2
3 #define COMPONENTS 2
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 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 SUPER_TIME_STEPPING
21 #define VISCOSITY NO
22 #define ROTATING_FRAME NO
23 
24 /* -- user-defined parameters (labels) -- */
25 
26 #define BMAG 0
27 #define THETA 1
28 #define T_IN 2
29 #define T_OUT 3
30 #define RHO_IN 4
31 #define RHO_OUT 5
32 
33 /* [Beg] user-defined constants (do not change this line) */
34 
35 #define UNIT_DENSITY (1.26*CONST_mH)
36 #define UNIT_LENGTH (CONST_pc)
37 #define UNIT_VELOCITY sqrt(g_gamma*CONST_kB*1.e6/(1.26*CONST_mH))
38 
39 /* [End] user-defined constants (do not change this line) */
40 
41 /* -- supplementary constants (user editable) -- */
42 
43 #define INITIAL_SMOOTHING NO
44 #define WARNING_MESSAGES YES
45 #define PRINT_TO_FILE YES
46 #define INTERNAL_BOUNDARY NO
47 #define SHOCK_FLATTENING NO
48 #define CHAR_LIMITING NO
49 #define LIMITER VANALBADA_LIM
50 #define CT_EMF_AVERAGE UCT_HLL
51 #define CT_EN_CORRECTION NO
52 #define ASSIGN_VECTOR_POTENTIAL YES
53 #define UPDATE_VECTOR_POTENTIAL NO