Re: [Yade-users] [Question #706843]: VTKRecorder throws Segmentation fault error

2023-05-31 Thread Yuri Bezmenov
Question #706843 on Yade changed: https://answers.launchpad.net/yade/+question/706843 Yuri Bezmenov posted a new comment: Hi Jan, I just update Ubuntu and again run baadalvm@baadalvm:~/file/triax$ yade -n new.py this time I didnt got ant error. just one more thing, could you please

Re: [Yade-users] [Question #706106]: Load the data to plot

2023-05-31 Thread alaia woods
Question #706106 on Yade changed: https://answers.launchpad.net/yade/+question/706106 alaia woods posted a new comment: To plot the results from a file and compare them with DEM (Discrete Element Method) simulations in real-time, you can follow these steps: Load the data from your file: You'll

Re: [Yade-users] [Question #706848]: Constant pressure or Constant volume?

2023-05-31 Thread 内山康太郎
Question #706848 on Yade changed: https://answers.launchpad.net/yade/+question/706848 内山康太郎 posted a new comment: Thanks for the reply. I'm sorry, Mr Jan. I made a mistake in my description. What I am looking for is a "constant pressure“ periodic simple shear. So we would like to perform

Re: [Yade-users] [Question #706843]: VTKRecorder throws Segmentation fault error

2023-05-31 Thread Yuri Bezmenov
Question #706843 on Yade changed: https://answers.launchpad.net/yade/+question/706843 Status: Needs information => Open Yuri Bezmenov gave more information on the question: hi Jan, I am still facing the same issue. baadalvm@baadalvm:~/file/triax$ yade -n new.py Welcome to Yade 2022.01a

Re: [Yade-users] [Question #706855]: Segmentation fault (core dumped) when increasing the GridConnection number

2023-05-31 Thread Wang Yaqiong
Question #706855 on Yade changed: https://answers.launchpad.net/yade/+question/706855 Wang Yaqiong posted a new comment: I found that if I change "O.saveTmp()" into “O.run()”, no "segmentation fault" is printed and the program works well. The problem seems to be fixed. But I don't know that's

[Yade-users] [Question #706855]: Segmentation fault (core dumped) when increasing the GridConnection number

2023-05-31 Thread Wang Yaqiong
New question #706855 on Yade: https://answers.launchpad.net/yade/+question/706855 I have a question when generating the geogrid sample. When I increased the number of nodes (e.g., "nbL" from 10 to 60), the "Segmentation fault " appears in the terminal. I have confirmed that the program woks

Re: [Yade-users] [Question #706854]: Code availability of Yuan2016, Sweijen2016

2023-05-31 Thread Sebastian Falcioni
Question #706854 on Yade changed: https://answers.launchpad.net/yade/+question/706854 Sebastian Falcioni posted a new comment: Hi Karol. Thanks for the quick answer. I'm trying to model hydrogel swelling with DEM. It's seems to be comparable but if you know another example closest to mine I'll

Re: [Yade-users] [Question #706854]: Code availability of Yuan2016, Sweijen2016

2023-05-31 Thread Karol Brzezinski
Question #706854 on Yade changed: https://answers.launchpad.net/yade/+question/706854 Karol Brzezinski posted a new comment: Hi Sebastian, Hehe you looked in the examples? I checked the examples in the main repository, and this one seem to be the closest to your problem [1]. Cheers, Karol [1]

Re: [Yade-users] [Question #705052]: Particle Water Absorption

2023-05-31 Thread Sebastian Falcioni
Question #705052 on Yade changed: https://answers.launchpad.net/yade/+question/705052 Sebastian Falcioni posted a new comment: Hi fellas. Can you access to the code of this article? Thanks. Sebastian. -- You received this question notification because your team yade-users is an answer contact

Re: [Yade-users] [Question #403166]: Code availability of Yuan2016, Sweijen2016

2023-05-31 Thread Sebastian Falcioni
Question #403166 on Yade changed: https://answers.launchpad.net/yade/+question/403166 Sebastian Falcioni posted a new comment: Hi. Do you know if the code is available? Do you have it? Thanks. Sebastian. -- You received this question notification because your team yade-users is an answer

[Yade-users] [Question #706854]: Code availability of Yuan2016, Sweijen2016

2023-05-31 Thread Sebastian Falcioni
New question #706854 on Yade: https://answers.launchpad.net/yade/+question/706854 Hello, I noticed the 2 following papers: - Yuan2016: Pore-scale simulations of drainage in granular materials: Finite size effects and the representative elementary volume by C. Yuan et al., in Advances in Water

Re: [Yade-users] [Question #706843]: VTKRecorder throws Segmentation fault error

2023-05-31 Thread Jan Stránský
Question #706843 on Yade changed: https://answers.launchpad.net/yade/+question/706843 Status: Open => Needs information Jan Stránský requested more information: Thanks for informations. I have tried it without GUI yade -n script.py without error. Could you please test it? Cheers Jan --

Re: [Yade-users] [Question #706845]: Young's modulus and normal stiffness

2023-05-31 Thread Jan Stránský
Question #706845 on Yade changed: https://answers.launchpad.net/yade/+question/706845 Status: Open => Needs information Jan Stránský requested more information: Hello, > What I am gonna ask is a simple question. Actually it can be very complex :-) > If I know the normal and shear

[Yade-users] [Question #706851]: FreeGlut versus FREEGLUT package

2023-05-31 Thread Luc OGER
New question #706851 on Yade: https://answers.launchpad.net/yade/+question/706851 hi, during my cmake process to generate the Makefile for the latest yade version 2023-05-15 , I got a Warning about freeglut: CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438

Re: [Yade-users] [Question #706848]: Constant pressure or Constant volume?

2023-05-31 Thread Jan Stránský
Question #706848 on Yade changed: https://answers.launchpad.net/yade/+question/706848 Status: Open => Needs information Jan Stránský requested more information: Hello, > I found out that this example program is "constant volume" periodic simple > shear. > So we would like to perform

Re: [Yade-users] [Question #706850]: Clumping can't give color to each layer

2023-05-31 Thread Jan Stránský
Question #706850 on Yade changed: https://answers.launchpad.net/yade/+question/706850 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > sphere_obj.color = color sphere_obj.shape.color = color # [1] Cheers Jan [1]

Re: [Yade-users] [Question #706848]: Constant pressure or Constant volume?

2023-05-31 Thread 内山康太郎
Question #706848 on Yade changed: https://answers.launchpad.net/yade/+question/706848 内山康太郎 posted a new comment: Excuse the series of questions. I found out that this example program is "constant volume" periodic simple shear. So we would like to perform "constant volume" periodic simple