Move one particle without rotation

Submitted by skepticalgavin on Tue, 01/17/2023 - 22:00

Hello,

I am running a simulation where I need to make a specific particle move with a specific linear velocity, and no rotation.

I use "fix move" command to set the linear velocity of the specific particle "intruder" as:

fix dragging intruder move linear ${vx} NULL NULL

But I don't know how to prevent the intruder from rotating on the basis of this. Do anyone know about this?

Thanks