X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=posic.h;h=6a8131d0ebc0cfe90aabf8f9476e874d632ed982;hb=83775c491117faa149281d0302fc8b8064d6b080;hp=de0106d84e47c3adfc83ce22c29271ea7d4db842;hpb=3ffe2a08e25fc091b6241885055450009267e2d8;p=physik%2Fposic.git diff --git a/posic.h b/posic.h index de0106d..6a8131d 100644 --- a/posic.h +++ b/posic.h @@ -17,25 +17,15 @@ #ifndef POSIC_H #define POSIC_H -#define RUNS 15000 +#define RUNS 200 #define TAU 0.001 -#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 2 -#define LEN_Y 2 -#define LEN_Z 2 +#define LEN_X 15 +#define LEN_Y 15 +#define LEN_Z 15 #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) #endif