Acoustic Analysis Using the Boundary Element Method (BEM)

Category: Structural Analysis | Integrated 2026-04-06
CAE visualization for acoustic bem theory - technical simulation diagram
Acoustic analysis using the Boundary Element Method (BEM)

Acoustic Analysis Using the Boundary Element: Theoretical Foundations

What is Acoustic BEM?

🧑‍🎓

Professor, what is acoustic BEM?


🎓

A method that transforms the Helmholtz equation into a Boundary Integral Equation and calculates the sound field using only surface meshes. Its greatest advantage is that it naturally handles external sound fields (infinite domains) because volume meshes are unnecessary.


Governing Equation

🎓

Helmholtz equation for the acoustic field:


$$ \nabla^2 p + k^2 p = 0 $$

$k = \omega/c$: wave number. This is transformed into a boundary integral form using Green's theorem:


$$ c(\mathbf{x})p(\mathbf{x}) = \int_S \left(G(\mathbf{x},\mathbf{y})\frac{\partial p}{\partial n}(\mathbf{y}) - p(\mathbf{y})\frac{\partial G}{\partial n}(\mathbf{y})\right)dS(\mathbf{y}) $$

$G$: free-space Green's function:


$$ G(\mathbf{x},\mathbf{y}) = \frac{e^{ikr}}{4\pi r} \quad (r = |\mathbf{x}-\mathbf{y}|) $$

$c(\mathbf{x})$: $1/2$ on the boundary, $1$ inside the domain, $0$ outside the domain.


🧑‍🎓

What are its advantages compared to FEM?


🎓
Comparison ItemFEMBEM
MeshVolume mesh requiredSurface mesh only
Infinite DomainPML/absorbing boundary requiredAutomatically satisfied
Matrix PropertySparse matrixDense matrix ($O(N^2)$ memory)
ApplicationEnclosed spaces (e.g., vehicle interior)External radiation (e.g., engine)

Summary

🎓
  • Transform Helmholtz equation into boundary integral — No volume mesh needed
  • Green's function $G = e^{ikr}/(4\pi r)$ — Response of a point source
  • Optimal for external sound fields — Naturally handles infinite domains
  • Dense matrix is a weakness — Fast methods like FMM are needed for large-scale problems

  • Coffee Break Trivia

    BEM's Origins are in 1960s Elasticity Theory

    The mathematical foundation of the Boundary Element Method was laid by Jaswon (1963) and Sympson from Stanford University. They published a method for discretizing integral equations for elasticity problems, but at the time, applications to acoustics were not envisioned. The adaptation to acoustic BEM came about a decade later, with Schenck's CHEFS method published in 1968 as an IBM technical report being the pioneer, influencing later NASTRAN and commercial solvers.

    Computational Methods for Acoustic Analysis Using the Boundary Element

    Discretization of Acoustic BEM

    🧑‍🎓

    How do you solve the boundary integral equation numerically?


    🎓

    Discretize the surface into triangular or quadrilateral elements. Approximate sound pressure $p$ and normal velocity $v_n$ with nodal values.


    $$ [H]\{p\} = [G]\{v_n\} $$

    $[H]$, $[G]$: Influence matrices. Integral values of the Green's function between each element pair.


    Handling Singular Integrals

    🎓

    The most technically challenging part of BEM implementation is handling singular integrals (where the Green's function diverges as $r \to 0$):


    • Weak singularity ($1/r$): Regularize using polar coordinate transformation
    • Strong singularity ($1/r^2$): Define via Cauchy principal value
    • Hypersingular integral: Hadamard finite-part integral

    Non-Uniqueness Problem

    🎓

    In external BEM, the solution becomes non-unique at the internal eigenfrequencies of the closed boundary. Countermeasures:


    • CHIEF method: Place additional equations at interior points (overdetermined system)
    • Burton-Miller method: Linear combination of the standard BIE and its normal derivative BIE. Theoretically complete.

    The Burton-Miller method is standard. It requires handling hypersingular integrals but reliably eliminates non-uniqueness.


    FMM (Fast Multipole Method)

    🧑‍🎓

    You mentioned that the dense matrix makes large-scale problems unsolvable...


    🎓

    Solved by FMM (Fast Multipole Method). Approximates calculations for groups of distant elements collectively:


    • Memory: $O(N^2) \to O(N)$
    • Computational cost: $O(N^2) \to O(N\log N)$

    BEM with 1 million elements has become practical. Implemented in Actran, COMSOL, etc.


    Summary

    🎓
    • $[H]\{p\} = [G]\{v_n\}$ — Discretized form of BEM
    • Singular integral handling — Core technology of BEM implementation
    • Burton-Miller method — Standard method for eliminating non-uniqueness
    • FMM — Acceleration technology enabling large-scale BEM

    • Coffee Break Trivia

      FMM Reduces BEM Computational Cost from O(N²) to O(N log N)

      Traditional BEM required O(N²) memory and computational cost relative to the number of nodes N, making large-scale models practically impossible. The Fast Multipole Method (FMM) published by Greengard and Rokhlin in 1987 brought about a revolution, making acoustic analysis of automotive body scale (hundreds of thousands of nodes) realistic. Nuances' VirtualLab Acoustics and LMS Sysnoise 5.x are known as products that implemented FMM-BEM early on.

      Acoustic Analysis Using the Boundary Element in Practice

      Acoustic BEM in Practice

      🎓

      Typical applications include engine radiated noise, tire noise, transformer noise, and acoustic radiation from exhaust pipes.


      Analysis Flow

      🎓

      1. Structural Vibration Analysis — Obtain surface vibration velocity $v_n$ via FEM

      2. Create BEM Surface Mesh — Extract from FEM mesh or create independently

      3. Set Boundary Conditions — Set $v_n$ (Neumann condition)

      4. BEM Solution — Calculate surface sound pressure $p$

      5. Sound Field Evaluation — Calculate sound pressure, radiated power at arbitrary observation points


      Practical Checklist

      🎓
      • [ ] Is the surface mesh size below $\lambda_{min}/6$? (6 elements/wavelength rule)
      • [ ] Are all normal directions pointing outward? (Reversed normals ruin results)
      • [ ] Is the Burton-Miller method enabled? (Non-uniqueness countermeasure)
      • [ ] Is the vibration velocity mapping from FEM mesh to BEM mesh accurate?
      • [ ] Are observation points not on surface elements? (Values diverge at singular points)

      • BEM Mesh Guidelines

        🎓
        Maximum Frequency [Hz]Wavelength at 340m/s [m]Maximum Element Size [mm]
        5000.68113
        10000.3457
        20000.1728
        50000.06811
        100000.0345.7
        🧑‍🎓

        The mesh gets quite fine above 5kHz.


        🎓

        Exactly. Mesh density is the main challenge for high-frequency analysis. Automatic mesh adaptation methods are under research.

        Related Simulators

        Experience the theory with interactive simulators in this field

        All Simulators

        Related fields

        Thermal AnalysisManufacturing Process AnalysisV&V · Quality Assurance
        Rate this article
        Thank you for your feedback!
        Helpful
        More details
        Report error
        Helpful
        0
        More details
        0
        Report error
        0
        Written by NovaSolver Contributors
        Anonymous Engineers & AI — Sitemap
        About the Authors