X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=sic.c;h=1e29a85d9647341d316def20e9f1a097046d41f3;hp=8c0e648cf544ad454d7a45d9421314213cc3a31a;hb=1d83ceb2ce2ff5150fd079f1066b7f583e38c8f4;hpb=d9e7f195bbb219ad4c2de0e5f54d023ef9e669fb diff --git a/sic.c b/sic.c index 8c0e648..1e29a85 100644 --- a/sic.c +++ b/sic.c @@ -113,13 +113,13 @@ int main(int argc,char **argv) { // 0,5,5,5); /* testing configuration */ - r.x=-0.55*0.25*sqrt(3.0)*LC_SI; v.x=0; - r.y=0; v.y=0; - r.z=0; v.z=0; + r.x=2.7/2; v.x=0; + r.y=0; v.y=0; + r.z=0; v.z=0; add_atom(&md,SI,M_SI,0,ATOM_ATTR_1BP|ATOM_ATTR_2BP|ATOM_ATTR_3BP|ATOM_ATTR_HB,&r,&v); - r.x=+0.55*0.25*sqrt(3.0)*LC_SI; v.x=0; - r.y=0; v.y=0; - r.z=0; v.z=0; + r.x=-2.7/2; v.x=0; + r.y=0; v.y=0; + r.z=0; v.z=0; add_atom(&md,SI,M_SI,0,ATOM_ATTR_1BP|ATOM_ATTR_2BP|ATOM_ATTR_3BP|ATOM_ATTR_HB,&r,&v); /* setting a nearest neighbour distance for the moldyn checks */ @@ -132,7 +132,7 @@ int main(int argc,char **argv) { /* set p/t scaling */ printf("[sic] set p/t scaling\n"); - set_pt_scale(&md,0,0,T_SCALE_BERENDSEN,100*tau); + set_pt_scale(&md,0,0,T_SCALE_BERENDSEN,100.0); /* initial thermal fluctuations of particles (in equilibrium) */ printf("[sic] thermal init\n"); @@ -140,12 +140,13 @@ int main(int argc,char **argv) { /* create the simulation schedule */ printf("[sic] adding schedule\n"); - moldyn_add_schedule(&md,100,1.0); + moldyn_add_schedule(&md,1000,1.0); /* activate logging */ printf("[sic] activate logging\n"); - moldyn_set_log(&md,LOG_TOTAL_ENERGY,"saves/test-energy",1); - moldyn_set_log(&md,VISUAL_STEP,"saves/test-visual",1); + moldyn_set_log_dir(&md,"saves/test"); + moldyn_set_log(&md,LOG_TOTAL_ENERGY,10); + moldyn_set_log(&md,VISUAL_STEP,10); /* * let's do the actual md algorithm now