Wave Properties — From Sound to Ultrasonic NDT and Acoustic FEM

Category: Physics Fundamentals | 2026-03-25 | サイトマップ
NovaSolver Contributors
Table of Contents
  1. Waves in Engineering: More Than Just Sound
  2. The Wave Equation and Wave Speed
  3. Transverse vs Longitudinal Waves
  4. Superposition and Standing Waves
  5. Acoustic Impedance and Wave Reflection
  6. Snell's Law and Wave Refraction
  7. Ultrasonic NDT: Finding Cracks with Waves
  8. Acoustic FEM and BEM
  9. Cross-Topics

1. Waves in Engineering: More Than Just Sound

Wave physics is essential in multiple CAE domains: acoustic analysis (noise in vehicles, HVAC systems, concert halls), ultrasonic non-destructive testing (NDT), seismic engineering (seismic waves propagating through soil and structures), and electromagnetic simulation (antenna design, radar cross-section). Understanding wave behavior — speed, reflection, refraction, and superposition — translates directly into setting up these simulations correctly.

🧑‍🎓

How does ultrasonic testing actually find cracks inside metal? I've seen technicians wave a probe over welds but I don't understand the physics of why that works.

🎓

Sound reflects at any boundary where the acoustic impedance changes. A crack inside metal is essentially a gap filled with air — and steel-to-air impedance mismatch is enormous. Almost 100% of the sound reflects back. The probe sends a short ultrasonic pulse, then listens. If there's a crack, you get a strong echo arriving earlier than the back-wall echo. The time delay tells you the crack depth: $d = c \times t/2$ where $c$ is sound speed in the metal and $t$ is the round-trip time. Phase array ultrasonic (PAUT) steers the beam electronically to image cracks in 3D — the exact same principle that gave us medical ultrasound.

2. The Wave Equation and Wave Speed

The 1D wave equation:

$$\frac{\partial^2 u}{\partial t^2} = c^2 \frac{\partial^2 u}{\partial x^2}$$

Where $u(x,t)$ is the wave displacement and $c$ is wave speed. General solution: any function of $(x - ct)$ or $(x + ct)$ — waves traveling right or left at speed $c$. A sinusoidal wave:

$$u(x,t) = A\sin(kx - \omega t + \varphi)$$

Wave parameters and their relationships:

$$c = f\lambda, \quad k = \frac{2\pi}{\lambda}, \quad \omega = 2\pi f, \quad c = \frac{\omega}{k}$$
MediumWave TypeSpeed (m/s)Application
Air (20°C)Longitudinal (sound)343Acoustic NVH analysis
WaterLongitudinal1480Underwater acoustics, sonar
SteelLongitudinal (P-wave)5960Ultrasonic NDT, seismic
SteelTransverse (S-wave)3235Shear wave NDT
ConcreteLongitudinal~3500Concrete defect detection
CFRP (0°)Longitudinal~7500Composite delamination NDT

3. Transverse vs Longitudinal Waves

Longitudinal waves (also called P-waves or compression waves): particle motion is parallel to wave propagation. Sound in air, blast pressure waves, P-waves in earthquakes, and most ultrasonic NDT probes use longitudinal waves. They can propagate in solids, liquids, and gases.

Transverse waves (S-waves or shear waves): particle motion is perpendicular to wave propagation. They can only propagate in solids (liquids have no shear stiffness). Shear wave transducers in ultrasonic NDT are particularly effective for detecting vertically oriented cracks because the shear wave scatters strongly off crack faces oriented perpendicular to the beam.

In a solid, the longitudinal wave speed:

$$c_L = \sqrt{\frac{E(1-\nu)}{\rho(1+\nu)(1-2\nu)}}, \qquad c_S = \sqrt{\frac{G}{\rho}} = \sqrt{\frac{E}{2\rho(1+\nu)}}$$

For steel ($E=210$ GPa, $\nu=0.3$, $\rho=7800$ kg/m³): $c_L \approx 5900$ m/s, $c_S \approx 3200$ m/s. Note: $c_L/c_S = \sqrt{2(1-\nu)/(1-2\nu)} \approx 1.84$ for steel.

4. Superposition and Standing Waves

When two waves exist simultaneously in the same medium, their displacements add algebraically (principle of superposition). Two sinusoidal waves of equal amplitude and frequency traveling in opposite directions create a standing wave:

$$u = A\sin(kx-\omega t) + A\sin(kx+\omega t) = 2A\sin(kx)\cos(\omega t)$$

The spatial pattern $\sin(kx)$ is fixed — nodes (zero displacement) and antinodes (maximum displacement) don't move. Standing waves in a structural cavity or duct create resonant acoustic modes — exactly the noise problem in car cabins and HVAC ducts that acoustic FEM addresses.

Room Acoustics and Acoustic Modes

In a rectangular room of dimensions $L_x \times L_y \times L_z$, room modes (standing wave resonances) occur at:

$$f_{n_x, n_y, n_z} = \frac{c}{2}\sqrt{\left(\frac{n_x}{L_x}\right)^2 + \left(\frac{n_y}{L_y}\right)^2 + \left(\frac{n_z}{L_z}\right)^2}$$

At these frequencies, sound is severely colored (amplified). Car cabin acoustic FEM uses exactly this analysis to predict booming frequencies and guide acoustic treatment placement.

5. Acoustic Impedance and Wave Reflection

Acoustic impedance $Z = \rho c$ (kg/m²·s, or Rayl) determines how much of a wave is reflected vs. transmitted at a boundary between two media:

$$R = \left(\frac{Z_2 - Z_1}{Z_2 + Z_1}\right)^2, \qquad T = 1 - R = \frac{4Z_1 Z_2}{(Z_1 + Z_2)^2}$$

Where $R$ is the reflected power fraction and $T$ is the transmitted power fraction. For steel ($Z = 45 \times 10^6$ Rayl) vs. air ($Z = 413$ Rayl):

$$R = \left(\frac{45\times10^6 - 413}{45\times10^6 + 413}\right)^2 \approx 0.9998 = 99.98\%$$

A steel-air interface reflects essentially all sound — this is why air cracks and delaminations are perfect reflectors in ultrasonic NDT, and why noise isolation through a steel wall is not about the steel's mass but about maintaining airtight seals (any gap allows sound through).

🧑‍🎓

So if steel reflects 99.98% of sound, how does anyone do ultrasonic testing? If the probe is in air touching the steel surface, almost none of the signal would get in!

🎓

Exactly why we use couplant gel! The gel fills the microscopic air gaps between the probe face and the metal surface. Ultrasonic probes use piezoelectric crystals that need solid or liquid coupling — never air. The gel (or water for immersion testing) has impedance between the probe crystal and the metal, greatly reducing the air-to-metal mismatch. Even with coupling, some power is still reflected at the crystal-gel and gel-metal interfaces, but it's enough signal to work with. Dry-coupling probes use very soft polymer tips that conform to the surface under probe pressure — useful for field inspections where carrying gel is inconvenient.

6. Snell's Law and Wave Refraction

When a wave crosses a boundary at an angle, it refracts — changes direction. Snell's Law governs the angle change:

$$\frac{\sin\theta_1}{c_1} = \frac{\sin\theta_2}{c_2}$$

Since longitudinal speed $c_L >$ shear speed $c_S$ in steel, an incident longitudinal wave at a surface can generate refracted shear waves at a different angle. This is mode conversion — important in ultrasonic NDT because angled probes deliberately exploit mode conversion to steer shear waves at specific angles for crack detection.

At critical angles, $\theta_2 = 90°$ and the refracted wave travels along the surface. The first critical angle (for longitudinal to longitudinal) and second critical angle (for longitudinal to shear) are key design parameters for angle-beam ultrasonic probes. Beyond the second critical angle, total internal reflection occurs — the basis for Lamb wave generation in plate inspection.

7. Ultrasonic NDT: Finding Cracks with Waves

Ultrasonic NDT uses sound waves (typically 1–10 MHz) to inspect structural components non-destructively. Common techniques:

TechniqueWave TypeBest ForDepth Resolution
Straight beam (normal incidence)LongitudinalHorizontal defects, wall thickness~0.1 mm
Angle beam (shear wave)Shear (S-wave)Vertical cracks, weld root defects~0.2 mm
Phased array UT (PAUT)Longitudinal or shear3D imaging, complex geometries~0.05 mm
Lamb wave / guided wavePlate wavesLong-range pipe/plate inspectionDetects area defects
TOFD (Time-of-Flight Diffraction)LongitudinalAccurate crack sizing~0.1 mm

The minimum detectable crack size in ultrasonic NDT is limited by wavelength: reliable detection requires defect size ≥ λ/2. At 5 MHz in steel ($c_L = 5900$ m/s): $\lambda = c/f = 5900/5\times10^6 = 1.18$ mm. Minimum detectable crack ≈ 0.6 mm. For smaller defects, you need higher frequency — but higher frequency also means shorter penetration depth due to attenuation. This frequency-penetration trade-off governs probe selection.

8. Acoustic FEM and BEM

Acoustic FEM solves the Helmholtz equation (the frequency-domain wave equation) in fluid domains:

$$\nabla^2 p + k^2 p = 0, \qquad k = \frac{\omega}{c}$$

Where $p$ is the acoustic pressure field. This requires meshing the fluid domain (air inside a car cabin, water around a submarine) with elements small enough to resolve the shortest wavelength of interest — typically 6 elements per wavelength minimum. For car interior acoustic analysis up to 1000 Hz, element size must be ≤ $c/(6f) = 343/(6000) \approx 57$ mm.

BEM vs. FEM for Acoustics

For exterior acoustic problems (noise radiating into free space), the Boundary Element Method (BEM) is often preferred because it only meshes the structure surface, not the infinite fluid domain. Interior problems (car cabin, muffler) are better handled by FEM. Coupled FEM-BEM (or FEM-FEM with infinite elements) handles both simultaneously for problems like vehicle pass-by noise.

🧑‍🎓

I need to analyze the noise inside a car cabin from 20 Hz to 5000 Hz. My model has 40 million elements already — how do I handle 5 kHz?

🎓

At 5 kHz, wavelength in air is 343/5000 = 68 mm, so you'd need ~11 mm elements — that's an enormous model. This is why interior acoustics is typically split by frequency range: below ~500 Hz, use deterministic FEM (large wavelengths, few modes, can be resolved). Above ~2 kHz, use Statistical Energy Analysis (SEA) — the modal density is so high that tracking individual modes makes no sense; SEA works with energy density in frequency bands. Between 500 Hz and 2 kHz is the "mid-frequency problem" — neither FEM nor SEA works well, which is an active research area. Hybrid FEM-SEA approaches (Actran, VA One software) handle this transition zone.

9. Cross-Topics

TopicConnectionLink
Simple Harmonic MotionWaves are SHM propagating through a mediumSimple Harmonic Motion
Fluid PressureAcoustic waves are pressure fluctuations in fluidFluid Pressure and Buoyancy
Heat TransferHeat diffusion equation is mathematically similar to wave equation (parabolic vs. hyperbolic)Heat and Temperature
Wave Mechanics & AcousticsFull acoustic FEM, SEA, and vibro-acoustics theoryWave Mechanics & Acoustics
Electric CurrentElectromagnetic waves: same wave equation with different physical fieldsElectric Current, Voltage & Resistance