I am doing a fatigue deformation of Cu. I know wiggle command which gives a sinusoidal wave form, but I want to use triangular waveform. Can anyone suggest me how to generate triangular wave form in LAMMPS input script?
You can use deform with erate or trate twice to make triangular deformation and then loop over that to give a cyclic process. Example code for a loop can be found on the documentation page for the jump command.