What should be the ramp values X and Y

Hi All,

I want to set up the constant velocity of 0.5 A/ps for moving region along y direction

variable dy equal ramp(X,Y)
region laser cylinder z 100 20 50 11 51 move NULL v_dy NULL units box

What should be the ramp values X and Y

The timesteps is default (metal units) with 20000 run

The ramp() function is documented here: variable command — LAMMPS documentation

1 Like

This has nothing to do with the ramp() function, but only with how you use fix move.
Again, all the answers are in the documentation.

You will have to learn how to debug what you are doing yourself.
You should only post questions about these things here, if you have proper(!) proof that the documentation does not agree with the implementation (not impossible but very unlikely).
Everything else is an error of your own of not applying the functionality as documented.

1 Like