← Back to team overview

yade-users team mailing list archive

Re: [Question #695558]: Dynamics of pfacet object does not appear to be correct

 

Question #695558 on Yade changed:
https://answers.launchpad.net/yade/+question/695558

Rohit John gave more information on the question:
I found that the order of defining the pfacet faces is affecting the rotation.  For 
pfacet_nodes = [
    [nodes[0], nodes[2], nodes[1]],
    [nodes[0], nodes[1], nodes[3]]
]

The object is rotating about the z-axis.  For 
pfacet_nodes = [
    [nodes[0], nodes[1], nodes[2]],
    [nodes[0], nodes[1], nodes[3]]
]

The object is rotating about the y-axis. This behaviour seems very
unnatural.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.