Re: [Yade-users] [Question #497350]: Export a polyhedron into a *.stl or * .gts file

2018-10-09 Thread De zhang
Question #497350 on Yade changed: https://answers.launchpad.net/yade/+question/497350 De zhang posted a new comment: Hi Jan, I have tried the code you provided above in version(2018.02b). It also came out the error message as following: ### ERROR /data/trunk/pkg/dem/STLImporter.cpp:23 import:

[Yade-users] [Question #674932]: makeClumpCloud from regularHexa pack

2018-10-09 Thread bruna
New question #674932 on Yade: https://answers.launchpad.net/yade/+question/674932 Hi everyone! I am trying to use makeClumpCloud using a clump c1 that I have created. This is the clump: c1 = pack.regularHexa(pred,r,-.0005,color=(.5,.5,.5)) When I use makeClumpCloud, yade returns this

Re: [Yade-users] [Question #674901]: Quantify coordination number for a specific body

2018-10-09 Thread Luis Barbosa
Question #674901 on Yade changed: https://answers.launchpad.net/yade/+question/674901 Status: Answered => Solved Luis Barbosa confirmed that the question is solved: Hi Robert, I think it is pretty much it! Thank you. -- You received this question notification because your team yade-users

Re: [Yade-users] [Question #537735]: Error Stl import

2018-10-09 Thread Bruno Chareyre
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Bruno Chareyre posted a new comment: Hi Alex, I would try basic/stupid things around STLImporter.cpp:23 to see what's going on, e.g. check file existence, check if it is can be opened , etc. Did you guys try to

Re: [Yade-users] [Question #674901]: Quantify coordination number for a specific body

2018-10-09 Thread Robert Caulk
Question #674901 on Yade changed: https://answers.launchpad.net/yade/+question/674901 Status: Open => Answered Robert Caulk proposed the following answer: Hello Luis, Finding the number of interactions a particle participates in is as simple as: len(O.bodies[i].intrs()) I am not sure what

Re: [Yade-users] [Question #674593]: Install & Running YADE in Cluster

2018-10-09 Thread Alexander Eulitz [Eugen]
Question #674593 on Yade changed: https://answers.launchpad.net/yade/+question/674593 Alexander Eulitz [Eugen] posted a new comment: You may also find some useful information here: https://yade- dem.org/doc/amazonEC2.html#cloudcomputing -- You received this question notification because your

[Yade-users] [Question #674901]: Quantify coordination number for a specific body

2018-10-09 Thread Luis Barbosa
New question #674901 on Yade: https://answers.launchpad.net/yade/+question/674901 Hi all, Is it possible quantify the coordination number for a specific body (sphere in a clump) using "avgNumInteractions"? I couldn't find any example. Thanks, Luis -- You received this question notification

Re: [Yade-users] [Question #537735]: Error Stl import

2018-10-09 Thread Alexander Eulitz [Eugen]
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Alexander Eulitz [Eugen] posted a new comment: Hi there, it has been quite a while that I wrote something here :) I can confirm the error. Importing arbitrary .stl files in Yade 2018.02b-201447edfd~xenial rises

Re: [Yade-users] [Question #674876]: New contact law development

2018-10-09 Thread Robert Caulk
Question #674876 on Yade changed: https://answers.launchpad.net/yade/+question/674876 Robert Caulk proposed the following answer: You need to recompile every time you make a change to the source code. -- You received this question notification because your team yade-users is an answer contact

Re: [Yade-users] [Question #674876]: New contact law development

2018-10-09 Thread Ferenc Safranyik
Question #674876 on Yade changed: https://answers.launchpad.net/yade/+question/674876 Ferenc Safranyik posted a new comment: Dear Robert and Bruno, thank you for your help! Just for clarification (for me :) If I install the donwloaded source code of yade I can find e.g. the HertzMindlin.cpp

Re: [Yade-users] [Question #674876]: New contact law development

2018-10-09 Thread Robert Caulk
Question #674876 on Yade changed: https://answers.launchpad.net/yade/+question/674876 Status: Open => Answered Robert Caulk proposed the following answer: Hello, Sounds like the simplest approach (and most useful to the community) is to add your damping technique to the existing