added (sample) configuration file
[physik/posic.git] / config.h
1 /*
2  * configuration file
3  *
4  */
5
6 // simulation volume
7
8 #define LCNTX           31
9 #define LCNTY           31
10 #define LCNTZ           31
11
12 // prerun
13
14 #define PRERUN          600
15 #define PRE_TAU         1.0
16
17 // insertrun
18
19 #define INS_RUNS        620
20 #define INS_ATOMS       10
21
22 #define INS_CARBON      /* comment for silicon */
23
24 #ifdef INS_CARBON
25  #define INS_TYPE       C
26  #define INS_MASS       M_C
27  #define INS_BRAND      1
28 #else
29  #define INS_TYPE       SI
30  #define INS_MASS       M_SI
31  #define INS_BRAND      0
32 #endif
33
34 //#define INS_LENX      (1*ALBE_LC_SIC)
35 //#define INS_LENY      (1*ALBE_LC_SIC)
36 //#define INS_LENZ      (1*ALBE_LC_SIC)
37 #define INS_LENX        (31*ALBE_LC_SI)
38 #define INS_LENY        (31*ALBE_LC_SI)
39 #define INS_LENZ        (31*ALBE_LC_SI)
40 #define INS_OFFSET      (ALBE_LC_SI/8.0)
41
42 #define INS_R_C         1.5
43 #define INS_DELTA_TC    1.0
44 #define INS_RELAX       10
45 #define INS_TAU         1.0
46
47 // postrun
48
49 #define POST_RUNS       430
50 #define POST_DELTA_TC   1.0
51 #define POST_DT         1.0
52 #define POST_RELAX      10
53 #define POST_TAU        1.0
54
55 // log
56
57 #define R_TITLE         "Carbon into silicon"
58 #define LOG_E           10
59 #define LOG_T           10
60 #define LOG_P           10
61 #define LOG_S           200
62 #define LOG_V           200
63
64 #define AVG_SKIP        500