PLUTO
definitions_09.h
Go to the documentation of this file.
1 #define PHYSICS HD
2 #define DIMENSIONS 1
3 #define COMPONENTS 1
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 YES
10 #define NTRACER 0
11 #define USER_DEF_PARAMETERS 0
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 
24 /* [Beg] user-defined constants (do not change this line) */
25 
26 #define UNIT_DENSITY (1.e5*CONST_amu)
27 #define UNIT_LENGTH (167.0*CONST_au)
28 #define UNIT_VELOCITY 5.25e5
29 
30 /* [End] user-defined constants (do not change this line) */
31 
32 /* -- supplementary constants (user editable) -- */
33 
34 #define INITIAL_SMOOTHING NO
35 #define WARNING_MESSAGES YES
36 #define PRINT_TO_FILE NO
37 #define INTERNAL_BOUNDARY NO
38 #define SHOCK_FLATTENING NO
39 #define CHAR_LIMITING NO
40 #define LIMITER VANLEER_LIM
41 #define PRIMITIVE_HANCOCK YES