Hi,
I am wondering how the adhesion between the particles and the wall is treated. I have set up my simulation with 3 different types, 1 is the particles, 2 is the walls, and 3 is for a no friction/no adhesion symmetry plane. I have specified the cohesion as:
fix m6 all property/global cohesionEnergyDensity peratomtypepair 3 &
1000000 1000000 0000001 &
1000000 0000001 0000001 &
0000001 0000001 0000001
I have set up a simple little test model that forces a batch of particles against a stationary (closed) gate via a conveyor. I am moitoring the force on the gate. I would have expected the force to surpass the friction force. In this model, I dump ~210 kg, the friction is 0.8 between the conveyor (type 2) and the particles (type 1). So if the cohesion is off, I expect the force on the gate to be ~1648 N, which it is essentially.
I expect that the wall force in my model would increase as I increase the cohesion between type 2 and 1. But it does not seem to increase as I would have expected. Maybe the magnitude of my cohesionEnergyDensity is not appropriate? Does anyone have a technical reference explaining cohesion as it is implemented in LIGGGHTS?
All my model files are included.
Thanks for any help.
Thank you,
Kirk
Attachment | Size |
---|---|
![]() | 6.48 KB |
cstoltz | Sun, 07/28/2013 - 13:07
Kirk,
Kirk,
Your 'fix wall/gran/hertz/history' doesn't include the switch for cohesion. It needs to have that model keyword similar to the pair_style command. Otherwise, nothing is going to happen regardless of the value specified in the 'fix property/global'.
Regards,
Chris
RocheDEM | Sun, 07/28/2013 - 17:11
OK,
OK,
so my fix should look like this then:
fix wall all wall/gran/hertz/history mesh n_meshes 7 meshes gate skirt stopper conveyor head & tail &symmetry cohesion sjkr
ckloss_ | Mon, 08/05/2013 - 19:34
Hi Kirk, yes. Christoph
Hi Kirk,
yes.
Christoph