-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefinitions.h
More file actions
41 lines (32 loc) · 1.25 KB
/
definitions.h
File metadata and controls
41 lines (32 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#define PHYSICS MHD
#define DIMENSIONS 2
#define COMPONENTS 2
#define GEOMETRY CARTESIAN
#define BODY_FORCE NO
#define COOLING NO
#define RECONSTRUCTION MP5_FD
#define TIME_STEPPING RK3
#define DIMENSIONAL_SPLITTING NO
#define NTRACER 0
#define USER_DEF_PARAMETERS 1
/* -- physics dependent declarations -- */
#define EOS IDEAL
#define ENTROPY_SWITCH NO
#define DIVB_CONTROL DIV_CLEANING
#define BACKGROUND_FIELD NO
#define RESISTIVITY NO
#define HALL_MHD NO
#define THERMAL_CONDUCTION NO
#define VISCOSITY NO
#define ROTATING_FRAME NO
/* -- user-defined parameters (labels) -- */
#define SCRH 0
/* [Beg] user-defined constants (do not change this line) */
/* [End] user-defined constants (do not change this line) */
/* -- supplementary constants (user editable) -- */
#define INITIAL_SMOOTHING NO
#define WARNING_MESSAGES YES
#define INTERNAL_BOUNDARY NO
#define SHOCK_FLATTENING NO
#define ASSIGN_VECTOR_POTENTIAL NO
#define UPDATE_VECTOR_POTENTIAL NO