2 * posic.h - precipitation process of silicon carbide in silicon
4 * author: Frank Zirkelbach <hackbard@hackdaworl.org>
13 #include <sys/types.h>
21 #define LX (1.0*LEN_X/2)
23 #define LY (1.0*LEN_Y/2)
25 #define LZ (1.0*LEN_Z/2)
31 #define R2_CUTOFF (R_CUTOFF*R_CUTOFF)
35 #define LJ_SIGMA SI_LC
36 #define LJ_SIGMA_02 (LJ_SIGMA*LJ_SIGMA)
37 #define LJ_SIGMA_06 (LJ_SIGMA_02*LJ_SIGMA_02*LJ_SIGMA_02)
38 #define LJ_SIGMA_12 (LJ_SIGMA_06*LJ_SIGMA_06)
40 #define AMOUNT_SI ((LEN_X/SI_LC)*(LEN_Y/SI_LC)*(LEN_Z/SI_LC)*2)
42 typedef struct s_atom {