Re: [Yade-users] [Question #688609]: Elastic Plastic Material Behavior for Grid Connection Model

2020-02-12 Thread Jeffrey Knowles
Question #688609 on Yade changed: https://answers.launchpad.net/yade/+question/688609 Status: Open => Solved Jeffrey Knowles confirmed that the question is solved: Actually, it looks like I figured it out. I just by adjusted some of the other parameters in the CohFrictMat class while still

[Yade-users] [Question #688720]: model a direct shear test

2020-02-12 Thread veerawat
New question #688720 on Yade: https://answers.launchpad.net/yade/+question/688720 I want to make a model a direct shear test . But i still can't do it once .Similar questions cannot work. Anyone who knows ? writes the code for me Plese !! -- You received this question notification because

[Yade-users] [Question #688719]: Model a bearing capacity

2020-02-12 Thread veerawat
New question #688719 on Yade: https://answers.launchpad.net/yade/+question/688719 >From this code I want to have a square that can be sized Crush the particles. >By determining the force , What should I do ? from __future__ import print_function from yade import pack from pylab import rand

Re: [Yade-users] [Question #688643]: How to do model bearing capacity of soil

2020-02-12 Thread veerawat
Question #688643 on Yade changed: https://answers.launchpad.net/yade/+question/688643 Status: Answered => Open veerawat is still having a problem: I want to make a model of soil weight bearing. Which the pressure that I use is needed as a square of various sizes. but my code is not

Re: [Yade-users] [Question #688681]: Contact laws and Input stiffness directly rather than young parameter

2020-02-12 Thread ehsan benabbas
Question #688681 on Yade changed: https://answers.launchpad.net/yade/+question/688681 ehsan benabbas gave more information on the question: > I would check your stop conditions and which phase is "freezing" the > simulation. My stop/finishing criterion is the target strain which is 0.25 (it's

Re: [Yade-users] [Question #688681]: Contact laws and Input stiffness directly rather than young parameter

2020-02-12 Thread ehsan benabbas
Question #688681 on Yade changed: https://answers.launchpad.net/yade/+question/688681 Status: Answered => Open ehsan benabbas is still having a problem: > why you "should get the same behavior", if you use a different material, > different Ip2 and different Law2? I get your point. However,

Re: [Yade-users] [Question #688345]: Precrack

2020-02-12 Thread mrhappy
Question #688345 on Yade changed: https://answers.launchpad.net/yade/+question/688345 mrhappy gave more information on the question: I have used other methods such as: O.interactions[4949,5048].phys.isBroken = True O.interactions[5048,4949].phys.isBroken = True

[Yade-users] [Question #688715]: Adding an interaction

2020-02-12 Thread mrhappy
New question #688715 on Yade: https://answers.launchpad.net/yade/+question/688715 Hi, To delete an interaction between two bodies, I do the following: O.interactions.erase(id1,id2) How do I add an interactyion between id1 and id2? Thanks! -- You received this question notification because

Re: [Yade-users] [Question #688696]: Calculate the number of broken bonds in Cpm mat

2020-02-12 Thread Akm
Question #688696 on Yade changed: https://answers.launchpad.net/yade/+question/688696 Status: Needs information => Open Akm gave more information on the question: Hi Jan and Robert, My script is pretty lengthy and has a lot of imports. So let me just stick to those commands where I

Re: [Yade-users] [Question #688685]: permeability - PFV

2020-02-12 Thread Othman Sh
Question #688685 on Yade changed: https://answers.launchpad.net/yade/+question/688685 Othman Sh gave more information on the question: I have some updates. I realized that since I'm fixing the spheres in their position and I don't want any deformation in the packing, I don't need the mechanical

Re: [Yade-users] [Question #688690]: pack.SpherePack.save() function saved particles data format

2020-02-12 Thread Jan Stránský
Question #688690 on Yade changed: https://answers.launchpad.net/yade/+question/688690 Status: Open => Needs information Jan Stránský requested more information: Please provide a MWE [1] (e.g. a packing with 3 manually inserted spheres), then it will be much easier to help you.. thanks Jan

Re: [Yade-users] [Question #688690]: pack.SpherePack.save() function saved particles data format

2020-02-12 Thread gaoxuesong
Question #688690 on Yade changed: https://answers.launchpad.net/yade/+question/688690 Status: Needs information => Open gaoxuesong gave more information on the question: The error is shown as, RuntimeError: bad lexical cast: source type value could not be interpreted as target Thanks.

Re: [Yade-users] [Question #688685]: permeability - PFV

2020-02-12 Thread Othman Sh
Question #688685 on Yade changed: https://answers.launchpad.net/yade/+question/688685 Status: Needs information => Open Othman Sh gave more information on the question: Hi Robert, Are you referring to reducing the time step? I did reduce the time step until 1e-7 and I still have this issue.

Re: [Yade-users] [Question #688652]: CpmMat elastic calibration difficulty

2020-02-12 Thread Mumić
Question #688652 on Yade changed: https://answers.launchpad.net/yade/+question/688652 Status: Needs information => Solved Mumić confirmed that the question is solved: Hello again and thanks for the reply. >set epsCrackOnset and sigmaT to arbitrary large values (like 1e99) I ran some

Re: [Yade-users] [Question #688696]: Calculate the number of broken bonds in Cpm mat

2020-02-12 Thread Jan Stránský
Question #688696 on Yade changed: https://answers.launchpad.net/yade/+question/688696 Jan Stránský requested more information: > ... tried to plot it using the concept where I check if 'iscohesive==True ' please be more specific (ideally post a MWE [1]) > Is there any other way to get these

Re: [Yade-users] [Question #688681]: Contact laws and Input stiffness directly rather than young parameter

2020-02-12 Thread Jan Stránský
Question #688681 on Yade changed: https://answers.launchpad.net/yade/+question/688681 Status: Open => Answered Jan Stránský proposed the following answer: > I was wondering setting cn = cs = 0 in "ViscElMat" gives me the same result as "FrictMat" as the density of specimen has not changed

Re: [Yade-users] [Question #688643]: How to do model bearing capacity of soil

2020-02-12 Thread Robert Caulk
Question #688643 on Yade changed: https://answers.launchpad.net/yade/+question/688643 Status: Open => Answered Robert Caulk proposed the following answer: >But I can’t resize the pressure wall. I want to resize the pressed wall, what to do? What is the pressure/pressed wall? It would help

Re: [Yade-users] [Question #688690]: pack.SpherePack.save() function saved particles data format

2020-02-12 Thread Robert Caulk
Question #688690 on Yade changed: https://answers.launchpad.net/yade/+question/688690 Status: Open => Needs information Robert Caulk requested more information: >there is an format error when reading the file What is the error? -- You received this question notification because your team

Re: [Yade-users] [Question #688696]: Calculate the number of broken bonds in Cpm mat

2020-02-12 Thread Robert Caulk
Question #688696 on Yade changed: https://answers.launchpad.net/yade/+question/688696 Status: Open => Needs information Robert Caulk requested more information: >but it doesn't work Why doesn't it work? -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #688588]: Compilation error

2020-02-12 Thread Lingran Zhang
Question #688588 on Yade changed: https://answers.launchpad.net/yade/+question/688588 Lingran Zhang confirmed that the question is solved: Thanks Robert Caulk, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #688588]: Compilation error

2020-02-12 Thread Lingran Zhang
Question #688588 on Yade changed: https://answers.launchpad.net/yade/+question/688588 Status: Answered => Solved Lingran Zhang confirmed that the question is solved: Thank you very much Robert! Lingran -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #688439]: effect of rolling stiffness on peak friction angle of sample

2020-02-12 Thread Luc Sibille
Question #688439 on Yade changed: https://answers.launchpad.net/yade/+question/688439 Luc Sibille proposed the following answer: Did you check if there is actually a rolling moment not nil at the contacts between spheres? Luc Le 09/02/2020 à 10:23, Elham Hosseinkhani a écrit : > Question

[Yade-users] [Question #688696]: Calculate the number of broken bonds in Cpm mat

2020-02-12 Thread Akm
New question #688696 on Yade: https://answers.launchpad.net/yade/+question/688696 Hi, I am trying to calculate the number of bonds broken at each iteration in my simulation. I am using the cpm material and tried to plot it using the concept where I check if 'iscohesive==True ' but it doesn't