Hi all
I am using LAMMPS to model tensile test of graphene.I try to model graphene sheet and thermodynamics settings similar to previous work. I am using periodic boundary condition in plane and shrink-wrapped boundary for out of plane boundary and AIREBO potential. I use npt ensemble for equilibration, after that I use fix deform to apply strain to simulation box.I applied deformation by utilizing different ensembles.I use fix nvt and npt as below:
fix 1 all npt temp 300 300 .01 y 0 0 10
fix 2 all deform 1000 x erate 1e-3 units box remap x
or
fix 1 all nvt temp 300 300 .01
fix 2 all deform 1000 x erate 1e-3 units box remap x
I try different Pdamp and timestep, but stress-strain curve of my simulation has lots of fluctuation.moreover, yield stress is more than previous article!
Do you have any suggestion to improve this curve?
any help would be appreciated.