Re: [Yade-users] [Question #706072]: Simple shear with oedometric loading

2023-04-19 Thread Amrisha Khandelwal
Question #706072 on Yade changed: https://answers.launchpad.net/yade/+question/706072 Status: Needs information => Solved Amrisha Khandelwal confirmed that the question is solved: Thanks Jérôme Duriez, that solved my question. -- You received this question notification because your team

Re: [Yade-users] [Question #706302]: How to move O.bodies.append(facet()) to a circle or complex trajectory

2023-04-19 Thread 内山康太郎
Question #706302 on Yade changed: https://answers.launchpad.net/yade/+question/706302 Status: Answered => Solved 内山康太郎 confirmed that the question is solved: Thank you very much. I post the completed program (excerpt).

Re: [Yade-users] [Question #706306]: How can interact spheres with the moving facet when using MPI?

2023-04-19 Thread john Marshal
Question #706306 on Yade changed: https://answers.launchpad.net/yade/+question/706306 john Marshal posted a new comment: When using MPI (Message Passing Interface) to simulate a system with spheres and a moving facet, you can use various approaches to make the spheres interact with the facet.

Re: [Yade-users] [Question #706190]: Contacts between walls and particles

2023-04-19 Thread Jan Stránský
Question #706190 on Yade changed: https://answers.launchpad.net/yade/+question/706190 Status: Needs information => Answered Jan Stránský proposed the following answer: Hello, using Jerome's hint: ### def extractContacts(): facets = [b for b in O.bodies if isinstance(b.shape,Facet)]

Re: [Yade-users] [Question #706302]: How to move O.bodies.append(facet()) to a circle or complex trajectory

2023-04-19 Thread Jan Stránský
Question #706302 on Yade changed: https://answers.launchpad.net/yade/+question/706302 Status: Open => Answered Jan Stránský proposed the following answer: Just adapt the example in previous answer to your needs: ### O.engines = [ TranslationEngine(..., ids=idsCyl2, label="translation"),