Yeah, I’m so sorry. 
#-------# 3D microscale Peridynamics Ti/TiB composite’s simulation -------------
#-----------------------------------------------------------------------------
units si
dimension 3
boundary s s s
atom_style peri
atom_modify map array
neighbor 0.0010 bin
neigh_modify one 8000
create geometry
lattice sc 0.0005
region plate block -0.00625 0.00620 -0.035 0.030 -0.00145 0.00145 units box
create_box 2 plate
create_atoms 2 random 1150 12345 NULL overlap 1.0 maxtry 50
create_atoms 1 region plate
#potentials
pair_style peri/pmb
pair_coeff 1 1 3.2601e17 0.002005 0.011200 0.25
pair_coeff 1 2 5.4567e17 0.002005 0.009473 0.25
pair_coeff 2 2 9.3567e17 0.002005 0.001073 0.25
set group all volume 1.25e-10
set type 1 density 4506
set type 2 density 4520
compute peratom all pe/atom
compute virial all stress/atom NULL
reset_timestep 0
timestep 5e-8
velocity all create 300 12345
fix 1 all nve
thermo 20
thermo_style custom step lx ly lz press pxx pyy pzz pe temp
dump 1 all custom 50 dump.Ti. id type x y z c_peratom fx fy fz &
c_virial[1] c_virial[2] c_virial[3] c_virial[4] c_virial[5] c_virial[6]
run 920
unfix 1
undump 1
variable tmp equal “ly”
variable L0 equal {tmp}
print "Initial Length, L0: {L0}"
reset_timestep 0
fix 1 all nve
fix 2 all deform 1 x erate 0.01
variable strain equal “(ly - v_L0)/v_L0”
variable p1 equal “v_strain”
variable p2 equal “pxx/10000”
variable p3 equal “pyy/10000”
variable p4 equal “pzz/10000”
fix def1 all print 10 “{p1} {p2} {p3} {p4}” file Tideformation.txt title screen no
dump 1 all custom 20 Ti.dump2. id type x y z c_peratom fx fy fz &
c_virial(1) c_virial(2) c_virial(3) c_virial(4) c_virial(5) c_virial(6)
thermo 20
thermo_style custom step v_strain temp v_p2 v_p3 v_p4 ke pe press
run 920
print “All done”
this is my LAMMPS script and I tried to apply the tensile test in the same way I did before in MD simulation but unfortunately my code didn’t work! could you please help me know what is the problem with my input file?
please let me know if there is any question or more required details.
thank you so much 