Re: [Yade-users] [Question #707516]: How to obtain the stress of a particle

2023-09-07 Thread
Question #707516 on Yade changed: https://answers.launchpad.net/yade/+question/707516 Status: Needs information => Open 孙灿 gave more information on the question: I have set up a model box to study the stress magnitude of soil particles in shield tunneling, and the lining segment is compo

Re: [Yade-users] [Question #707516]: How to obtain the stress of a particle

2023-09-04 Thread
Question #707516 on Yade changed: https://answers.launchpad.net/yade/+question/707516 Status: Answered => Open 孙灿 is still having a problem: I am trying this string of code and it has been successfully inserted into my code. Now I have a problem. I only read the stress size of the partic

Re: [Yade-users] [Question #704138]: Can JCFpmMat set cohesion?

2022-12-18 Thread
Question #704138 on Yade changed: https://answers.launchpad.net/yade/+question/704138 孙灿 posted a new comment: Sticky can be understood as cohesion. Cohesion refers to the mutual attraction between adjacent parts of the same material. This mutual attraction is the expression of molecular force

[Yade-users] [Question #704138]: Can JCFpmMat set cohesion?

2022-12-16 Thread
New question #704138 on Yade: https://answers.launchpad.net/yade/+question/704138 Hello, I need to set up some sticky particles and I found that the introduction of JCFpmMat is "Possibly jointed, cohesive frictional material, for use with other JCFpm classes". Can it set the viscosity of the

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-30 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 Status: Answered => Solved 孙灿 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an ans

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-30 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 孙灿 posted a new comment: >ArgumentError: Python argument types in >None.None(Body, int) >did not match C++ signature: >None(yade::Body {lvalue}, boost::shared_ptr) Yes, that's the error, I don'

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-29 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 孙灿 posted a new comment: Sorry, I know why my published code always has indentation errors. The code is as follows (it should work this time): #Material constants(1) Density1 = 1836 FrictionAngle1 = 5

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-28 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 孙灿 posted a new comment: >It says, that O.bodies[arg] expects "arg" to be int, but actually it is Body. >To solve it, put arg.id (Body.id as int) I try to output b The type of id is found to

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-28 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 孙灿 posted a new comment: >'Omega' object has no attribute 'bodise'? What's the meaning of this? Does "Omega" here refer to the Greek letter Ω? What I add to the list is the particle ID (shuzu.

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-25 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 孙灿 posted a new comment: So how can I fix this?I'm not quite sure how to fix it. Cheers -- You received this question notification because your team yade-users is an answer contact for Yade

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-25 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 孙灿 posted a new comment: shuzu=[] circleRadius=2 circleCenter = Vector3(0.05,15,6) for b in O.bodies: d = (b.state.pos - circleCenter).norm() if d < circleRadius: shuzu.append(b.id) def printI

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-24 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 孙灿 posted a new comment: shuzu.append(? ) means I'm not quite sure what to fill in () to add the particles themselves to the list. Or I add the id of the particle to the list, body.mat = Mat2 in the position

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-24 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 孙灿 posted a new comment: I know what you mean. But while I'm using this code, I don't know how to call the grain itself. The relevant code is as follows (not all of it): shuzu=[] circleRadius=2 circleCenter

Re: [Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-23 Thread
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 孙灿 posted a new comment: #Material constants(1) Density1 = 1836 FrictionAngle1 = 5 PoissonRatio1 = 0.4 Young1 = 1e8 Damp = 0.5 AvgRadius1 = 0.05 N_particles = 1 #Wall constants WDensity = 0 WFrictionAngle

[Yade-users] [Question #703571]: How to reset the stiffness of the particles at a later stage?

2022-10-21 Thread
New question #703571 on Yade: https://answers.launchpad.net/yade/+question/703571 Imagine that I am in a two-dimensional simulation box full of particles, and their materials are set, and the Young's modulus is also set, and we all know that the size of the Young's modulus affects the size of

Re: [Yade-users] [Question #703553]: Can I simulate water in Yade?

2022-10-20 Thread
Question #703553 on Yade changed: https://answers.launchpad.net/yade/+question/703553 Status: Answered => Open 孙灿 is still having a problem: I just need to set up groundwater in nature and use water to fill the gap between the particles, just like the soil, the soil particles are fil

Re: [Yade-users] [Question #703553]: Can I simulate water in Yade?

2022-10-20 Thread
Question #703553 on Yade changed: https://answers.launchpad.net/yade/+question/703553 Status: Answered => Open 孙灿 is still having a problem: Suppose I add particles in the range ((0,0,0),(2,3,4)), how do I generate water to reach a height of 2m? -- You received this question notificat

[Yade-users] [Question #703553]: Can I simulate water in Yade?

2022-10-20 Thread
New question #703553 on Yade: https://answers.launchpad.net/yade/+question/703553 Can I generate water in the simulation? -- You received this question notification because your team yade-users is an answer contact for Yade. ___ Mailing list:

Re: [Yade-users] [Question #703498]: Young's modulus or the effect of the wall on the test

2022-10-20 Thread
Question #703498 on Yade changed: https://answers.launchpad.net/yade/+question/703498 孙灿 posted a new comment: Since makeCloud is not completely symmetrical, is there a way to generate particles as symmetrically as possible? If makeCloud is not symmetrical, then every simulation result will have

Re: [Yade-users] [Question #703498]: Young's modulus or the effect of the wall on the test

2022-10-17 Thread
Question #703498 on Yade changed: https://answers.launchpad.net/yade/+question/703498 Status: Needs information => Open 孙灿 gave more information on the question: The code is as follows: #Material constants(1) Density1 = 1836 FrictionAngle1 = 5 PoissonRatio1 = 0.4 Young1 = 1e8 Damp =

[Yade-users] [Question #703498]: Young's modulus or the effect of the wall on the test

2022-10-15 Thread
New question #703498 on Yade: https://answers.launchpad.net/yade/+question/703498 Hello, I completed a left-right symmetrical simulation, adding walls to the left, right, and bottom, and changing the default Young's modulus (1e9). According to the real situation, the symmetric simulation, its

Re: [Yade-users] [Question #703292]: How to set the weight of particles?

2022-10-15 Thread
Question #703292 on Yade changed: https://answers.launchpad.net/yade/+question/703292 Status: Answered => Solved 孙灿 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an ans

Re: [Yade-users] [Question #703292]: How to set the weight of particles?

2022-10-14 Thread
Question #703292 on Yade changed: https://answers.launchpad.net/yade/+question/703292 孙灿 posted a new comment: I get it. If I need to achieve uniform loads, then I have to apply a concentration force to multiple particles. So how is the magnitude of the force determined?Is it done by (1,0,0

Re: [Yade-users] [Question #703292]: How to set the weight of particles?

2022-10-13 Thread
Question #703292 on Yade changed: https://answers.launchpad.net/yade/+question/703292 孙灿 posted a new comment: >what does "range of applied force" mean? force varying in time? No, I mean I only apply force in the designated area (other than gravity) and the rest of the area uses

[Yade-users] [Question #703428]: How to get a stress map?

2022-10-08 Thread
New question #703428 on Yade: https://answers.launchpad.net/yade/+question/703428 Hello. Imagine a model box filled with particles and piled up under the action of gravity. Then I remove some particles from the particles and apply gravity again, which is, the stress of these particles will

Re: [Yade-users] [Question #703292]: How to set the weight of particles?

2022-10-08 Thread
Question #703292 on Yade changed: https://answers.launchpad.net/yade/+question/703292 孙灿 posted a new comment: Sorry, I didn't respond in time. I think both of the lines you mentioned will solve my problem. However I think the method mentioned in [5] is more suitable. [5] Can

[Yade-users] [Question #703292]: How to set the weight of particles?

2022-09-24 Thread
New question #703292 on Yade: https://answers.launchpad.net/yade/+question/703292 Now I need to apply uniform load in the simulation. I have two ideas: the first is to generate some particles and then give them weight, but this involves a material, but I can't find it; The second is to apply

Re: [Yade-users] [Question #703209]: How to use different materials in one simulation?

2022-09-24 Thread
Question #703209 on Yade changed: https://answers.launchpad.net/yade/+question/703209 Status: Needs information => Solved 孙灿 confirmed that the question is solved: Thank you, my problem solved -- You received this question notification because your team yade-users is an answer cont

Re: [Yade-users] [Question #703122]: Why, after adding particle properties, the simulation results are inaccurate

2022-09-24 Thread
Question #703122 on Yade changed: https://answers.launchpad.net/yade/+question/703122 Status: Needs information => Solved 孙灿 confirmed that the question is solved: Problem solved -- You received this question notification because your team yade-users is an answer contact for Y

Re: [Yade-users] [Question #703243]: Installation failed

2022-09-24 Thread
Question #703243 on Yade changed: https://answers.launchpad.net/yade/+question/703243 Status: Answered => Solved 孙灿 confirmed that the question is solved: Thanks Janek Kozicki, that solved my question. -- You received this question notification because your team yade-users is an ans

[Yade-users] [Question #703243]: Installation failed

2022-09-20 Thread
New question #703243 on Yade: https://answers.launchpad.net/yade/+question/703243 When I install yade on a new computer, I enter sudo apt-get install yade in the terminal, it will report an error and show that the package cannot be located, how do I solve it? -- You received this question

Re: [Yade-users] [Question #703209]: How to use different materials in one simulation?

2022-09-18 Thread
Question #703209 on Yade changed: https://answers.launchpad.net/yade/+question/703209 Status: Needs information => Open 孙灿 gave more information on the question: #Material constants(1) Density1 = 1836 FrictionAngle1 = 5 PoissonRatio1 = 0.4 Young1 = 5e8 Damp = 0.5 AvgRadius1 = 0

Re: [Yade-users] [Question #703209]: How to use different materials in one simulation?

2022-09-18 Thread
Question #703209 on Yade changed: https://answers.launchpad.net/yade/+question/703209 Summary changed to: How to use different materials in one simulation? -- You received this question notification because your team yade-users is an answer contact for Yade.

[Yade-users] [Question #703209]: 如何在一个模拟中使用不同的材料?

2022-09-18 Thread
New question #703209 on Yade: https://answers.launchpad.net/yade/+question/703209 Now I need to simulate a box with a height of 30m, and the particles at the bottom 15m and the upper 15m need to use different materials. At present, I use the following code to complete it, but it seems to be

Re: [Yade-users] [Question #703122]: Why, after adding particle properties, the simulation results are inaccurate

2022-09-11 Thread
Question #703122 on Yade changed: https://answers.launchpad.net/yade/+question/703122 Status: Needs information => Open 孙灿 gave more information on the question: I use my code to simulate ground settlement. When I use the default material, the result is in line with the law of gro

[Yade-users] [Question #703122]: Why, after adding particle properties, the simulation results are inaccurate

2022-09-11 Thread
New question #703122 on Yade: https://answers.launchpad.net/yade/+question/703122 Before I added the granular material (using the default material), the simulation worked well and the results were in line with the actual law, but when I added the material, the result was wrong, was my method of

Re: [Yade-users] [Question #703041]: How do I set the stiffness of FrictMat?

2022-09-06 Thread
Question #703041 on Yade changed: https://answers.launchpad.net/yade/+question/703041 Status: Answered => Solved 孙灿 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an ans

Re: [Yade-users] [Question #703041]: How do I set the stiffness of FrictMat?

2022-09-06 Thread
Question #703041 on Yade changed: https://answers.launchpad.net/yade/+question/703041 孙灿 posted a new comment: So as long as the Young's modulus is set, the stiffness is actually set. So how to find the Young's modulus according to the required stiffness, can I use the formula to calculate

Re: [Yade-users] [Question #703041]: How do I set the stiffness of FrictMat?

2022-09-05 Thread
Question #703041 on Yade changed: https://answers.launchpad.net/yade/+question/703041 孙灿 posted a new comment: Do you mean to set the stiffness indirectly by setting the Young's modulus? Is it only necessary to set the Young's modulus to complete the stiffness setting? -- You received

[Yade-users] [Question #703041]: How do I set the stiffness of FrictMat?

2022-09-03 Thread
New question #703041 on Yade: https://answers.launchpad.net/yade/+question/703041 I need a material that has friction, but is non-sticky, and can set the stiffness. FrictMat most likely met my request. In [1], kn can set the stiffness, but in [2] it means that the stiffness cannot be set in

Re: [Yade-users] [Question #702934]: After you add some code, it does not work correctly

2022-08-29 Thread
Question #702934 on Yade changed: https://answers.launchpad.net/yade/+question/702934 孙灿 posted a new comment: Now there's a question, when does the simulation stop the second time I run the code after disabling PyRunner? Checkunbalanced() has been disabled at this point. -- You received

[Yade-users] [Question #702962]: How to disable function in PyRunner

2022-08-28 Thread
New question #702962 on Yade: https://answers.launchpad.net/yade/+question/702962 How can I disable the pyrunner function during the simulation? -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #702934]: After you add some code, it does not work correctly

2022-08-28 Thread
Question #702934 on Yade changed: https://answers.launchpad.net/yade/+question/702934 Status: Answered => Solved 孙灿 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an ans

Re: [Yade-users] [Question #702934]: After you add some code, it does not work correctly

2022-08-27 Thread
Question #702934 on Yade changed: https://answers.launchpad.net/yade/+question/702934 孙灿 posted a new comment: Do you mean to disable checkunbalanced() before the second run and do not use this function again? How can I disable it? -- You received this question notification because your team

Re: [Yade-users] [Question #702934]: After you add some code, it does not work correctly

2022-08-27 Thread
Question #702934 on Yade changed: https://answers.launchpad.net/yade/+question/702934 孙灿 posted a new comment: Before my email was sent, I checked the code and it was error-free, but the email was sent to you and there was an indentation error, I don't know where the error occurred... >What d

Re: [Yade-users] [Question #702934]: After you add some code, it does not work correctly

2022-08-27 Thread
Question #702934 on Yade changed: https://answers.launchpad.net/yade/+question/702934 孙灿 posted a new comment: #Material constants Density = 2630 FrictionAngle = 2.1 PoissonRatio = 0.5 Young = 300e6 Damp = 0.5 AvgRadius = 0.1 N_particles = 1 #Wall constants WDensity = 0 WFrictionAngle = 0.0

Re: [Yade-users] [Question #702934]: After you add some code, it does not work correctly

2022-08-26 Thread
Question #702934 on Yade changed: https://answers.launchpad.net/yade/+question/702934 Status: Needs information => Open 孙灿 gave more information on the question: #Material constants Density = 2630 FrictionAngle = 2.1 PoissonRatio = 0.5 Young = 300e6 Damp = 0.5 AvgRadius = 0.1 N_partic

Re: [Yade-users] [Question #702934]: After you add some code, it does not work correctly

2022-08-26 Thread
Question #702934 on Yade changed: https://answers.launchpad.net/yade/+question/702934 Status: Needs information => Open 孙灿 gave more information on the question: Sorry, there was an indentation error in the copied code, the code is as follows: #Material constants Density = 2

Re: [Yade-users] [Question #702934]: After you add some code, it does not work correctly

2022-08-25 Thread
Question #702934 on Yade changed: https://answers.launchpad.net/yade/+question/702934 Summary changed to: After you add some code, it does not work correctly Description changed to: In my checkUnbalanced() function, I use a lot of O.bodies.append(). Before using O.bodies.append(), the particles

[Yade-users] [Question #702934]: Why is it not possible to run the code a second time after setting the material of the particles and walls?

2022-08-25 Thread
New question #702934 on Yade: https://answers.launchpad.net/yade/+question/702934 Initially, my simulation used the default materials and didn't deliberately set the characteristics of the particles and walls. After adding these features, I found that after the particle stabilized, the input

Re: [Yade-users] [Question #702877]: How do I correspond to the coordinates of particles and particles?

2022-08-23 Thread
Question #702877 on Yade changed: https://answers.launchpad.net/yade/+question/702877 Status: Answered => Solved 孙灿 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an ans

Re: [Yade-users] [Question #702877]: How do I correspond to the coordinates of particles and particles?

2022-08-22 Thread
Question #702877 on Yade changed: https://answers.launchpad.net/yade/+question/702877 孙灿 posted a new comment: My code is as follows: from yade import pack,plot O.bodies.append(geom.facetBox((0.05, 9, 10), (0.1, 9, 10), wallMask=63)) sp = pack.SpherePack() sp.makeCloud(Vector3(0.05,0,0),Vector3

[Yade-users] [Question #702877]: How do I correspond to the coordinates of particles and particles?

2022-08-22 Thread
New question #702877 on Yade: https://answers.launchpad.net/yade/+question/702877 I want to know, when I use b.state.pos to get the coordinates of the particles, is the coordinate order of the console output random? How do I match the coordinates of the output to the particles in the simulation?

Re: [Yade-users] [Question #702852]: How do I use the numerical blanket?

2022-08-22 Thread
Question #702852 on Yade changed: https://answers.launchpad.net/yade/+question/702852 Status: Answered => Solved 孙灿 confirmed that the question is solved: Just now, I have solved this problem and got the coordinates of the top few layers. Thank you for your help. Cheers -- You recei

Re: [Yade-users] [Question #702852]: How do I use the numerical blanket?

2022-08-22 Thread
Question #702852 on Yade changed: https://answers.launchpad.net/yade/+question/702852 孙灿 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade

Re: [Yade-users] [Question #702852]: How do I use the numerical blanket?

2022-08-22 Thread
Question #702852 on Yade changed: https://answers.launchpad.net/yade/+question/702852 孙灿 posted a new comment: Thank you for your reply. >It was just a brainstorming, what could be done, without any guarantee that it >is easy or feasible or gives satisfactory results.. I think I could

[Yade-users] [Question #702852]: How do I use the numerical blanket?

2022-08-21 Thread
New question #702852 on Yade: https://answers.launchpad.net/yade/+question/702852 Now I need to use a numerical blanket, drop it on the package, and define the particles I touch as the topmost particles, but I don't find the relevant usage of the numerical blanket on the official website, how

Re: [Yade-users] [Question #702750]: How to detect the coordinates of each particle?

2022-08-21 Thread
Question #702750 on Yade changed: https://answers.launchpad.net/yade/+question/702750 Status: Answered => Solved 孙灿 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an ans

Re: [Yade-users] [Question #702750]: How to detect the coordinates of each particle?

2022-08-17 Thread
Question #702750 on Yade changed: https://answers.launchpad.net/yade/+question/702750 孙灿 posted a new comment: I see what you mean. But how can I strictly define particles as belonging to the top layer, I don't seem to have a train of thought. My first thought was to use coordinates to define

Re: [Yade-users] [Question #702750]: How to detect the coordinates of each particle?

2022-08-15 Thread
Question #702750 on Yade changed: https://answers.launchpad.net/yade/+question/702750 Status: Answered => Open 孙灿 is still having a problem: Yes, I added zMax = max(b.state.pos[2] for b in O.body if isinstance(b.shape, Sphere)) to the checkUnbalanced() function, z-values can get the out

Re: [Yade-users] [Question #702750]: How to detect the coordinates of each particle?

2022-08-15 Thread
Question #702750 on Yade changed: https://answers.launchpad.net/yade/+question/702750 Status: Answered => Open 孙灿 is still having a problem: My code is as follows: from yade import pack,plot O.bodies.append(geom.facetBox((0.05, 9, 10), (0.1, 9, 10), wallMask=63)) sp = pack.SphereP

Re: [Yade-users] [Question #702750]: How to detect the coordinates of each particle?

2022-08-15 Thread
Question #702750 on Yade changed: https://answers.launchpad.net/yade/+question/702750 孙灿 posted a new comment: I tried it and found that the code had no errors, but no z-value output for the uppermost particles. My code is as follows: from yade import pack,plot O.bodies.append(geom.facetBox

[Yade-users] [Question #702750]: How to detect the coordinates of each particle?

2022-08-12 Thread
New question #702750 on Yade: https://answers.launchpad.net/yade/+question/702750 How do I get the coordinates of each particle? For example, in my simulation, I apply gravity in the z-axis direction, and after stabilization, how do I know the z-value of the uppermost particle? -- You

Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-11 Thread
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 Status: Answered => Solved 孙灿 confirmed that the question is solved: Thanks Karol Brzezinski, that solved my question. -- You received this question notification because your team yade-users is an ans

Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-10 Thread
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 孙灿 posted a new comment: Yes, I added these two lines of code again, and zdim got the output. What does zdim mean? Is it the highest point? Nadir? Or is it an average? -- You received this question

Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-09 Thread
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 孙灿 posted a new comment: I tried the code again and there was no output from zdim. The code is as follows: from yade import pack,plot O.bodies.append(geom.facetBox((0.05, 9, 10), (0.1, 9, 10), wallMask=63)) sp

Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-09 Thread
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 孙灿 posted a new comment: I just tried it and I found that the code works, but there is no zdim output in the console, why is that? -- You received this question notification because your team yade-users

Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-08 Thread
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 孙灿 posted a new comment: For example: O.bodies.append(geom.facetBox((0.05, 3, 4), (0.1, 3, 4), wallMask=63)) sp = pack.SpherePack() sp.makeCloud(Vector3(0.05,0,0),Vector3(0.05,6,8), rMean=0.05, rRelFuzz=0

Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-07 Thread
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 孙灿 posted a new comment: My code for generating particles is as follows: O.bodies.append(geom.facetBox((0.05, 3, 4), (0.1, 3, 4), wallMask=63)) sp = pack.SpherePack() sp.makeCloud(Vector3(0.05,0,0),Vector3

[Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-04 Thread
New question #702665 on Yade: https://answers.launchpad.net/yade/+question/702665 First, I use o.bodies.append (geom.facetbox ((,), (,), wallmask=)) to generate particles in the specified area. These particles are not next to each other. There is a gap between these particles. After I run,

Re: [Yade-users] [Question #702505]: How to solve particle overlap?

2022-07-24 Thread
Question #702505 on Yade changed: https://answers.launchpad.net/yade/+question/702505 Status: Answered => Solved 孙灿 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an ans

Re: [Yade-users] [Question #702505]: How to solve particle overlap?

2022-07-21 Thread
Question #702505 on Yade changed: https://answers.launchpad.net/yade/+question/702505 Status: Answered => Open 孙灿 is still having a problem: Thank you for pointing out the indentation error. I modified the code and still found some problems (the particle deletion mentioned above is not cl

Re: [Yade-users] [Question #702505]: How to solve particle overlap?

2022-07-19 Thread
Question #702505 on Yade changed: https://answers.launchpad.net/yade/+question/702505 Status: Needs information => Open 孙灿 gave more information on the question: I didn't make myself clear. In a two-dimensional rectangular plane composed of particles, I need to delete partic

[Yade-users] [Question #702505]: How to solve particle overlap?

2022-07-18 Thread
New question #702505 on Yade: https://answers.launchpad.net/yade/+question/702505 O.bodies. Erase can delete particles in a given area, I use O.bodies. Erase removes particles from a designated area, fixes them, and then uses O.bodies. Appnd added some particles, but I found that the experiment

Re: [Yade-users] [Question #701936]: Why do particles intersect?

2022-05-25 Thread
Question #701936 on Yade changed: https://answers.launchpad.net/yade/+question/701936 Status: Needs information => Open 孙灿 gave more information on the question: I'm sorry I didn't express it very well. Some of my related codes are as follows: def checkUnbalan

Re: [Yade-users] [Question #701936]: Why do particles intersect?

2022-05-25 Thread
Question #701936 on Yade changed: https://answers.launchpad.net/yade/+question/701936 Status: Needs information => Open 孙灿 gave more information on the question: I used not only b.state.blockedDOFs='zxy', but b.state.vel = (0,0,0),b.state.angVel = (0,0,0) I've set up both the deg

[Yade-users] [Question #701936]: Why do particles intersect?

2022-05-24 Thread
New question #701936 on Yade: https://answers.launchpad.net/yade/+question/701936 I want to add some other particles using O.bodies.append() on the basis of having some particles (which we call it with the first part of the particles), we call it with the second part of the particles, and I use

Re: [Yade-users] [Question #701934]: How do I keep the particles still?

2022-05-24 Thread
Question #701934 on Yade changed: https://answers.launchpad.net/yade/+question/701934 Status: Answered => Open 孙灿 is still having a problem: I tried adding b.state.vel = (0,0,0), b.state.angVel = (0,0,0) and the particles did stay still, but new problems arose. I wanted to

[Yade-users] [Question #701934]: How do I keep the particles still?

2022-05-23 Thread
New question #701934 on Yade: https://answers.launchpad.net/yade/+question/701934 I needed to keep all the particles in the simulation still, so I used the following code: def checkUnbalanced(): if unbalancedForce() < .02: O.pause() for b in O.bodies:

Re: [Yade-users] [Question #701308]: How to set a circle?

2022-04-25 Thread
Question #701308 on Yade changed: https://answers.launchpad.net/yade/+question/701308 Status: Answered => Open 孙灿 is still having a problem: > O.bodies.append is for adding already generated particles to simulation, not the command for generating. Although it could be accepted that

Re: [Yade-users] [Question #701308]: How to set a circle?

2022-04-23 Thread
Question #701308 on Yade changed: https://answers.launchpad.net/yade/+question/701308 Status: Answered => Open 孙灿 is still having a problem: Can I use 0.bodies.append() for Generating ring. I think of facet.In addition,Can I use facetCylinder to generate a cylinder. -- You recei

Re: [Yade-users] [Question #701308]: How to set a circle?

2022-04-20 Thread
Question #701308 on Yade changed: https://answers.launchpad.net/yade/+question/701308 孙灿 gave more information on the question: The display result is: invalid syntax -- You received this question notification because your team yade-users is an answer contact for Yade

Re: [Yade-users] [Question #701308]: How to set a circle?

2022-04-20 Thread
Question #701308 on Yade changed: https://answers.launchpad.net/yade/+question/701308 Status: Answered => Open 孙灿 is still having a problem: I saw another problem, but it wasn't solved very well and it turned out to not work. -- You received this question notification because your t

Re: [Yade-users] [Question #701308]: How to set a circle?

2022-04-19 Thread
Question #701308 on Yade changed: https://answers.launchpad.net/yade/+question/701308 Status: Needs information => Open 孙灿 gave more information on the question: In a two-dimensional context, I need to use particles to form a ring, as if it were a tire. The particle radius is 0.05, no

[Yade-users] [Question #701308]: How to set a circle?

2022-04-12 Thread
New question #701308 on Yade: https://answers.launchpad.net/yade/+question/701308 I want to use particles to form a circle, and these particles are combined along the circumference of the circle. How do I set it? -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #700903]: How to call the set function again

2022-03-15 Thread
Question #700903 on Yade changed: https://answers.launchpad.net/yade/+question/700903 Status: Needs information => Open 孙灿 gave more information on the question: I'm sorry the information I provided is not accurate enough. Relevant codes are as follows: def Output(): e22=-triax1.strai

Re: [Yade-users] [Question #700903]: How to call the set function again

2022-03-12 Thread
Question #700903 on Yade changed: https://answers.launchpad.net/yade/+question/700903 Status: Needs information => Open 孙灿 gave more information on the question: I used the function output () in my code. I want to get the height difference between the particles before and after operation,

[Yade-users] [Question #700903]: How to call the set function again

2022-03-12 Thread
New question #700903 on Yade: https://answers.launchpad.net/yade/+question/700903 How to call the set function again? -- You received this question notification because your team yade-users is an answer contact for Yade. ___ Mailing list:

[Yade-users] [Question #700904]: How to call the set function again

2022-03-12 Thread
New question #700904 on Yade: https://answers.launchpad.net/yade/+question/700904 How to call the set function again? -- You received this question notification because your team yade-users is an answer contact for Yade. ___ Mailing list:

[Yade-users] [Question #700865]: On the usage of run

2022-03-08 Thread
New question #700865 on Yade: https://answers.launchpad.net/yade/+question/700865 I need to use run in my code, but I don't know about it. For some time reasons, I didn't find the relevant content on Yade's website. -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #700754]: How are the monitoring points arranged

2022-03-08 Thread
Question #700754 on Yade changed: https://answers.launchpad.net/yade/+question/700754 孙灿 posted a new comment: I've probably found a solution. I want to use the output function to get the height difference of particles before and after operation. Is this OK? -- You received this question

Re: [Yade-users] [Question #700754]: How are the monitoring points arranged

2022-03-03 Thread
Question #700754 on Yade changed: https://answers.launchpad.net/yade/+question/700754 Status: Needs information => Open 孙灿 gave more information on the question: For example, what I want to do is the simulation of surface subsidence. From this simulation, I need to get the value of surf

Re: [Yade-users] [Question #700754]: How are the monitoring points arranged

2022-02-28 Thread
Question #700754 on Yade changed: https://answers.launchpad.net/yade/+question/700754 Status: Needs information => Open 孙灿 gave more information on the question: What I want to do now is to simulate the shield construction. Shield construction will cause soil settlement. Now my code has b

[Yade-users] [Question #700754]: How are the monitoring points arranged

2022-02-27 Thread
New question #700754 on Yade: https://answers.launchpad.net/yade/+question/700754 How can I set some monitoring points to get simulated data. -- You received this question notification because your team yade-users is an answer contact for Yade. ___

Re: [Yade-users] [Question #700369]: Circular setting

2022-02-08 Thread
Question #700369 on Yade changed: https://answers.launchpad.net/yade/+question/700369 孙灿 posted a new comment: Hello! I tried your code, but I found it couldn't run. The reason for the error is: non ASCII character '\ XC2' in file yuan py on line 11, but no encoding declared; see http

Re: [Yade-users] [Question #700369]: Circular setting

2022-02-08 Thread
Question #700369 on Yade changed: https://answers.launchpad.net/yade/+question/700369 Status: Needs information => Open 孙灿 gave more information on the question: Hello! I'm sorry I didn't explain myself clearly. I want to simulate a hollow circle. A hollow circle means that there are m

Re: [Yade-users] [Question #700369]: Circular setting

2022-02-06 Thread
Question #700369 on Yade changed: https://answers.launchpad.net/yade/+question/700369 Status: Answered => Open 孙灿 is still having a problem: I tried this string of code. The simulated figure is very close to what I want, but the outermost figure I need is smooth, like a circle. The outerm

Re: [Yade-users] [Question #700369]: Circular setting

2022-01-27 Thread
Question #700369 on Yade changed: https://answers.launchpad.net/yade/+question/700369 Status: Needs information => Open 孙灿 gave more information on the question: Sorry, I may not know the terminology very well. I think what I'm talking about is annulus.I'm a beginner and don't know m

Re: [Yade-users] [Question #700348]: Treatment of particle radius

2022-01-27 Thread
Question #700348 on Yade changed: https://answers.launchpad.net/yade/+question/700348 Status: Open => Solved 孙灿 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an answer cont

Re: [Yade-users] [Question #700369]: Circular setting

2022-01-26 Thread
Question #700369 on Yade changed: https://answers.launchpad.net/yade/+question/700369 Status: Needs information => Open 孙灿 gave more information on the question: My consciousness is that I need to use 2D spherical particles to form a circle. Like a tire, it is a 2D hollow circle. --

  1   2   >