CFD Concepts Quick-Recall Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/47

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering the core concepts, mathematical models, numerical schemes, and verification techniques found in a Computational Fluid Dynamics (CFD) methods course.

Last updated 8:08 AM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

48 Terms

1
New cards

Potential Flow

An inviscid and irrotational model that cannot capture viscosity, boundary layers, separation, or strong shocks; it is trustworthy only for attached, thin-boundary-layer, low-disturbance flow.

2
New cards

Euler Equations

Governing equations that capture rotationality, true compressible convection, and shocks (with correct jump conditions) but miss viscosity and heat conduction.

3
New cards

Navier–Stokes Equations

Equations that add viscous stress and heat conduction to the Euler model, enabling the simulation of boundary layers, separation, and skin friction.

4
New cards

RANS, LES, and DNS

Categories of turbulence treatment within the Navier–Stokes framework: RANS averages, LES spatially filters and models subgrid scales, and DNS resolves every scale.

5
New cards

Equation of State (EOS)

A relation, such as the ideal gas law, that links pressure (pp), density (ρ\rho), and temperature (TT) to close a compressible system.

6
New cards

Elliptic PDEs

A classification where information travels everywhere and the whole field is coupled; typical of incompressible pressure or subsonic potential flow.

7
New cards

Parabolic PDEs

A classification where information marches forward while diffusing, such as in boundary layers or unsteady diffusion.

8
New cards

Hyperbolic PDEs

A classification where information travels along characteristics at finite speed, typical of Euler equations or supersonic flow.

9
New cards

Conservation (Divergence) Form

A mathematical formulation written as the divergence of fluxes that telescopes discretely to conserve mass, momentum, and energy exactly, providing correct shock speeds.

10
New cards

Characteristics

Curves along which information propagates in hyperbolic systems; they define correct non-reflecting boundary conditions.

11
New cards

Riemann Invariants

Quantities that remain constant along characteristics and underpin Riemann-solver flux methods.

12
New cards

Reynolds Number (ReRe)

A nondimensional number representing the ratio of inertia forces to viscous forces: inertiaviscous\frac{\text{inertia}}{\text{viscous}}.

13
New cards

Mach Number (MaMa)

A nondimensional number representing the ratio of flow speed to the local speed of sound: speedsound speed\frac{\text{speed}}{\text{sound speed}}.

14
New cards

Prandtl Number (PrPr)

A nondimensional number representing the ratio of momentum diffusion to thermal diffusion.

15
New cards

Immersed Boundary Method

A strategy where the body is placed inside a non-conforming (often Cartesian) grid; it offers trivial handling of complex geometry but makes near-wall resolution difficult.

16
New cards

Overset (Chimera) Grids

A method using overlapping grids that interpolate data in overlap regions, ideal for components that move relative to each other.

17
New cards

O-grid Topology

A mesh layout where grid lines loop around the body; it is good for blunt bodies but can pinch at sharp trailing edges.

18
New cards

C-grid Topology

A mesh layout that wraps a "C" shape around a body and trails into the wake, commonly used for airfoils.

19
New cards

Adaptive Mesh Refinement (AMR)

A technique for adding resolution dynamically consisting of h-refinement (subdividing cells), p-refinement (raising polynomial order), or r-refinement (relocating nodes).

20
New cards

y+y^{+}

The non-dimensional wall-normal distance of the first cell; y+1y^{+} \approx 1 indicates wall-resolved resolution, while y+30+y^{+} \approx 30+ indicates the use of wall functions.

21
New cards

Finite Volume Method (FVM)

The production standard for CFD which integrates conservation laws over control volumes and balances face fluxes to ensure conservation on any cell shape.

22
New cards

Discontinuous Galerkin (DG)

A method using piecewise polynomials that are discontinuous across faces (coupled by fluxes), offering high order and geometric flexibility.

23
New cards

Lattice Boltzmann Method

A mesoscopic method that evolves particle distribution functions on a lattice via streaming and collision, recovering Navier-Stokes in a limit.

24
New cards

Upwind Differencing

A discretization that biases the stencil in the direction of incoming information (flow/characteristic direction) to add numerical dissipation for stability.

25
New cards

Collocated Variable Arrangement

Storing all variables at the same point, which risks pressure checkerboarding unless fixed by methods like Rhie–Chow interpolation.

26
New cards

MUSCL

Monotonic Upstream-centered Scheme for Conservation Laws; it provides slope-limited linear reconstruction for second-order accuracy without oscillations near shocks.

27
New cards

WENO

Weighted Essentially Non-Oscillatory scheme; it blends candidate stencils with smoothness-based weights to provide high order in smooth regions and non-oscillatory capture near shocks.

28
New cards

Roe Scheme

An approximate Riemann solver using a Roe-averaged linearized Jacobian; it is accurate at shocks but requires an entropy fix to avoid non-physical expansion shocks.

29
New cards

HLLC Solver

An HLL-family solver that restores the contact/shear wave (the "C"), allowing it to resolve boundary layers and contacts better than the basic HLL solver.

30
New cards

TVD (Total Variation Diminishing)

A property of schemes that ensures the solution's total variation does not grow, preventing new spurious oscillations near discontinuities.

31
New cards

MacCormack Scheme

An explicit second-order predictor-corrector scheme that uses alternating one-sided differences; it is easy to code for nonlinear conservation laws.

32
New cards

ADI (Alternating Direction Implicit)

A technique that splits a multidimensional implicit solve into sequential 1-D sweeps to maintain stability at a lower computational cost.

33
New cards

Dual (Pseudo-) Time Stepping

A method for unsteady implicit simulations where an inner pseudo-time iteration converges each physical step to maintain time accuracy.

34
New cards

Multigrid

An acceleration technique that moves error to coarser grids where low-frequency error becomes high-frequency and is cheaply removed; includes GMG, AMG, and FAS variants.

35
New cards

Low-Mach Preconditioning

A rescaling (e.g., Turkel or Weiss–Smith) that removes acoustic stiffness in compressible solvers as Mach approaches zero (Ma0Ma \rightarrow 0).

36
New cards

Artificial Compressibility

Adding a pseudo-time density/pressure term to make incompressible equations hyperbolic so they can be marched to steady state like a compressible solver.

37
New cards

SIMPLE Algorithm

Semi-Implicit Method for Pressure-Linked Equations; a loop that guesses pressure, solves momentum, and then corrects pressure/velocity to satisfy continuity.

38
New cards

Rhie–Chow Interpolation

A face-velocity interpolation used on collocated grids to suppress pressure checkerboarding.

39
New cards

k-̠ SST Model

Menter's Shear Stress Transport model; it blends kωk-\omega near walls with kϵk-\epsilon in the freestream for accurate external aerodynamics.

40
New cards

Lax Equivalence Theorem

A theorem stating that for a consistent scheme on a well-posed linear problem, stability is both necessary and sufficient for convergence (consistency+stabilityconvergence\text{consistency} + \text{stability} \Rightarrow \text{convergence}).

41
New cards

CFL Condition

A stability limit defined as CFL=aΔtΔxCFL = \frac{a \Delta t}{\Delta x}; it requires that the numerical domain of dependence includes the physical domain by limiting the time step.

42
New cards

Numerical Diffusion vs. Dispersion

Dissipation (even-derivative terms) damps amplitudes and smears features, while dispersion (odd-derivative terms) causes phase errors and wiggles.

43
New cards

Verification versus Validation

Verification asks "are we solving the equations right?" (code correctness); Validation asks "are we solving the right equations?" (agreement with experiment).

44
New cards

Richardson Extrapolation

A method using solutions from refined grids to estimate the grid-independent value and the observed order of accuracy.

45
New cards

Method of Manufactured Solutions (MMS)

A verification technique where a chosen analytic solution is substituted into the PDE to derive a source term, then used to test the code's accuracy order.

46
New cards

VOF (Volume of Fluid)

An interface-capturing method that tracks the per-cell phase fraction to simulate free surfaces while conserving mass.

47
New cards

Conjugate Heat Transfer (CHT)

The coupled simulation of heat conduction in solids and convection in adjacent fluids.

48
New cards

Domain Decomposition

Partitioning a mesh across processors where each solves a subdomain and exchanges halo/ghost-cell data via MPI; the basis of parallel CFD.