PLUTO
definitions_10.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 HANCOCK
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 DIV_CLEANING
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 GRAV 1
28 #define CHI 2
29 
30 /* [Beg] user-defined constants (do not change this line) */
31 
32 #define USE_RANDOM_PERTURBATION NO
33 #define CHOMBO_REF_VAR RHO
34 
35 /* [End] user-defined constants (do not change this line) */
36 
37 /* -- supplementary constants (user editable) -- */
38 
39 #define INITIAL_SMOOTHING NO
40 #define WARNING_MESSAGES YES
41 #define PRINT_TO_FILE YES
42 #define INTERNAL_BOUNDARY NO
43 #define SHOCK_FLATTENING NO
44 #define CHAR_LIMITING YES
45 #define LIMITER MC_LIM
46 #define ASSIGN_VECTOR_POTENTIAL NO
47 #define PRIMITIVE_HANCOCK YES