← Back to team overview

yade-users team mailing list archive

Re: [Question #695192]: wall.append(O.bodies.append(pfacet) in triaxial test

 

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

    Status: Open => Answered

Bruno Chareyre proposed the following answer:
Hi,
I would suggest to use boxes for the walls since they are completely flat. It would minimize the number of problems for a start.

Using pfacets should work but not the way you do it.
First problem: triax.wallIds is undefined, so triax engine doesn't know where to find walls .
Second problem: you can't impose the motion of a PFacet, it always follow the motion of the nodes. One exception  is if you clump facet+nodes into a clump for each of the walls. Then the clumps' ids should be used to define wallIds. 
I hope it helps
Bruno

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