PLUTO
definitions_12.h
Go to the documentation of this file.
1 #define PHYSICS MHD
2 #define DIMENSIONS 3
3 #define COMPONENTS 3
4 #define GEOMETRY CARTESIAN
5 #define BODY_FORCE VECTOR
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 3
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 EXPLICIT
21 #define VISCOSITY NO
22 #define ROTATING_FRAME NO
23 
24 /* -- user-defined parameters (labels) -- */
25 
26 #define BETA 0
27 #define CSOUND 1
28 #define KAPPA 2
29 
30 /* [Beg] user-defined constants (do not change this line) */
31 
32 #define NET_FLUX NO
33 #define STRATIFICATION YES
34 #define TC_SATURATED_FLUX NO
35 
36 /* [End] user-defined constants (do not change this line) */
37 
38 /* -- supplementary constants (user editable) -- */
39 
40 #define INITIAL_SMOOTHING NO
41 #define WARNING_MESSAGES YES
42 #define PRINT_TO_FILE YES
43 #define INTERNAL_BOUNDARY NO
44 #define SHOCK_FLATTENING NO
45 #define CHAR_LIMITING NO
46 #define LIMITER VANLEER_LIM
47 #define CT_EMF_AVERAGE UCT_CONTACT
48 #define CT_EN_CORRECTION NO
49 #define ASSIGN_VECTOR_POTENTIAL YES
50 #define UPDATE_VECTOR_POTENTIAL NO