PLUTO
definitions_02.h
Go to the documentation of this file.
1 #define PHYSICS HD
2 #define DIMENSIONS 2
3 #define COMPONENTS 2
4 #define GEOMETRY CYLINDRICAL
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 3
12 
13 /* -- physics dependent declarations -- */
14 
15 #define EOS PVTE_LAW
16 #define ENTROPY_SWITCH NO
17 #define THERMAL_CONDUCTION NO
18 #define VISCOSITY NO
19 #define ROTATING_FRAME NO
20 
21 /* -- user-defined parameters (labels) -- */
22 
23 #define ETA 0
24 #define MACH 1
25 #define TJET 2
26 
27 /* [Beg] user-defined constants (do not change this line) */
28 
29 #define PV_TEMPERATURE_TABLE NO
30 #define TV_ENERGY_TABLE NO
31 #define UNIT_DENSITY (1.e3*CONST_amu)
32 #define UNIT_LENGTH 2.5e15
33 #define UNIT_VELOCITY 1.e5
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 NO
41 #define PRINT_TO_FILE YES
42 #define INTERNAL_BOUNDARY NO
43 #define SHOCK_FLATTENING NO
44 #define CHAR_LIMITING NO
45 #define LIMITER OSPRE_LIM