Details

Understanding the Discrete Element Method


Understanding the Discrete Element Method

Simulation of Non-Spherical Particles for Granular and Multi-body Systems
1. Aufl.

von: Hans-Georg Matuttis, Jian Chen

128,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 12.05.2014
ISBN/EAN: 9781118567289
Sprache: englisch
Anzahl Seiten: 448

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p><b><i>Gives readers a more thorough understanding of DEM and equips researchers for independent work and an ability to judge methods related to simulation of polygonal particles</i></b></p> <ul> <li>Introduces DEM from the fundamental concepts (theoretical mechanics and solidstate physics), with 2D and 3D simulation methods for polygonal particles</li> <li>Provides the fundamentals of coding discrete element method (DEM) requiring little advance knowledge of granular matter or numerical simulation</li> <li>Highlights the numerical tricks and pitfalls that are usually only realized after years of experience, with relevant simple experiments as applications</li> <li>Presents a logical approach starting withthe mechanical and physical bases,followed by a description of the techniques and finally their applications</li> <li>Written by a key author presenting ideas on how to model the dynamics of angular particles using polygons and polyhedral</li> <li>Accompanying website includes MATLAB-Programs providing the simulation code for two-dimensional polygons</li> </ul> <p>Recommended for researchers and graduate students who deal with particle models in areas such as fluid dynamics, multi-body engineering, finite-element methods, the geosciences, and multi-scale physics.</p>
<p>About the Authors xv</p> <p>Preface xvii</p> <p>Acknowledgements xix</p> <p>List of Abbreviations xxi</p> <p><b>1 Mechanics 1</b></p> <p>1.1 Degrees of freedom 1</p> <p>1.1.1 Particle mechanics and constraints 1</p> <p>1.1.2 From point particles to rigid bodies 3</p> <p>1.1.3 More context and terminology 4</p> <p>1.2 Dynamics of rectilinear degrees of freedom 5</p> <p>1.3 Dynamics of angular degrees of freedom 6</p> <p>1.3.1 Rotation in two dimensions 6</p> <p>1.3.2 Moment of inertia 7</p> <p>1.3.3 From two to three dimensions 9</p> <p>1.3.4 Rotation matrix in three dimensions 12</p> <p>1.3.5 Three-dimensional moments of inertia 13</p> <p>1.3.6 Space-fixed and body-fixed coordinate systems and equations of motion 16</p> <p>1.3.7 Problems with Euler angles 19</p> <p>1.3.8 Rotations represented using complex numbers 20</p> <p>1.3.9 Quaternions 21</p> <p>1.3.10 Derivation of quaternion dynamics 27</p> <p>1.4 The phase space 29</p> <p>1.4.1 Qualitative discussion of the time dependence of linear oscillations 31</p> <p>1.4.2 Resonance 34</p> <p>1.4.3 The flow in phase space 35</p> <p>1.5 Nonlinearities 39</p> <p>1.5.1 Harmonic balance 40</p> <p>1.5.2 Resonance in nonlinear systems 42</p> <p>1.5.3 Higher harmonics and frequency mixing 44</p> <p>1.5.4 The van der Pol oscillator 45</p> <p>1.6 From higher harmonics to chaos 47</p> <p>1.6.1 The bifurcation cascade 47</p> <p>1.6.2 The nonlinear frictional oscillator and Poincaré maps 47</p> <p>1.6.3 The route to chaos 51</p> <p>1.6.4 Boundary conditions and many-particle systems 52</p> <p>1.7 Stability and conservation laws 53</p> <p>1.7.1 Stability in statics 54</p> <p>1.7.2 Stability in dynamics 55</p> <p>1.7.3 Stable axes of rotation around the principal axis 56</p> <p>1.7.4 Noether’s theorem and conservation laws 58</p> <p>1.8 Further reading 61</p> <p>Exercises 61</p> <p>References 63</p> <p><b>2 Numerical Integration of Ordinary Differential Equations 65</b></p> <p>2.1 Fundamentals of numerical analysis 65</p> <p>2.1.1 Floating point numbers 65</p> <p>2.1.2 Big-O notation 67</p> <p>2.1.3 Relative and absolute error 69</p> <p>2.1.4 Truncation error 69</p> <p>2.1.5 Local and global error 71</p> <p>2.1.6 Stability 74</p> <p>2.1.7 Stable integrators for unstable problems 74</p> <p>2.2 Numerical analysis for ordinary differential equations 75</p> <p>2.2.1 Variable notation and transformation of the order of a differential equation 75</p> <p>2.2.2 Differences in the simulation of atoms and molecules, as compared to macroscopic particles 76</p> <p>2.2.3 Truncation error for solutions of ordinary differential equations 76</p> <p>2.2.4 Fundamental approaches 77</p> <p>2.2.5 Explicit Euler method 77</p> <p>2.2.6 Implicit Euler method 78</p> <p>2.3 Runge–Kutta methods 79</p> <p>2.3.1 Adaptive step-size control 79</p> <p>2.3.2 Dense output and event location 81</p> <p>2.3.3 Partitioned Runge–Kutta methods 82</p> <p>2.4 Symplectic methods 82</p> <p>2.4.1 The classical Verlet method 82</p> <p>2.4.2 Velocity-Verlet methods 83</p> <p>2.4.3 Higher-order velocity-Verlet methods 85</p> <p>2.4.4 Pseudo-symplectic methods 88</p> <p>2.4.5 Order, accuracy and energy conservation 88</p> <p>2.4.6 Backward error analysis 89</p> <p>2.4.7 Case study: the harmonic oscillator with and without viscous damping 90</p> <p>2.5 Stiff problems 92</p> <p>2.5.1 Evaluating computational costs 93</p> <p>2.5.2 Stiff solutions and error as noise 94</p> <p>2.5.3 Order reduction 94</p> <p>2.6 Backward difference formulae 94</p> <p>2.6.1 Implicit integrators of the predictor–corrector formulae 94</p> <p>2.6.2 The corrector step 96</p> <p>2.6.3 Multiple corrector steps 97</p> <p>2.6.4 Program flow 98</p> <p>2.6.5 Variable time-step and variable order 98</p> <p>2.7 Other methods 98</p> <p>2.7.1 Why not to use self-written or novel integrators 98</p> <p>2.7.2 Stochastic differential equations 100</p> <p>2.7.3 Extrapolation and high-order methods 100</p> <p>2.7.4 Multi-rate integrators 101</p> <p>2.7.5 Zero-order algorithms 101</p> <p>2.8 Differential algebraic equations 103</p> <p>2.8.1 The pendulum in Cartesian coordinates 103</p> <p>2.8.2 Initial conditions 106</p> <p>2.8.3 Drift and stabilization 107</p> <p>2.9 Selecting an integrator 109</p> <p>2.9.1 Performance and stability 109</p> <p>2.9.2 Angular degrees of freedom 109</p> <p>2.9.3 Force equilibrium 109</p> <p>2.9.4 Exploring new fields 110</p> <p>2.9.5 ODE solvers unsuitable for DEM simulations 110</p> <p>2.10 Further reading 111</p> <p>Exercises 113</p> <p>References 125</p> <p><b>3 Friction 129</b></p> <p>3.1 Sliding Coulomb friction 129</p> <p>3.1.1 A block on a slope 130</p> <p>3.1.2 Static and dynamic friction coefficients 132</p> <p>3.1.3 Apparent and actual contact area 134</p> <p>3.1.4 Roughness and the friction coefficient 135</p> <p>3.1.5 Adhesion and chemical bonding 136</p> <p>3.2 Other contact geometries of Coulomb friction 136</p> <p>3.2.1 Rolling friction 137</p> <p>3.2.2 Pivoting friction 138</p> <p>3.2.3 Sliding and rolling friction: the billiard problem 140</p> <p>3.2.4 Sliding and rolling friction: cylinder on a slope 143</p> <p>3.2.5 Pivoting and rolling friction 144</p> <p>3.3 Exact implementation of friction 144</p> <p>3.3.1 Establishing the difference between dynamic and static friction 145</p> <p>3.3.2 Single-particle contact 148</p> <p>3.3.3 Frictional linear chain 151</p> <p>3.3.4 Higher dimensions 152</p> <p>3.4 Modeling and regularizations 153</p> <p>3.4.1 The Cundall–Strack model 153</p> <p>3.4.2 Cundall-Strack friction in three dimensions 155</p> <p>3.5 Unfortunate treatment of Coulomb friction in the literature 155</p> <p>3.5.1 Insufficient models 156</p> <p>3.5.2 Misunderstandings concerning surface roughness and friction 158</p> <p>3.5.3 The Painlevé paradox 158</p> <p>3.6 Further reading 158</p> <p>Exercises 159</p> <p>References 159</p> <p><b>4 Phenomenology of Granular Materials 161</b></p> <p>4.1 Phenomenology of grains 161</p> <p>4.1.1 Interaction 161</p> <p>4.1.2 Friction and dissipation 162</p> <p>4.1.3 Length and time scales 162</p> <p>4.1.4 Particle shape, and rolling and sliding 163</p> <p>4.2 General phenomenology of granular agglomerates 164</p> <p>4.2.1 Disorder 164</p> <p>4.2.2 Heap formation 165</p> <p>4.2.3 Tri-axial compression and shear band formation 166</p> <p>4.2.4 Arching 168</p> <p>4.2.5 Clogging 168</p> <p>4.3 History effects in granular materials 168</p> <p>4.3.1 Hysteresis 169</p> <p>4.3.2 Reynolds dilatancy 170</p> <p>4.3.3 Pressure distribution under heaps 171</p> <p>4.4 Further reading 173</p> <p>References 173</p> <p><b>5 Condensed Matter and Solid State Physics 175</b></p> <p>5.1 Structure and properties of matter 176</p> <p>5.1.1 Crystal structures in two dimensions 176</p> <p>5.1.2 Crystal structures in three dimensions 178</p> <p>5.1.3 From the Wigner–Seitz cell to the Voronoi construction 180</p> <p>5.1.4 Strength parameters of materials 182</p> <p>5.1.5 Strength of granular assemblies 185</p> <p>5.2 From wave numbers to the Fourier transform 186</p> <p>5.2.1 Wave numbers and the reciprocal lattice 186</p> <p>5.2.2 The Fourier transform in one dimension 188</p> <p>5.2.3 Properties of the FFT 189</p> <p>5.2.4 Other Fourier variables 193</p> <p>5.2.5 The power spectrum 193</p> <p>5.3 Waves and dispersion 194</p> <p>5.3.1 Phase and group velocities 194</p> <p>5.3.2 Phase and group velocities for particle systems 196</p> <p>5.3.3 Numerical computation of the dispersion relation 199</p> <p>5.3.4 Density of states 200</p> <p>5.3.5 Dispersion relation for disordered systems 202</p> <p>5.3.6 Solitons 204</p> <p>5.4 Further reading 206</p> <p>Exercises 206</p> <p>References 210</p> <p><b>6 Modeling and Simulation 213</b></p> <p>6.1 Experiments, theory and simulation 213</p> <p>6.2 Computability, observables and auxiliary quantities 214</p> <p>6.3 Experiments, theories and the discrete element method 215</p> <p>6.4 The discrete element method and other particle simulation methods 217</p> <p>6.5 Other simulation methods for granular materials 218</p> <p>6.5.1 Continuum mechanics 218</p> <p>6.5.2 Lattice models 219</p> <p>6.5.3 The Monte Carlo method 220</p> <p>References 221</p> <p><b>7 The Discrete Element Method in Two Dimensions 223</b></p> <p>7.1 The discrete element method with soft particles 223</p> <p>7.1.1 The bouncing ball as a prototype for the DEM approach 224</p> <p>7.1.2 Using two different stiffness constants to model damping 227</p> <p>7.1.3 Simulation of round DEM particles in one dimension 228</p> <p>7.1.4 Simulation of round particles in two dimensions 228</p> <p>7.2 Modeling of polygonal particles 229</p> <p>7.2.1 Initializing two-dimensional particles 229</p> <p>7.2.2 Computation of the mass, center of mass and moment of inertia 231</p> <p>7.2.3 Non-convex polygons 237</p> <p>7.3 Interaction 237</p> <p>7.3.1 Shape-dependent elastic force law 238</p> <p>7.3.2 Computation of the overlap geometry 240</p> <p>7.3.3 Computation of other dynamic quantities 244</p> <p>7.3.4 Damping 246</p> <p>7.3.5 Cohesive forces 248</p> <p>7.3.6 Penetrating particle overlaps 249</p> <p>7.4 Initial and boundary conditions 250</p> <p>7.4.1 Initializing convex polygons 250</p> <p>7.4.2 General considerations 252</p> <p>7.4.3 Initial positions 253</p> <p>7.4.4 Boundary conditions 255</p> <p>7.5 Neighborhood algorithms 257</p> <p>7.5.1 Algorithms not recommended for elongated particles 258</p> <p>7.5.2 ‘Sort and sweep’ 263</p> <p>7.6 Time integration 271</p> <p>7.7 Program issues 272</p> <p>7.7.1 Program restart 272</p> <p>7.7.2 Program initialization 274</p> <p>7.7.3 Program flow 274</p> <p>7.7.4 Proposed stages for the development of programs 276</p> <p>7.7.5 Modularization 278</p> <p>7.8 Computing observables 280</p> <p>7.8.1 Computing averages 280</p> <p>7.8.2 Homogenization and spatial averages 281</p> <p>7.8.3 Computing error bars 282</p> <p>7.8.4 Autocorrelation functions 284</p> <p>7.9 Further reading 285</p> <p>Exercises 286</p> <p>References 286</p> <p><b>8 The Discrete Element Method in Three Dimensions 289</b></p> <p>8.1 Generalization of the force law to three dimensions 289</p> <p>8.1.1 The elastic force 290</p> <p>8.1.2 Contact velocity and related forces 291</p> <p>8.2 Initialization of particles and their properties 292</p> <p>8.2.1 Basic concepts and data structures 292</p> <p>8.2.2 Particle generation and geometry update 294</p> <p>8.2.3 Decomposition of a polyhedron into tetrahedra 296</p> <p>8.2.4 Volume, mass and center of mass 299</p> <p>8.2.5 Moment of inertia 300</p> <p>8.3 Overlap computation 301</p> <p>8.3.1 Triangle intersection by using the point–direction form 301</p> <p>8.3.2 Triangle intersection by using the point–normal form 305</p> <p>8.3.3 Comparison of the two algorithms 309</p> <p>8.3.4 Determination of inherited vertices 310</p> <p>8.3.5 Determination of generated vertices 312</p> <p>8.3.6 Determination of the faces of the overlap polyhedron 315</p> <p>8.3.7 Determination of the contact area and normal 320</p> <p>8.4 Optimization for vertex computation 322</p> <p>8.4.1 Determination of neighboring features 323</p> <p>8.4.2 Neighboring features for vertex computation 324</p> <p>8.5 The neighborhood algorithm for polyhedra 325</p> <p>8.5.1 ‘Sort and sweep’ in three dimensions 325</p> <p>8.5.2 Worst-case performance in three dimensions 326</p> <p>8.5.3 Refinement of the contact list 327</p> <p>8.6 Programming strategy for the polyhedral simulation 329</p> <p>8.7 The effect of dimensionality and the choice of boundaries 332</p> <p>8.7.1 Force networks and dimensionality 332</p> <p>8.7.2 Quasi-two-dimensional geometries 332</p> <p>8.7.3 Packings and sound propagation 333</p> <p>8.8 Further reading 333</p> <p>References 333</p> <p><b>9 Alternative Modeling Approaches 335</b></p> <p>9.1 Rigidly connected spheres 335</p> <p>9.2 Elliptical shapes 336</p> <p>9.2.1 Elliptical potentials 337</p> <p>9.2.2 Overlap computation for ellipses 337</p> <p>9.2.3 Newton–Raphson iteration 339</p> <p>9.2.4 Ellipse intersection computed with generalized eigenvalues 340</p> <p>9.2.5 Ellipsoids 344</p> <p>9.2.6 Superquadrics 344</p> <p>9.3 Composites of curves 345</p> <p>9.3.1 Composites of arcs and cylinders 345</p> <p>9.3.2 Spline curves 345</p> <p>9.3.3 Level sets 347</p> <p>9.4 Rigid particles 347</p> <p>9.4.1 Collision dynamics (‘event-driven method’) 347</p> <p>9.4.2 Contact mechanics 348</p> <p>9.5 Discontinuous deformation analysis 349</p> <p>9.6 Further reading 349</p> <p>References 349</p> <p><b>10 Running, Debugging and Optimizing Programs 353</b></p> <p>10.1 Programming style 353</p> <p>10.1.1 Literature 354</p> <p>10.1.2 Choosing a programming language 355</p> <p>10.1.3 Composite data types, strong typing and object orientation 356</p> <p>10.1.4 Readability 356</p> <p>10.1.5 Selecting variable names 357</p> <p>10.1.6 Comments 359</p> <p>10.1.7 Particle simulations versus solving ordinary differential equations 361</p> <p>10.2 Hardware, memory and parallelism 362</p> <p>10.2.1 Architecture and programming model 362</p> <p>10.2.2 Memory hierarchy and cache 364</p> <p>10.2.3 Multiprocessors, multi-core processors and shared memory 365</p> <p>10.2.4 Peak performance and benchmarks 365</p> <p>10.2.5 Amdahl’s law, speed-up and efficiency 367</p> <p>10.3 Program writing 369</p> <p>10.3.1 Editors 370</p> <p>10.3.2 Compilers 370</p> <p>10.3.3 Makefiles 371</p> <p>10.3.4 Writing and testing code 372</p> <p>10.3.5 Debugging 377</p> <p>10.4 Measuring load, time and profiles 378</p> <p>10.4.1 The ‘top’ command 379</p> <p>10.4.2 Xload 379</p> <p>10.4.3 Performance monitor for multi-core processors 380</p> <p>10.4.4 The ‘time’ command 380</p> <p>10.4.5 The Unix profiler 383</p> <p>10.4.6 Interactive profilers 383</p> <p>10.5 Speeding up programs 383</p> <p>10.5.1 Estimating the time consumption of operations 383</p> <p>10.5.2 Compiler optimization options 384</p> <p>10.5.3 Optimizations by hand 389</p> <p>10.5.4 Avoiding unnecessary disk output 390</p> <p>10.5.5 Look up or compute 390</p> <p>10.5.6 Shared-memory parallelism and OpenMP 390</p> <p>10.6 Further reading 391</p> <p>Exercises 392</p> <p>References 392</p> <p><b>11 Beyond the Scope of This Book 395</b></p> <p>11.1 Non-convex particles 395</p> <p>11.2 Contact dynamics and friction 395</p> <p>11.3 Impact mechanics 396</p> <p>11.4 Fragmentation and fracturing 396</p> <p>11.5 Coupling codes for particles and elastic continua 396</p> <p>11.6 Coupling of particles and fluid 398</p> <p>11.6.1 Basic considerations for the fluid simulation 398</p> <p>11.6.2 Verification of the fluid code 398</p> <p>11.6.3 Macroscopic simulations 399</p> <p>11.6.4 Microscopic simulations 399</p> <p>11.6.5 Particle approach for both particles and fluid 400</p> <p>11.6.6 Mesh-based modeling approaches 402</p> <p>11.7 The finite element method for contact problems 402</p> <p>11.8 Long-range interactions 403</p> <p>References 403</p> <p><b>A MATLAB R○ as Programming Language 407</b></p> <p>A. 1 Getting started with MATLAB R○ 407</p> <p>A. 2 Data types and names 408</p> <p>A. 3 Matrix functions and linear algebra 409</p> <p>A. 4 Syntax and control structures 413</p> <p>A. 5 Self-written functions 415</p> <p>A. 6 Function overwriting and overloading 416</p> <p>A. 7 Graphics 417</p> <p>A. 8 Solving ordinary differential equations 418</p> <p>A. 9 Pitfalls of using MATLAB R○ 420</p> <p>A. 10 Profiling and optimization 424</p> <p>A. 11 Free alternatives to MATLAB R○ 425</p> <p>A. 12 Further reading 425</p> <p>Exercises 426</p> <p>References 430</p> <p><b>B Geometry and Computational Geometry 433</b></p> <p>B. 1 Trigonometric functions 433</p> <p>B. 2 Points, line segments and vectors 435</p> <p>B. 3 Products of vectors 436</p> <p>B.3. 1 Inner product (scalar product, dot product) 436</p> <p>B.3. 2 Orthogonality 437</p> <p>B.. 3 Outer product 438</p> <p>B.3. 4 Vector product 438</p> <p>B.3. 5 Triple product 440</p> <p>B. 4 Projections and rejections 441</p> <p>B.4. 1 Projection of a vector onto another vector 441</p> <p>B.4. 2 Rejection of one vector with respect to another vector 442</p> <p>B. 5 Lines and planes 442</p> <p>B.5. 1 Lines and line segments 442</p> <p>B.5. 2 Planes 444</p> <p>B. 6 Oriented quantities: distance, area, volume etc. 446</p> <p>B. 7 Further reading 449</p> <p>References 449</p> <p>Index 451</p>
<b>Hans-Georg Matuttis</b>, <i>The University of Electro-Communications, Japan</i> <p><b>Jian Chen</b>, <i>RIKEN Advanced Institute for Computational Science, Japan</i></p>
The aim of this book is to advance the field of granular and multi-body studies while giving readers a more thorough understanding of the discrete element method (DEM). By working through this volume, researchers will be better equipped for independent work and will develop an ability to judge methods related to the simulation of polygonal particles. <p>When materials are not handled as fluids, they are dealt with mostly in granular form (e.g. cement, sand, grains, powders). Granular materials are characterized by abrupt transitions from loose to dense, from flowing to static states, and vice versa. Many problems in natural disasters (earthquakes, landslides, etc.) are also of a "granular" nature. Continuum methods have been applied in these fields, but lack any intrinsic mechanism to account for the transitions, behavior that is inherently discontinuous. The "natural" approach is to use particle simulation methods, often called the "discrete element method", where bodies in the physical system and the simulation match one to one. The field of discrete element simulation has changed little since the early 1990s, when simulations predominantly used spherical particles. The aim of this book is to show the practicability and usefulness of non-spherical discrete element simulations. Phenomena from related fields (mechanics, solid state physics, etc.) are discussed, which as test cases are sometimes not applicable due to intriguing reasons. Understanding both the pitfalls and applications will help one to predict the outcome of simulations and use the predictions for the design of future experiments.</p> <ul> <li>Introduces the discrete element method (DEM) starting from the fundamental concepts (theoretical mechanics and solid state physics), with 2D and 3D simulation methods for polygonal and polyhedral particles</li> <li>Explains the basics of coding DEM, requiring little previous knowledge of granular matter or numerical simulation</li> <li>Highlights numerical tricks and pitfalls that are usually only recognized after years of experience, using relevant simple experiments to illustrate applications</li> <li>Presents a logical approach starting with the mechanical and physical bases, followed by a description of the techniques and their applications</li> <li>Written by key authors presenting ideas on how to model the dynamics of angular particles using polygons and polyhedrals</li> <li>Accompanying website includes MATLAB programs providing the simulation code for two-dimensional<br />convex polygons</li> </ul> <p>This book is ideal for researchers and graduate students who deal with particle models in areas such as fluid dynamics, multi-body engineering, finite element methods, virtual reality, the geosciences, and multi-scale physics. Computer scientists involved with solid modeling and game programming will also find this book a useful reference for the design of physics engines.</p>

Diese Produkte könnten Sie auch interessieren:

Neutron Applications in Earth, Energy and Environmental Sciences
Neutron Applications in Earth, Energy and Environmental Sciences
von: Liyuan Liang, Romano Rinaldi, Helmut Schober
PDF ebook
149,79 €
Nanobioelectronics - for Electronics, Biology, and Medicine
Nanobioelectronics - for Electronics, Biology, and Medicine
von: Andreas Offenhäusser, Ross Rinaldi
PDF ebook
96,29 €
Solid State Gas Sensing
Solid State Gas Sensing
von: Elisabetta Comini, Guido Faglia, Giorgio Sberveglieri
PDF ebook
96,29 €