[Yade-users] [Question #680888]: how creat a tansparent polyhedra

2019-05-16 Thread lip
New question #680888 on Yade: https://answers.launchpad.net/yade/+question/680888 hello i want to creat a transparent polyhedra, only the edge of the polyhedra will be visible, how can i do that? i would appreciate if you can help me -- You received this question notification because your

Re: [Yade-users] [Question #680868]: How to get resultant contact force of each sphere

2019-05-16 Thread Chareyre
Question #680868 on Yade changed: https://answers.launchpad.net/yade/+question/680868 Chareyre proposed the following answer: In the code above it should be O.forces.f(i.id1), the «i.» was missing. Same for id2. B. Le jeu. 16 mai 2019 15:22, Bruno Chareyre < question680...@answers.launchpad.net>

Re: [Yade-users] [Question #680876]: an error when i run my script

2019-05-16 Thread Deepak
Question #680876 on Yade changed: https://answers.launchpad.net/yade/+question/680876 Deepak posted a new comment: Hi, Based on a quick glance at your script, I find an inconsistency (and perhaps this could be the reason ? ) : * All the bodies (polyhedra, sphere, facet, walls ) are using the

[Yade-users] [Question #680876]: an error when i run my script

2019-05-16 Thread lip
New question #680876 on Yade: https://answers.launchpad.net/yade/+question/680876 hello i was simulating the interaction between sphere and polyhedra, and the boundary is consist of facet and wall, when i run the code, an error appear: FATAL

Re: [Yade-users] [Question #680868]: How to get resultant contact force of each sphere

2019-05-16 Thread Bruno Chareyre
Question #680868 on Yade changed: https://answers.launchpad.net/yade/+question/680868 Bruno Chareyre proposed the following answer: The question and answer #1 are misleading on some aspects in my opinion. For the record: > the direction is not sure[1] The direction _is_ sure. Simply there is no

Re: [Yade-users] [Question #680873]: How to avoid log files or make them generated in another directory?

2019-05-16 Thread Jan Stránský
Question #680873 on Yade changed: https://answers.launchpad.net/yade/+question/680873 Status: Open => Answered Jan Stránský proposed the following answer: Hello, have a look at yade batch doc (yade-batch --help) and the --log option. For example, I am using yade-batch ... --log /tmp/$.@.log

[Yade-users] [Question #680873]: How to avoid log files or make them generated in another directory?

2019-05-16 Thread kaiset
New question #680873 on Yade: https://answers.launchpad.net/yade/+question/680873 Hey guys, I am running a batch mode and up to one million simulations could be run. The log files almost drove me crazy. I have to select all of them and delete them manually and my computer may simply crash

Re: [Yade-users] [Question #680868]: How to get resultant contact force of each sphere

2019-05-16 Thread Jérôme Duriez
Question #680868 on Yade changed: https://answers.launchpad.net/yade/+question/680868 Status: Open => Answered Jérôme Duriez proposed the following answer: Hi, Above [1] says that you can not really predict *beforehand* which body would be labelled as 1 (or 2) in the contact treatment,

Re: [Yade-users] [Question #680867]: libQGLViewer problems while running yade

2019-05-16 Thread Janek Kozicki
Question #680867 on Yade changed: https://answers.launchpad.net/yade/+question/680867 Status: Open => Answered Janek Kozicki proposed the following answer: I have recently fixed a but regarding versions > 2.7.0. https://gitlab.com/yade-

[Yade-users] [Question #680868]: How to get resultant contact force of each sphere

2019-05-16 Thread Chu
New question #680868 on Yade: https://answers.launchpad.net/yade/+question/680868 Hello, I'd like to know how to get resultant contact force of each sphere.I believe that O.interaction[id1,id2].phys.normalForce can get the contact force between id1 and id2,but the direction is not

[Yade-users] [Question #680867]: libQGLViewer problems while running yade

2019-05-16 Thread Anton Vereshchagin
New question #680867 on Yade: https://answers.launchpad.net/yade/+question/680867 I'm trying to compile Yade on Gentoo but faced the same bug described by Gary in https://answers.launchpad.net/yade/+question/661824 (answer #6) > running the GUI will result in a Segmentation Fault after throwing

Re: [Yade-users] [Question #680569]: How to export the edges of a Voronoi tessellation? (no fluid case)

2019-05-16 Thread Launchpad Janitor
Question #680569 on Yade changed: https://answers.launchpad.net/yade/+question/680569 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 #680857]: what does vector mean in polyhedraGeom

2019-05-16 Thread Jérôme Duriez
Question #680857 on Yade changed: https://answers.launchpad.net/yade/+question/680857 Status: Open => Answered Jérôme Duriez proposed the following answer: Hi, I think it's a typo and that the hyperlink is good though, it's intended to be "Polyhedra".

[Yade-users] [Question #680857]: what does vector mean in polyhedraGeom

2019-05-16 Thread lip
New question #680857 on Yade: https://answers.launchpad.net/yade/+question/680857 hello there is a object yade.wrapper.PolyhedraGeom in the yade documentation, the explain blow shows geometry of interaction between 2 vector, including volumetric characteristics. i do not exactly understand