How to simulate a single particle crushing test?

Asked by vincentw

Hello everyone,

Nice to find a technical forum which is perfectly run.

I am intended to perform a individual-particle crushing test where a clump of spheres are compressed until failed.

I have 2 questions:

1. I shall generate 2 walls and make the top one move down in a steady strain rate. How can I make the wall move in a predefined velocity? Since I only found references related to tri-axial test examples where walls are controlled either by stress or strain, I do not know whether I could make individual wall move as desired.

2. In the simulation I need to plot the F-strain curve where F refers to the stress imposed on the top moving wall. Is there a easy way to acquire the total stress imposed on the wall(since there could be multiple contacts ) ?

Thanks

Vincent

Question information

Language:
English Edit question
Status:
Answered
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Akm (arunkumarmurali) said :
#1

Hi Vincent,

1. There are two options to provide a constant velocity to the plate. You can use the translation engine or use the body.state.vel=(0,0,0,) command for whatever direction you want it in.

2. You can check the force on the wall by the command "O.forces.f(body.id)"

Hope it helps.

Can you help with this problem?

Provide an answer of your own, or ask vincentw for more information if necessary.

To post a message you must log in.