Acoustic-Structure Coupled Frequency Response
Acoustic-Structure Coupled Frequency Response: Theoretical Foundations
What is Acoustic-Structure Coupling?
Professor, what is acoustic-structure coupled frequency response?
It is a bidirectional coupled frequency response analysis where structural vibration radiates sound into the air (acoustic field), and conversely, sound pressure exerts force on the structure. Automotive NVH (vehicle interior noise) is its primary application.
Governing Equations of Coupling
Frequency response of the coupled structural-acoustic system:
$[Z_s] = -\omega^2[M_s] + i\omega[C_s] + [K_s]$ is the structural dynamic stiffness.
$[Z_a] = -\omega^2[M_a] + [K_a]$ is the acoustic dynamic stiffness.
$[A]$ is the coupling matrix.
So the structural displacement $\{u\}$ and the acoustic pressure $\{p\}$ are solved simultaneously.
Structure vibrates โ panels push air โ sound pressure is generated โ sound pressure exerts force on the structure โ structural vibration changes... This bidirectional coupling is solved by a single system of equations.
NTF (Noise Transfer Function)
NTF = Transfer function of interior sound pressure relative to input force. The most important metric in automotive NVH.
So it evaluates the transmission through the entire path from engine mount input to the sound pressure at the occupant's ear position.
The peak location and magnitude of the NTF directly correlate with the cause of issues like booming noise.
Summary
Key Points:
- Bidirectional coupling: structural vibration โ sound pressure โ reaction force on structure
- Coupled system solving for displacement $u$ and pressure $p$ simultaneously
- NTF (Noise Transfer Function) is the fundamental metric for NVH
- Prediction of automotive interior noise is the primary application
Coupling Theory Born from Noise Complaints
In the 1960s, the cabin noise of the Boeing 707 was so loud that passengers flooded the company with complaints. In response to this problem, NASA's M.C. Junger and others systematically formalized the mathematical framework for acoustic-structure coupling in their 1972 book 'Sound, Structures, and Their Interaction'. They were the first to rigorously formulate the bidirectional coupling where structural vibration excites air pressure waves, and conversely, sound pressure excites the structure.
Computational Methods for Acoustic-Structure Coupled Frequency Response
Coupled Analysis in FEM
How is coupled frequency response implemented?
Place structural elements (shell/solid) and acoustic elements (like FLUID30) in the same model, and define coupling at the interface.
Nastran
```
SOL 111 $ Modal frequency response
$ Structural elements + CAERO acoustic panels or FLUID elements
```
In Nastran, structural modes and acoustic modes are calculated separately and connected via coupling terms.
Abaqus
```
*TIE, NAME=fsi_interface
acoustic_surface, structural_surface
*STEP
*STEADY STATE DYNAMICS, DIRECT
...
*END STEP
```
Couple structural and acoustic surfaces with TIE. Solve using direct or modal method.
Ansys
```
! Structural elements (SHELL181) + Acoustic elements (FLUID30)
! Define interface with FSI flag
SF, fsi_area, FSI
```
Do the acoustic mesh and structural mesh need to match?
Ideally they should match (shared nodes), but if mesh sizes differ, connect non-matching meshes using TIE constraints or MPC. Typically, structural mesh is fine, acoustic mesh is coarse (acoustic wavelengths are long).
Summary
The Marriage of Finite Elements and Boundary Elements
In the late 1970s, combining FEM and BEM became the mainstream approach for acoustic coupling analysis. The idea of discretizing the structure side with FEM (Finite Element Method) and the fluid side with BEM (Boundary Element Method), then connecting them with a coupling matrix, was formalized in a paper by O. von Estorff in 1990. Even today, Ansys Acoustics and Abaqus/Acoustics adopt this hybrid strategy.
Acoustic-Structure Coupled Frequency Response in Practice
Acoustic-Structure Coupling in Practice
The most important analysis technique in automotive NVH development.
Vehicle Interior Noise Prediction Flow
1. Build BIW model (shell elements) + vehicle interior acoustic mesh
2. Natural frequency analysis โ structural modes + acoustic modes
3. Coupled frequency response โ engine mount input โ interior sound pressure (NTF)
4. NTF evaluation โ check peak frequencies and sound pressure levels
5. Countermeasures โ panel reinforcement, adding damping materials, acoustic absorbers
Practical Checklist
Acoustic-structure coupling is the culmination of NVH, isn't it?
Natural frequency โ frequency response โ acoustic coupling โ all aspects of dynamic analysis are integrated. It is the most important analysis for NVH engineers.
Vehicle Interior Booming Noise is 50โ200Hz
Vehicle interior booming noise caused by road noise typically occurs in the 50โ200Hz band. In acoustic-structure coupling analysis conducted by Toyota during the development of the Lexus LS600h, it was predicted in advance that adding just 0.1mm thickness to specific body panels would reduce a particular resonance peak by 4dB. This became a milestone for prototype-less development.
Related Topics
Experience the theory firsthand with the interactive simulator for this field
All Simulators