I would like to deform the blue material along xx direction in LAMMPS. Due to the vacuum I cannot use fix deform command with periodic boundary conditions. Is there any alternative to do that? Thanks.
Thank you for your reply. Can you tell me how to use fix wall command? There are a number of different fixes associated with wall in the documentation.
The following three lines apply a strain rate of 1e-3/ps to a model (along the y-direction) in LAMMPS:
1. variable srate equal 1.0e9
2. variable srate1 equal "v_srate / 1.0e12
3. fix 4 all deform 1 y erate ${srate1} units box remap x
The full code and other information are available here: https://www.linkedin.com/pulse/how-perform-uniaxial-tensile-tests-graphene-sample-lammps-dewapriya/
Thanks Nuwan Dewapriya for your clear instructions. It's late tho. I don't know how I missed your answer. By the way, your works on graphene are amazing. Thanks again.