Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-05-25 Thread weijie
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Answered => Open weijie is still having a problem: Hi Vasileios, and thank you again. I zoomed in and found that some of the converted particles have some overlapping parts, which seems to be a

Re: [Yade-users] [Question #690925]: corrupted double-linked list

2020-05-25 Thread Anton Gladky
Question #690925 on Yade changed: https://answers.launchpad.net/yade/+question/690925 Status: Needs information => Answered Anton Gladky proposed the following answer: Smells like a heap corruption. Please create an issue on gitlab with the script which reproduces the problem. Thanks. --

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-05-25 Thread Vasileios Angelidakis
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Open => Answered Vasileios Angelidakis proposed the following answer: Hi, To convert all the polyhedra into PBs, you have to define the generation of PBs inside the loop. You are currently creating

Re: [Yade-users] [Question #690928]: How to efficiently convert polyhedrons to potential blocks in batches?

2020-05-25 Thread Vasileios Angelidakis
Question #690928 on Yade changed: https://answers.launchpad.net/yade/+question/690928 Status: Open => Invalid Vasileios Angelidakis rejected the question: Hi Jie, Hope you don't mind; I reject this question as duplicate to [1]. I will answer under the original question, to keep continuity

Re: [Yade-users] [Question #690872]: Adding a method in the yade class files associated to a new contact law

2020-05-25 Thread Jan Stránský
Question #690872 on Yade changed: https://answers.launchpad.net/yade/+question/690872 Status: Open => Answered Jan Stránský proposed the following answer: > concerning the class computeNewAlfa it is a method/function, not class :-) > How do i precise ... however you want / your model

Re: [Yade-users] [Question #690872]: Adding a method in the yade class files associated to a new contact law

2020-05-25 Thread Rioual
Question #690872 on Yade changed: https://answers.launchpad.net/yade/+question/690872 Status: Answered => Open Rioual is still having a problem: Yes, jan, thanks, this helps me a lot. But concerning the class computeNewAlfa, i have a further question: How do i precise in the formulation

Re: [Yade-users] [Question #690948]: Making a sphere layer with certain orientation

2020-05-25 Thread Jan Stránský
Question #690948 on Yade changed: https://answers.launchpad.net/yade/+question/690948 Status: Open => Answered Jan Stránský proposed the following answer: yes, thanks. So basically: 1) create the aligned layer 2) rotate it ### MWE from yade import pack # "aligned" layer layer =

Re: [Yade-users] [Question #690948]: Making a sphere layer with certain orientation

2020-05-25 Thread Chien-Cheng Hung
Question #690948 on Yade changed: https://answers.launchpad.net/yade/+question/690948 Status: Needs information => Open Chien-Cheng Hung gave more information on the question: Hi Jan, Thanks for your quick reply! > - what "sphere layer" is I should say a "granular" layer instead of a

Re: [Yade-users] [Question #690946]: What does O.energy['nonviscdamping'] account for ?

2020-05-25 Thread Jan Stránský
Question #690946 on Yade changed: https://answers.launchpad.net/yade/+question/690946 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > O.energy['nonviscdamping'] (in the question text) > O.energy['nonviscDamp'] (in the code) please be consistent and correct. >

Re: [Yade-users] [Question #690948]: Making a sphere layer with certain orientation

2020-05-25 Thread Jan Stránský
Question #690948 on Yade changed: https://answers.launchpad.net/yade/+question/690948 Status: Open => Needs information Jan Stránský requested more information: Hello, > Is it possible to do this in Yade? yes, of course. Just create spheres with desired size at desired position to form

[Yade-users] [Question #690948]: Making a sphere layer with certain orientation

2020-05-25 Thread Chien-Cheng Hung
New question #690948 on Yade: https://answers.launchpad.net/yade/+question/690948 Dear all, I am trying to generating a sphere layer with a certain orientation. For example, I would like to generate a layer intersecting Z-axis with 45 degrees (taking X-axis as the front). Is it possible to do

[Yade-users] [Question #690946]: What does O.energy['nonviscdamping'] account for ?

2020-05-25 Thread Clerc Adriane
New question #690946 on Yade: https://answers.launchpad.net/yade/+question/690946 Hello, I have done several tests with the two bouncing balls simulation, which I modified a little for the saving of the energies. I wanted to see the behaviour of the energy saved under

Re: [Yade-users] [Question #690942]: Concrete cube dimension, aggregate particle and peri3dController

2020-05-25 Thread Jan Stránský
Question #690942 on Yade changed: https://answers.launchpad.net/yade/+question/690942 Jan Stránský proposed the following answer: Hello, > I am new to YADE welcome :-) > There are some of the questions ... next time please open separate "ask a question" for each question [1] > 1... >

Re: [Yade-users] [Question #690925]: corrupted double-linked list

2020-05-25 Thread Robert Caulk
Question #690925 on Yade changed: https://answers.launchpad.net/yade/+question/690925 Robert Caulk requested more information: >Yade model is small (8000 particles), the code works well. But when the same model has 100 particles, I get the following error: Please provide the system specs and

Re: [Yade-users] [Question #690925]: corrupted double-linked list

2020-05-25 Thread Jan Stránský
Question #690925 on Yade changed: https://answers.launchpad.net/yade/+question/690925 Status: Open => Needs information Jan Stránský requested more information: Hello, what is the output of catchsegv ... (where ... is how you run the script) thanks Jan -- You received this question

Re: [Yade-users] [Question #690942]: Concrete cube dimension, aggregate particle and peri3dController

2020-05-25 Thread Bruno Chareyre
Question #690942 on Yade changed: https://answers.launchpad.net/yade/+question/690942 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi, > there is an initial size = 1.2, but apparently, this is not the cube dimension Why not? > How to determine the value (goal,

Re: [Yade-users] [Question #690935]: makeVideo

2020-05-25 Thread Paolo
Question #690935 on Yade changed: https://answers.launchpad.net/yade/+question/690935 Status: Answered => Open Paolo is still having a problem: Thank you guys, I'm making progress. I succeeded in collecting snapshots both from the simulation and the addData graph. I eventually downloaded

[Yade-users] [Question #690942]: Concrete cube dimension, aggregate particle and peri3dController

2020-05-25 Thread Faqih Maarif
New question #690942 on Yade: https://answers.launchpad.net/yade/+question/690942 Dear All, I am new to YADE. I have studied some code from this forum. There are some of the questions related to concrete cube testing. 1. How to determine the dimensions of the concrete cube (150x150mm) in the