PLUTO
definitions_05.h
Go to the documentation of this file.
1 #define PHYSICS HD
2 #define DIMENSIONS 2
3 #define COMPONENTS 2
4 #define GEOMETRY CARTESIAN
5 #define BODY_FORCE NO
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 2
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 RHO_IN 0
24 #define PRS_IN 1
25 
26 /* [Beg] user-defined constants (do not change this line) */
27 
28 #define ADD_TURBULENCE NO
29 #define UNIT_LENGTH 2.5e15
30 #define UNIT_DENSITY (1.e5*CONST_amu)
31 #define UNIT_VELOCITY 2.5e5
32 
33 /* [End] user-defined constants (do not change this line) */
34 
35 /* -- supplementary constants (user editable) -- */
36 
37 #define INITIAL_SMOOTHING NO
38 #define WARNING_MESSAGES YES
39 #define PRINT_TO_FILE YES
40 #define INTERNAL_BOUNDARY NO
41 #define SHOCK_FLATTENING NO
42 #define CHAR_LIMITING NO
43 #define LIMITER MC_LIM
44 #define PRIMITIVE_HANCOCK YES