X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=posic.h;h=44caf1845039537af9d96e10d8b5b0834cb0e398;hb=e6f456c0fa807b86e1b25996e70efcdcfe390ea5;hp=de0106d84e47c3adfc83ce22c29271ea7d4db842;hpb=3ffe2a08e25fc091b6241885055450009267e2d8;p=physik%2Fposic.git diff --git a/posic.h b/posic.h index de0106d..44caf18 100644 --- a/posic.h +++ b/posic.h @@ -17,25 +17,16 @@ #ifndef POSIC_H #define POSIC_H -#define RUNS 15000 -#define TAU 0.001 +#define RUNS 10000000 +#define TAU 0.000000000000001 +#define WRITE_FILE 100000 -#define TEMPERATURE 0.0 +#define TEMPERATURE 273.0 -#define SI_M 1 -#define SI_LC 5.43105 -#define LJ_SIGMA SI_LC -#define LJ_SIGMA_02 (LJ_SIGMA*LJ_SIGMA) -#define LJ_SIGMA_06 (LJ_SIGMA_02*LJ_SIGMA_02*LJ_SIGMA_02) -#define LJ_SIGMA_12 (LJ_SIGMA_06*LJ_SIGMA_06) +#define LEN_X 10 +#define LEN_Y 10 +#define LEN_Z 10 -#define LEN_X 2 -#define LEN_Y 2 -#define LEN_Z 2 - -#define R_CUTOFF 20 -#define R2_CUTOFF (R_CUTOFF*R_CUTOFF) - -#define AMOUNT_SI ((LEN_X/SI_LC)*(LEN_Y/SI_LC)*(LEN_Z/SI_LC)*2) +#define R_CUTOFF (0.25*LEN_Z) #endif