ArticleslgStudy

computer science

Quadrature based moment methods

Quadrature based moment methods is a computer science 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 Quadrature based moment methods rather than just read about it. In short: Quadrature-based moment methods (QBMM) are a class of computational fluid dynamics (CFD) methods for solving Kinetic theory and is optimal for simulating phases such as rarefied gases or dispersed phases of a multiphase flow. The smallest "particle" entities which are tracked may be molecules of a single phase or granular "particles" such as aerosols, droplets, bubbles, precipitates, powders, dust, soot, etc.

Key takeaways

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

Reference excerpt

Quadrature-based moment methods (QBMM) are a class of computational fluid dynamics (CFD) methods for solving Kinetic theory and is optimal for simulating phases such as rarefied gases or dispersed phases of a multiphase flow. The smallest "particle" entities which are tracked may be molecules of a single phase or granular "particles" such as aerosols, droplets, bubbles, precipitates, powders, dust, soot, etc. Moments of the Boltzmann equation are solved to predict the phase behavior as a continuous (Eulerian) medium, and is applicable for arbitrary Knudsen number ( K n ) {\displaystyle (Kn)} and arbitrary Stokes number ( S t ) {\displaystyle (St)} . Source terms for collision models such as Bhatnagar-Gross-Krook (BGK) and models for evaporation, coalescence, breakage, and aggregation are also available. By retaining a quadrature approximation of a probability density function (PDF), a set of abscissas and weights retain the physical solution and allow for the construction of moments that generate a set of partial differential equations (PDE's). QBMM has shown promising preliminary results for modeling granular gases or dispersed phases within carrier fluids and offers an alternative to Lagrangian methods such as Discrete Particle Simulation (DPS). The Lattice Boltzmann Method (LBM) shares some strong similarities in concept, but it relies on fixed abscissas whereas quadrature-based methods are more adaptive. Additionally, the Navier–Stokes equations(N-S) can be derived from the moment method approach.

Method QBMM is a relatively new simulation technique for granular systems and has attracted interest from researchers in computational physics, chemistry, and engineering. QBMM is similar to traditional CFD methods, which solve the conservation equations of macroscopic properties (i.e., mass, momentum, and energy) numerically, but QBMM accomplishes this by modeling the fluid as consisting of fictive particles, or nodes, that constitute a discretized PDF. A node consists of an abscissa/weight pair and the weight defines the probability of finding a particle that has the value of its abscissa. This quadrature approximation may also be adaptive, meaning that the number of nodes can increase/decrease to accommodate appropriately complex/simple PDF's. Due to its statistical nature, QBMM has several advantages over other conventional Lagrangian methods, especially in dealing with complex boundaries, incorporating microscopic interactions (such as collisions), parallelization of the algorithm, and computational costs being largely independent of particle population. The numerical methods for solving the system of partial differential equations can be interpreted as the propagation (with a flux term) and interactions (source terms) of fictitious particle probabilities in an Eulerian framework.

Implementations QBMM is a family of methods encompassing a variety of models, some of which are designed specifically to handle PDF's of passive variables, and others more complex, capable of multidimensional PDF's of active variables (such as velocity). Note that the full representation of the PDF is f ( t , x ; ξ ) {\displaystyle f(t,\mathbf {x} ;\mathbf {\xi } )} , where the parameters t {\displaystyle t} and x {\displaystyle \mathbf {x} } represent the external coordinates of time and space respectively, while the internal coordinate vector, ξ {\displaystyle \mathbf {\xi } } , may contain any additional desired degrees of freedom to represent the particles, e.g., temperature ( T ) {\displaystyle (T)} , diameter ( L p ) {\displaystyle (L_{p})} , velocity ( v ) {\displaystyle (\mathbf {v} )} , angular velocity, etc. The applicability of these methods depends upon which particle parameters are important (velocity, diameter, temperature, etc.), and importantly upon two values of the phase: ( K n ) {\displaystyle (Kn)} and ( S t ) {\displaystyle (St)} . For example, a monokinetic fluid will have a single velocity vector at each point in space, v ( t , x ) {\displaystyle \mathbf {v} (t,\mathbf {x} )} ; therefore, its corresponding PDF, f ( v ) {\displaystyle f(\mathbf {v} )} , is a Dirac Delta function at every point in space. Similarly, a monodisperse phase has a constant diameter for all particles so that f ( L p ) {\displaystyle f(L_{p})} is also a Delta function at every point in space. In those cases a PDF is superfluous and can instead be modeled by just tracking a single value corresponding to the abscissa of the Delta function, and the Navier-Stokes equations may be far more optimal to implement.

QMOM One of the earliest applications of QBMM was the Quadrature Method of Moments (QMOM) by McGraw in 1997. This method was used mainly for aerosol sprays and droplets by tracking their diameters through phenomenon such as breakage, coalescence, evaporation, etc.

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Quadrature based moment methods

Start with the simplest possible case. Write down what Quadrature based moment methods claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, 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 Quadrature based moment methods 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 Quadrature based moment methods 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 Quadrature based moment methods

In research
Quadrature based moment methods appears in computer science 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 Quadrature based moment methods 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
Quadrature based moment methods is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computational fluid dynamics, so understanding it makes those chapters shorter.
In everyday life
Look for Quadrature based moment methods 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 “Quadrature based moment methods” →

Affiliate

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

How to study Quadrature based moment methods in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Quadrature based moment methods 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 Quadrature based moment methods out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Quadrature based moment methods in simple terms?

Quadrature-based moment methods (QBMM) are a class of computational fluid dynamics (CFD) methods for solving Kinetic theory and is optimal for simulating phases such as rarefied gases or dispersed phases of a multiphase flow. The smallest "particle" entities which are tracked may be molecules of a…

Why does Quadrature based moment methods matter?

Because it connects several computer science 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 Quadrature based moment methods?

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 Quadrature based moment methods.

Tags

  • Computational fluid dynamics

Keep exploring