Tweaked output value of initial strain rate
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4330 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -423,8 +423,7 @@ void FixMSST::setup(int vflag)
|
||||
double fac1 = tscale*total_mass/qmass*ke_temp/force->mvv2e;
|
||||
|
||||
omega[direction]=-1*sqrt(fac1);
|
||||
double fac2 = omega[direction]*
|
||||
domain->h[direction]/v0;
|
||||
double fac2 = omega[direction]/v0;
|
||||
|
||||
if ( comm->me == 0 && tscale != 1.0) {
|
||||
if ( screen ) {
|
||||
|
||||
Reference in New Issue
Block a user