forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9156 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ee43584966
commit
422ac6a09d
|
@ -680,7 +680,7 @@ void PairLubricateU::compute_Fh(double **x)
|
||||||
|
|
||||||
// Find the contribution to stress from isotropic RS0
|
// Find the contribution to stress from isotropic RS0
|
||||||
// Set psuedo force to obtain the required contribution
|
// Set psuedo force to obtain the required contribution
|
||||||
// need to set delx and fy only
|
// need to set delx and fy only
|
||||||
|
|
||||||
fx = 0.0; delx = radi;
|
fx = 0.0; delx = radi;
|
||||||
fy = vxmu2f*RS0*gdot/2.0/radi; dely = 0.0;
|
fy = vxmu2f*RS0*gdot/2.0/radi; dely = 0.0;
|
||||||
|
|
Loading…
Reference in New Issue