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

2023-06-01 Thread 内山康太郎
Question #706848 on Yade changed: https://answers.launchpad.net/yade/+question/706848 Status: Needs information => Solved 内山康太郎 confirmed that the question is solved: Resolved. Thank you Mr Jan. -- You received this question notification because your team yade-users is an answer contact

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

2023-06-01 Thread Karol Brzezinski
Question #706854 on Yade changed: https://answers.launchpad.net/yade/+question/706854 Status: Open => Answered Karol Brzezinski proposed the following answer: Hi Sebastian, For a single particle, you can change its radius. You can write a Python function and run it in PyRunner (an

Re: [Yade-users] [Question #706865]: Erasing entire clump in simulation

2023-06-01 Thread Jan Stránský
Question #706865 on Yade changed: https://answers.launchpad.net/yade/+question/706865 Status: Open => Needs information Jan Stránský requested more information: Hi, > I wonder if I am doing correct about deleting clumps in my simulation. obviously not, if "but nothing work" > I tried

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

2023-06-01 Thread Luc OGER
Question #706851 on Yade changed: https://answers.launchpad.net/yade/+question/706851 Luc OGER gave more information on the question: complementary investigation : by using the debug mode I end on this error : (gdb) run /usr/local/yade/bin/yade-2023-05-15.git-a46ea55 Bouncing_spheres.py

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

2023-06-01 Thread Sebastian Falcioni
Question #706854 on Yade changed: https://answers.launchpad.net/yade/+question/706854 Sebastian Falcioni posted a new comment: Hi Karol. In particular I'm trying to model the swelling of a single particle of hydrogel in a fluid (water). So I have one single particle with a changing volume. Is

[Yade-users] [Question #706865]: Erasing entire clump in simulation

2023-06-01 Thread Lassakorn Eawsakul
New question #706865 on Yade: https://answers.launchpad.net/yade/+question/706865 Hi, I wonder if I am doing correct about deleting clumps in my simulation. My intention is to let the clump fall onto the sphere particles inside the cylinder container but I cut off the code about particles first

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

2023-06-01 Thread Yuri Bezmenov
Question #706843 on Yade changed: https://answers.launchpad.net/yade/+question/706843 Status: Open => Solved Yuri Bezmenov confirmed that the question is solved: Thanks Jan, My problem is solved. -- You received this question notification because your team yade-users is an answer contact

Re: [Yade-users] [Question #706864]: unable to export text

2023-06-01 Thread Jan Stránský
Question #706864 on Yade changed: https://answers.launchpad.net/yade/+question/706864 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > if it is correct to put the code under def checkunbalancedForce() please use actual names to prevent confusion. by

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

2023-06-01 Thread Jan Stránský
Question #706848 on Yade changed: https://answers.launchpad.net/yade/+question/706848 Jan Stránský requested more information: Please define (or rather adjust) "constant pressure simple shear" Simple shear is simple = just plain shear, no pressure applied. By applying additional pressure, the

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

2023-06-01 Thread Jan Stránský
Question #706843 on Yade changed: https://answers.launchpad.net/yade/+question/706843 Jan Stránský posted a new comment: Segmentation fault in C++ context is if you try to access attributes or methods on a null pointer. Usually it consequence of a clear bug or some sircumstances, that have not

[Yade-users] [Question #706864]: unable to export text

2023-06-01 Thread Huan
New question #706864 on Yade: https://answers.launchpad.net/yade/+question/706864 Hello, I'm try to to use the clump as wall to press on the sphere packing. After the clump press the packing I want to export the text of sphere position excluding the clump sphere, but it doesn't work. My

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

2023-06-01 Thread Karol Brzezinski
Question #706854 on Yade changed: https://answers.launchpad.net/yade/+question/706854 Karol Brzezinski posted a new comment: Hello Sebastian, I don't have a video and I don't think that there is one. But you could try to run the example and see what it looks like. Cheers, Karol -- You

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

2023-06-01 Thread Huan
Question #706850 on Yade changed: https://answers.launchpad.net/yade/+question/706850 Status: Answered => Solved Huan confirmed that the question is solved: Thanks but I solve it via using this: # set color for index, layer in enumerate(O.bodies): if not isinstance(layer.shape, Sphere):