Re: [Yade-users] [Question #683555]: How to check if there is interaction between Id1 and Id2 at current step?

2019-09-02 Thread Leonard
Question #683555 on Yade changed: https://answers.launchpad.net/yade/+question/683555 Status: Answered => Solved Leonard confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #683388]: How to clump spheres and facet obtained from stl format

2019-09-02 Thread Irfaan Peerun
Question #683388 on Yade changed: https://answers.launchpad.net/yade/+question/683388 Status: Needs information => Open Irfaan Peerun gave more information on the question: Hi Jan, I have uploaded the stl file, link below:

Re: [Yade-users] [Question #683388]: How to clump spheres and facet obtained from stl format

2019-09-02 Thread Jan Stránský
Question #683388 on Yade changed: https://answers.launchpad.net/yade/+question/683388 Status: Open => Needs information Jan Stránský requested more information: Sorry for not being precise enough. The problem is that the surface is not closed. Either you have sphere generation inside "if

Re: [Yade-users] [Question #683388]: How to clump spheres and facet obtained from stl format

2019-09-02 Thread Irfaan Peerun
Question #683388 on Yade changed: https://answers.launchpad.net/yade/+question/683388 Status: Answered => Open Irfaan Peerun is still having a problem: Hi Jan, Thanks again for your prompt reply. I have removed the "if surf.is_closed():" as follows: #if surf.is_closed():

Re: [Yade-users] [Question #683555]: How to check if there is interaction between Id1 and Id2 at current step?

2019-09-02 Thread Jan Stránský
Question #683555 on Yade changed: https://answers.launchpad.net/yade/+question/683555 Status: Open => Answered Jan Stránský proposed the following answer: "for i in O.interaction:" iterates only real interactions. So in the second step, you can try: i=O.interactions[0,1] i.isReal # should

Re: [Yade-users] [Question #683555]: How to check if there is interaction between Id1 and Id2 at current step?

2019-09-02 Thread Leonard
Question #683555 on Yade changed: https://answers.launchpad.net/yade/+question/683555 Status: Answered => Open Leonard is still having a problem: Hi Jan, Thanks for your answer, I think it should work. However, when I check "O.interactions.has(1,2)" using this MWE, it seems that when there

Re: [Yade-users] [Question #682985]: A strange phenomenon in constant-p(mean stress) simulations

2019-09-02 Thread Launchpad Janitor
Question #682985 on Yade changed: https://answers.launchpad.net/yade/+question/682985 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Yade-users] [Question #683388]: How to clump spheres and facet obtained from stl format

2019-09-02 Thread Jan Stránský
Question #683388 on Yade changed: https://answers.launchpad.net/yade/+question/683388 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > When running the simulation, it still gives me a blank screen (no surface or > spheres can be seen). > > if surf.is_closed():

Re: [Yade-users] [Question #683526]: Interaction problem between two bodies

2019-09-02 Thread Akm
Question #683526 on Yade changed: https://answers.launchpad.net/yade/+question/683526 Akm posted a new comment: Thanks, Jan. I guess that the problem is with the version of Yade. I will upgrade it appropriately. -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #683543]: Undrained triaxial test servo control

2019-09-02 Thread Robert Caulk
Question #683543 on Yade changed: https://answers.launchpad.net/yade/+question/683543 Status: Open => Answered Robert Caulk proposed the following answer: I don't quite understand the question. But I will point out that the PyRunner is incorrectly typed. If you want to run the function

Re: [Yade-users] [Question #683526]: Interaction problem between two bodies

2019-09-02 Thread Jan Stránský
Question #683526 on Yade changed: https://answers.launchpad.net/yade/+question/683526 Jan Stránský posted a new comment: Hello, I have tried your code with Yade 2018.02b and it seems to work as expected (one wall is compressing the sample of spheres). Consider upgrading Yade (1.20.0 is almost 5

Re: [Yade-users] [Question #683388]: How to clump spheres and facet obtained from stl format

2019-09-02 Thread Jan Stránský
Question #683388 on Yade changed: https://answers.launchpad.net/yade/+question/683388 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > Is the pack.randomDensePack function appropriate for this situation? if you do not need precise particle size distribution,

Re: [Yade-users] [Question #683284]: a pack of polyhedral particles with determined porosity

2019-09-02 Thread Jan Stránský
Question #683284 on Yade changed: https://answers.launchpad.net/yade/+question/683284 Status: Open => Answered Jan Stránský proposed the following answer: Hello, you can use several approaches, e.g.: 1) something similar to SpherePack.makeCloud, i.e. creating randomly loose packing of

Re: [Yade-users] [Question #683526]: Interaction problem between two bodies

2019-09-02 Thread Akm
Question #683526 on Yade changed: https://answers.launchpad.net/yade/+question/683526 Status: Open => Invalid Akm rejected the question: The question contains sample data -- You received this question notification because your team yade-users is an answer contact for Yade.