Re: [Yade-users] [Question #701150]: Details about radii expansion method in yade

2022-04-02 Thread Leonard
Question #701150 on Yade changed: https://answers.launchpad.net/yade/+question/701150 Status: Answered => Solved Leonard 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

[Yade-users] [Question #701174]: a slight change to an example

2022-04-02 Thread yihao Zhang
New question #701174 on Yade: https://answers.launchpad.net/yade/+question/701174 this is an example of a triaxial shear test from yade import pack,plot,qt,export IsoSigma = -100. O.periodic=True # define material idSand=O.materials.append(FrictMat(young=100e3,poisson=1.,frictionAngle=radians(20

Re: [Yade-users] [Question #701161]: Knowing the particle coordinates, generate sphere particles in batches

2022-04-02 Thread Jan Stránský
Question #701161 on Yade changed: https://answers.launchpad.net/yade/+question/701161 Jan Stránský posted a new comment: > I want to call the csv or txt file ... In programming/scripting terminology, you call a function. With file, more appropriate is something like read data from file or somethi

Re: [Yade-users] [Question #701161]: Knowing the particle coordinates, generate sphere particles in batches

2022-04-02 Thread xuanshenyu
Question #701161 on Yade changed: https://answers.launchpad.net/yade/+question/701161 Status: Answered => Open xuanshenyu is still having a problem: Hi,Jan I'm sorry for inappropriate expression. First, I know the coordinates of sphere particle, and they are saved in CSV or txt files. Just