Hi,
For a specific simulation, I need to move a particle but prevent it from rotating. Using move command, you can specify linear velocity of the particle OR rotational speed, but two key words wont work at the same time.
So any suggestion how to move a particle but prevent it from rotation?
Thanks
aaigner | Wed, 05/25/2016 - 21:26
fix nve
Hi,
you can use a separate integrator for this particle (but be careful not to apply two integrators ... don't use group all).
If you use fix nve the particle won't rotate at all.
Bests
Andreas