Particle methods is a widely used class of numerical algorithms in scientific computing. Its application ranges from computational fluid dynamics (CFD) over molecular dynamics (MD) to discrete element methods.
History One of the earliest particle methods is smoothed particle hydrodynamics, presented in 1977. Libersky et al. were the first to apply SPH in solid mechanics. The main drawbacks of SPH are inaccurate results near boundaries and tension instability that was first investigated by Swegle. In the 1990s a new class of particle methods emerged. The reproducing kernel particle method (RKPM) emerged, the approximation motivated in part to correct the kernel estimate in SPH: to give accuracy near boundaries, in non-uniform discretizations, and higher-order accuracy in general. Notably, in a parallel development, the Material point methods were developed around the same time which offer similar capabilities. During the 1990s and thereafter several other varieties were developed including those listed below.
List of methods and acronyms The following numerical methods are generally considered to fall within the general class of "particle" methods. Acronyms are provided in parentheses.
Smoothed particle hydrodynamics (SPH) (1977) Dissipative particle dynamics (DPD) (1992) Reproducing kernel particle method (RKPM) (1995) Moving particle semi-implicit (MPS) Particle-in-cell (PIC) Moving particle finite element method (MPFEM) Cracking particles method (CPM) (2004) Immersed particle method (IPM) (2006)
Definition The mathematical definition of particle methods captures the structural commonalities of all particle methods. It, therefore, allows for formal reasoning across application domains. The definition is structured into three parts: First, the particle method algorithm structure, including structural components, namely data structures, and functions. Second, the definition of a particle method instance. A particle method instance describes a specific problem or setting, which can be solved or simulated using the particle method algorithm. Third, the definition of the particle state transition function. The state transition function describes how a particle method proceeds from the instance to the final state using the data structures and functions from the particle method algorithm. A particle method algorithm is a 7-tuple ( P , G , u , f , i , e , e ∘ ) {\displaystyle (P,G,u,f,i,e,{\overset {\circ }{e}})} , consisting of the two data structures
P := A 1 × A 2 × . . . × A n the particle space, G := B 1 × B 2 × . . . × B m the global variable space, {\displaystyle {\begin{aligned}&P:=A_{1}\times A_{2}\times ...\times A_{n}&&{\text{the particle space,}}\\&G:=B_{1}\times B_{2}\times ...\times B_{m}&&{\text{the global variable space,}}\end{aligned}}} such that [ G × P ∗ ] {\displaystyle [G\times P^{*}]}
is the state space of the particle method, and five functions:
… excerpt ends here. Continue reading the full article.
