git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4269 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2010-06-16 15:03:10 +00:00
parent d79e540532
commit 446838bbc1
1 changed files with 5 additions and 2 deletions

View File

@ -22,8 +22,11 @@ fix 1 all nve
# spherical indenter to shatter target
fix 2 all indent 1e17 sphere 0.0000 0.00155 0.0000 0.0015 &
vel 0.0 -100.0 0.0 units box
variable y0 equal 0.00155
variable vy equal -100
variable y equal "v_y0 + step*dt*v_vy"
fix 2 all indent 1e17 sphere 0.0000 v_y 0.0000 0.0015 units box
compute 1 all damage/atom
timestep 1.0e-7