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 of

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

2022-10-24 Thread Jan Stránský
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 Jan Stránský posted a new comment: ### for b in O.bodies: ... shuzu.append(b) ### ? -- 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-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 #703589]: The required energy for crack propagation

2022-10-24 Thread Robert Caulk
Question #703589 on Yade changed: https://answers.launchpad.net/yade/+question/703589 Robert Caulk posted a new comment: There is quite a bit of functionality on tracking energy release of bonds in the JCFPm model: https://yade-dem.org/doc/acousticemissions.html In case it interests you. --

[Yade-users] [Question #703589]: The required energy for crack propagation

2022-10-24 Thread Mahmoud Ashour
New question #703589 on Yade: https://answers.launchpad.net/yade/+question/703589 Hello, I'm doing a simulation to model the crack in concrete during an uni-axial tensile test with a geometry contain a notch. I'm trying to understand the constitutive law beyond CpmMat. As an example the energy

Re: [Yade-users] [Question #703589]: The required energy for crack propagation

2022-10-24 Thread Jan Stránský
Question #703589 on Yade changed: https://answers.launchpad.net/yade/+question/703589 Status: Open => Answered Jan Stránský proposed the following answer: Hello, read Václav Šmilauer's thesis [1], section 3 (Concrete particle model). If you are already familiar with it, please provide more

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

2022-10-24 Thread Jan Stránský
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 Jan Stránský proposed the following answer: Please provide a MWE [1]: W = working IndentationError: unexpected indent Please, try your code before posting. Especially that you posted code with the same problem

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

2022-10-24 Thread Jan Stránský
Question #703571 on Yade changed: https://answers.launchpad.net/yade/+question/703571 Jan Stránský proposed the following answer: MWE atttached below. Bodies: == to change body stiffness, assign new material. (In general) do not do b.mat.young=newValue, since b.mat is (usually) shared among