[Yade-users] [Question #706797]: I try to pack the sphere in the cylinder by gravity deposition. But it stop when it touches the funnel.

2023-05-25 Thread Huan
New question #706797 on Yade: https://answers.launchpad.net/yade/+question/706797 Hello, I create a sphere packing position in the 1st script. However in second script, I import the position from the 1st script. I reduce the sphere value. I am confuse on why once the sphere hit the funnel the

Re: [Yade-users] [Question #706740]: Excess pore-water pressure in triaxial test

2023-05-25 Thread Fedor
Question #706740 on Yade changed: https://answers.launchpad.net/yade/+question/706740 Fedor posted a new comment: Hi Yuri, thanks for your comment -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #706740]: Excess pore-water pressure in triaxial test

2023-05-25 Thread Fedor
Question #706740 on Yade changed: https://answers.launchpad.net/yade/+question/706740 Fedor posted a new comment: Hello Bruno, thank you for reply. Script is attached below. I want to see as in theory the result of increasing of pore pressure up to a constant constant value. from __future__

Re: [Yade-users] [Question #706740]: Excess pore-water pressure in triaxial test

2023-05-25 Thread Bruno Chareyre
Question #706740 on Yade changed: https://answers.launchpad.net/yade/+question/706740 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi Fedor, Mathematically it should be possible to solve for pressure when the fluid is compressible (else it is ill-posed), but it

Re: [Yade-users] [Question #706569]: Dynamic Triaxial test

2023-05-25 Thread Yuri Bezmenov
Question #706569 on Yade changed: https://answers.launchpad.net/yade/+question/706569 Yuri Bezmenov confirmed that the question is solved: Thanks Bruno Chareyre, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #706766]: How to get Micro-strain field from a 2D simulation in YADE

2023-05-25 Thread Leonard
Question #706766 on Yade changed: https://answers.launchpad.net/yade/+question/706766 Status: Answered => Solved Leonard confirmed that the question is solved: Thanks Karol, this is a great idea! Cheers, Leonard -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #706664]: Export Local Porosity to vtk file

2023-05-25 Thread Jan Stránský
Question #706664 on Yade changed: https://answers.launchpad.net/yade/+question/706664 Status: Open => Answered Jan Stránský proposed the following answer: Hello, thanks for the code, now it is much more clear > except for the last line see below > From the documentation I understood,

Re: [Yade-users] [Question #706740]: Excess pore-water pressure in triaxial test

2023-05-25 Thread Yuri Bezmenov
Question #706740 on Yade changed: https://answers.launchpad.net/yade/+question/706740 Yuri Bezmenov posted a new comment: Hi Fedor! I was also trying to simulate a similar problem when I used 'flow.bndCondIsPressure = [0, 0, 0, 0, 0, 0]' to simulate undrained condition, the software throws an

Re: [Yade-users] [Question #706664]: Export Local Porosity to vtk file

2023-05-25 Thread Anton
Question #706664 on Yade changed: https://answers.launchpad.net/yade/+question/706664 Status: Needs information => Open Anton gave more information on the question: Hello Jan and thanks for coming back to me. Here is the code I am using right now: # gravity deposition in box, showing how

Re: [Yade-users] [Question #706790]: Sphere packing location

2023-05-25 Thread Jan Stránský
Question #706790 on Yade changed: https://answers.launchpad.net/yade/+question/706790 Jan Stránský posted a new comment: I understand that for actual simulation, you use that many particles. My point was that for this forum and for higher probability of good answer (I was not able to run the

Re: [Yade-users] [Question #706790]: Sphere packing location

2023-05-25 Thread Huan
Question #706790 on Yade changed: https://answers.launchpad.net/yade/+question/706790 Status: Solved => Open Huan is still having a problem: Hey, Jan out of curiosity if the sphere that are generated are so small for example my asphalt binder is 0.0003 wouldn't it just go through the funnel

Re: [Yade-users] [Question #706790]: Sphere packing location

2023-05-25 Thread Huan
Question #706790 on Yade changed: https://answers.launchpad.net/yade/+question/706790 Status: Answered => Solved Huan confirmed that the question is solved: Thanks Jan, I was able to modify it by lowering the min z. I think 5 millions spheres is not relevant, but my prof. want all of it even

Re: [Yade-users] [Question #706790]: Sphere packing location

2023-05-25 Thread Jan Stránský
Question #706790 on Yade changed: https://answers.launchpad.net/yade/+question/706790 Status: Open => Answered Jan Stránský proposed the following answer: Hello, please provide a MWE [1], M = minimal Is 5 millions spheres needed to demonstrate your problem? "bursting" might be caused by

[Yade-users] [Question #706790]: Sphere packing location

2023-05-25 Thread Huan
New question #706790 on Yade: https://answers.launchpad.net/yade/+question/706790 Hello, I create two python script. 1. Sphere Packing Position Saving 2. Importing the sphere packing from 1. to do gravity deposition >>The Problem I encounter is that I try to move the ( zi = minz + l * gridsize

Re: [Yade-users] [Question #706786]: Can I add properties and color into export text file?

2023-05-25 Thread Jan Stránský
Question #706786 on Yade changed: https://answers.launchpad.net/yade/+question/706786 Jan Stránský posted a new comment: Hello, > ##My Code## please try to use MWE [1], M = minimal. For this case, a few "hardcoded" spheres is enough for the export / import purposes (see below what I mean)

Re: [Yade-users] [Question #706786]: Can I add properties and color into export text file?

2023-05-25 Thread Huan
Question #706786 on Yade changed: https://answers.launchpad.net/yade/+question/706786 Status: Open => Solved Huan confirmed that the question is solved: Nevermind I ended up only save the position of the sphere. Then, in the second python file I import the position and give it properties in

Re: [Yade-users] [Question #706787]: Materials changes after shpere generation

2023-05-25 Thread Jan Stránský
Question #706787 on Yade changed: https://answers.launchpad.net/yade/+question/706787 Status: Open => Needs information Jan Stránský requested more information: > By adding the the spheres the material type of walls change please provide the method how you got this information. I could not

Re: [Yade-users] [Question #706779]: Wall disappearing

2023-05-25 Thread Jan Stránský
Question #706779 on Yade changed: https://answers.launchpad.net/yade/+question/706779 Jan Stránský posted a new comment: I have no idea myself. I suspect the triax engine to do some division by O.dt for stress controlled walls. You / somebody else can dig into source code if you want or somebody

Re: [Yade-users] [Question #706709]: Segmentation error

2023-05-25 Thread Jan Stránský
Question #706709 on Yade changed: https://answers.launchpad.net/yade/+question/706709 Status: Open => Needs information Jan Stránský requested more information: > and provide the output Cheers Jan -- You received this question notification because your team yade-users is an answer contact

Re: [Yade-users] [Question #706758]: Force between wall and particle

2023-05-25 Thread Jan Stránský
Question #706758 on Yade changed: https://answers.launchpad.net/yade/+question/706758 Status: Open => Needs information Jan Stránský requested more information: > i want to check it depends on what, how, ... it should do.. print? save? check = compare to some expected value? ...? > at

Re: [Yade-users] [Question #706786]: Can I add properties and color into export text file?

2023-05-25 Thread Huan
Question #706786 on Yade changed: https://answers.launchpad.net/yade/+question/706786 Description changed to: Hi, I am trying to save the position, properties, and color. Can I export it into one text file for future importing uses for example I will import the spherer packing from text when I

Re: [Yade-users] [Question #706787]: Materials changes after shpere generation

2023-05-25 Thread mohsen
Question #706787 on Yade changed: https://answers.launchpad.net/yade/+question/706787 Summary changed to: Materials changes after shpere generation Description changed to: In the name of God Hi every one! I encountered an strange problem. When i add some spheres bonded to each other using

Re: [Yade-users] [Question #706779]: Wall disappearing

2023-05-25 Thread mohsen
Question #706779 on Yade changed: https://answers.launchpad.net/yade/+question/706779 Status: Answered => Open mohsen is still having a problem: Hi Jan That works for me too! but would you please let me know what happen if dt set non-zero? -- You received this question notification