ArticleslgStudy

physics

Particle method

Particle method is a physics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Particle method rather than just read about it. In short: 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.

Key takeaways

  • Particle method belongs to physics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Particle method to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Particle method from memory before moving on to harder problems.

Reference excerpt

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.

Worked examples

Example 1 — a first encounter with Particle method

Start with the simplest possible case. Write down what Particle method claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In physics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Particle method before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Particle method ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Particle method

In research
Particle method appears in physics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Particle method in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Particle method is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computational fluid dynamics, Numerical analysis, Numerical differential equations, so understanding it makes those chapters shorter.
In everyday life
Look for Particle method outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Particle method” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Particle method in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Particle method means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Particle method out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Particle method in simple terms?

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.

Why does Particle method matter?

Because it connects several physics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Particle method?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Particle method.

Tags

  • Computational fluid dynamics
  • Numerical analysis
  • Numerical differential equations

Keep exploring