Re: [Yade-users] [Question #404190]: force chain between polyhedrons

2016-11-17 Thread Weimin Song
Question #404190 on Yade changed: https://answers.launchpad.net/yade/+question/404190 Weimin Song gave more information on the question: [1] https://yade- dem.org/doc/yade.export.html#yade.export.VTKExporter.exportInteractions -- You received this question notification because your team

[Yade-users] [Question #404190]: force chain between polyhedrons

2016-11-17 Thread Weimin Song
New question #404190 on Yade: https://answers.launchpad.net/yade/+question/404190 Dear all, I'm curious about the force chain output between polyhedrons in paraview. I find exportInteractions()[1] could output the interactions. By trying the code below, I got all the

Re: [Yade-users] [Question #404135]: intRadius(aabbenlargefactor) doesn't work

2016-11-17 Thread Bruno Chareyre
Question #404135 on Yade changed: https://answers.launchpad.net/yade/+question/404135 Bruno Chareyre posted a new comment: >"YADE graphical user interface offers a sub-step option (just check the corresponding box) that may allow you to check if the distant interaction exists at some point within

Re: [Yade-users] [Question #404172]: 'module' object has no attribute 'vtkExporter'

2016-11-17 Thread Weimin Song
Question #404172 on Yade changed: https://answers.launchpad.net/yade/+question/404172 Status: Answered => Solved Weimin Song 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

Re: [Yade-users] [Question #404172]: 'module' object has no attribute 'vtkExporter'

2016-11-17 Thread Jan Stránský
Question #404172 on Yade changed: https://answers.launchpad.net/yade/+question/404172 Status: Open => Answered Jan Stránský proposed the following answer: Hi Weimin, it should be either vtkExporter = export.VTKExporter(...) vtkExporter.export... or export.VTKExporter(...).export...

[Yade-users] [Question #404172]: 'module' object has no attribute 'vtkExporter'

2016-11-17 Thread Weimin Song
New question #404172 on Yade: https://answers.launchpad.net/yade/+question/404172 Dear all, I want to do one compaction test of some polyhedron. Error occurred : 'module' object has no attribute 'vtkExporter'. What's wrong with this question? Thanks a lot. Codes:

Re: [Yade-users] [Question #404135]: intRadius(aabbenlargefactor) doesn't work

2016-11-17 Thread Jérôme Duriez
Question #404135 on Yade changed: https://answers.launchpad.net/yade/+question/404135 Jérôme Duriez posted a new comment: Also, you may note that the aforementioned paper [1] used in fact "JCFpm" model (see [*] and related classes) to describe particles interactions (rather than CohFrictMat). As

Re: [Yade-users] [Question #404135]: intRadius(aabbenlargefactor) doesn't work

2016-11-17 Thread Bruno Chareyre
Question #404135 on Yade changed: https://answers.launchpad.net/yade/+question/404135 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi, > 1. Why is contact detection rely on mechanical behavior(In this case different normalCohesion value affect interaction number)?

Re: [Yade-users] [Question #404135]: intRadius(aabbenlargefactor) doesn't work

2016-11-17 Thread Bruno Chareyre
Question #404135 on Yade changed: https://answers.launchpad.net/yade/+question/404135 Bruno Chareyre posted a new comment: >Thus one possible trick is to set high cohesion to create the ints, then set the relevant interaction->adhesion at the next step within a loop. I forgot to add: make the

Re: [Yade-users] [Question #404135]: intRadius(aabbenlargefactor) doesn't work

2016-11-17 Thread weijy
Question #404135 on Yade changed: https://answers.launchpad.net/yade/+question/404135 weijy posted a new comment: And some questions about "launchpad" functions: 1. How can I answer to a specific person(or “floor” like #1,#2, etc), like Jan Stránský did in #3? 2. Would it be possible to invite a

Re: [Yade-users] [Question #404135]: intRadius(aabbenlargefactor) doesn't work

2016-11-17 Thread weijy
Question #404135 on Yade changed: https://answers.launchpad.net/yade/+question/404135 weijy gave more information on the question: Forgot to paste the script. The testing script mentioned in #4 is like this: ** O.materials.append(CohFrictMat(young = 1e6, poisson =

Re: [Yade-users] [Question #404135]: intRadius(aabbenlargefactor) doesn't work

2016-11-17 Thread weijy
Question #404135 on Yade changed: https://answers.launchpad.net/yade/+question/404135 Status: Answered => Open weijy is still having a problem: Thank Jan Stránský for carefully reading and testing the scipt. I was hoping to provide a script that can easily run, so the key parts relavent to

Re: [Yade-users] [Question #404135]: intRadius(aabbenlargefactor) doesn't work

2016-11-17 Thread Jan Stránský
Question #404135 on Yade changed: https://answers.launchpad.net/yade/+question/404135 Jan Stránský proposed the following answer: Hello, thanks for reducing the script, but next time please do it in more sophisticated way. Your question is about intRadius, but in your script there is nothing