PLUTO
definitions_18.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 H2_COOL
7 #define INTERPOLATION LINEAR
8 #define TIME_STEPPING RK2
9 #define DIMENSIONAL_SPLITTING NO
10 #define NTRACER 1
11 #define USER_DEF_PARAMETERS 4
12 #define USER_DEF_CONSTANTS 3
13 
14 /* -- physics dependent declarations -- */
15 
16 #define EOS PVTE_LAW
17 #define ENTROPY_SWITCH NO
18 #define THERMAL_CONDUCTION NO
19 #define VISCOSITY NO
20 #define ROTATING_FRAME NO
21 
22 /* -- user-defined parameters (labels) -- */
23 
24 #define ETA 0
25 #define JET_VEL 1
26 #define PERT_AMPLITUDE 2
27 #define PERT_PERIOD 3
28 
29 /* -- user-defined symbolic constants -- */
30 
31 #define UNIT_DENSITY (CONST_amu*200.0)
32 #define UNIT_LENGTH (2.5e15)
33 #define UNIT_VELOCITY (1.e5)
34 
35 /* -- supplementary constants (user editable) -- */
36 
37 #define INITIAL_SMOOTHING NO
38 #define WARNING_MESSAGES NO
39 #define PRINT_TO_FILE YES
40 #define INTERNAL_BOUNDARY NO
41 #define SHOCK_FLATTENING NO
42 #define ARTIFICIAL_VISCOSITY NO
43 #define CHAR_LIMITING NO
44 #define LIMITER MC_LIM