Spherocylinders will align vertically when shaken appropriately. Most frequently, in numerical simulation of granular media, particles are modeled as spheres. During my PhD, I defined a model for particle shapes, spheropolyhedra [1,2] that has several good properties: the usual contact forces (including Cundall and Strack's one) can be generalized very easily to these shapes, and any non-spherical shape can be approached by some spheropolyhedron. Moreover, the triangulations- based contact detection method designed by Didier Müller and Jean-Albert Ferrez in the case of spheres also carries over very well with these shapes. All these ingredients have been implemented in a C++ simulation code developed at EPFL under the supervision of Prof. Liebling by Jean-Albert Ferrez and extended by Christophe Weibel, Mats Weber, Michel Tsukahara, and myself. A spheropolyhedron is nothing else that the Minkowski sum of a polyhedron with a sphere. This produces a 'smoothed' polyhedron. Among the spheropolyhedra, those obtained using a simplex are called spherosimplices: balls, spherocylinders (rods like the ones you can see on the right), spherotriangles (triangular cookies), and spherotetrahedra (rounded tetrahedra) are the four kinds of 3-dimensional spherosimplices. The simulation code has been used since then to investigate a number of phenomena occuring with granular media. The very first experiment was performed by Michel Tsukahara for his master's thesis: pour spherocylinders into a cylindrical container, with random initial orientation, and shake. Surprisingly, the particles may eventually order vertically [3], even under periodic boundary conditions. A possible explanation for this is the void-filling mechanism, as suggested by the PhD work of Marco Ramaioli [4,5]. Among the other phenomena the EPFL granular media simulation code contributed to study, one finds granular jamming about a circular aperture [6,7,8,9]. Note that spherotetrahedra could be nicely used to investigate Hilbert's eighteenth problem. The code was running on the Linux cluster of the mathematics institute at EPFL until around 2008, and on the EPFL grid computing facility until june 2013. [1]A generalization of Distinct Element Method to tridimensional particles with complex shapes
|