Dear friends,
Could some body please let me know how can I apply rotation and translation (at the same time) to a moving mesh imported from a stl file. Any response will be truly appreciated.
Regards,
Carlos
A project by DCS Computing and CFDEMresearch
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
ckloss | Fri, 09/16/2011 - 09:56
try it via the "variable"
try it via the "variable" option of fix move/mesh/gran
Christoph
cfav67 | Tue, 09/27/2011 - 02:03
Thank you so much. I'll try
Thank you so much. I'll try that option
prasantud | Tue, 09/27/2011 - 07:36
rotation+translation
Hi Carlos,
you could try applying same fix twice one with linear args and other with rotate args.
Samantaray
strakakl | Thu, 10/27/2011 - 13:48
rotation + translation
Hi,
i tried to apply the same fix twice:
...
fix movescrew all move/mesh/gran rotate 0. 0. 0. 1. 0. 0. 0.3 screw 1
fix movescrew all move/mesh/gran linear 0.2 0. 0. screw 1
...
but that doesn't work. Only the linear movement is performed.
Cheers,
Klaus
ckloss | Fri, 10/28/2011 - 00:36
That's correct - in the
That's correct - in the current implementation you can not superpose those motions, i.e. you would have to extend fix move/mesh/gran to do this.
Christoph