振動音響解析
Theory and Physics
What is Vibroacoustics?
Professor, what is vibroacoustic analysis?
Analyzes the transmission chain of structural vibration → air sound → human ear. Automotive NVH (Noise, Vibration, Harshness) is its largest application.
The Three Domains of Vibroacoustics
1. Structural Domain — Engine mounts, suspension → vibration of body panels
2. Acoustic Domain — Body panels → vibration (sound) of air inside the cabin
3. Coupling — Bidirectional coupling between structure and acoustics
Summary
The Formulation of Vibroacoustic Coupling Begins with the Helmholtz Equation
The governing equations for vibroacoustic coupling are described as a coupled system linking the structural equation of motion and the Helmholtz wave equation via pressure and displacement. This coupled formulation, established by Everstine and Henderson (1990, JASA) using the finite element method, is widely cited as a reference paper. The values of the coupling coefficients (fluid density and speed of sound) are extremely important. For underwater structures (submarines, underwater robots), the added mass from the fluid is comparable to the structural mass, resulting in natural modes completely different from those in air.
Physical Meaning of Each Term
- Inertia Term (Mass Term): $\rho \ddot{u}$, i.e., "mass × acceleration". Have you ever experienced being thrown forward when slamming on the brakes? That "feeling of being carried away" is precisely the inertial force. Heavier objects are harder to set in motion and harder to stop once moving. Buildings shake during earthquakes because the ground moves suddenly while the building's mass "gets left behind". In static analysis, this term is set to zero, which assumes "forces are applied slowly enough that acceleration can be ignored". It absolutely cannot be omitted for impact loads or vibration problems.
- Stiffness Term (Elastic Restoring Force): $Ku$ or $\nabla \cdot \sigma$. When you stretch a spring, you feel a "force trying to return it", right? That is Hooke's law $F=kx$, the essence of the stiffness term. Now a question — an iron rod and a rubber band, which stretches more under the same force? Obviously the rubber. This "resistance to stretching" is the Young's modulus $E$, which determines stiffness. A common misconception: "High stiffness ≠ strong". Stiffness is "resistance to deformation", strength is "resistance to failure" — they are different concepts.
- External Force Term (Load Term): Body forces $f_b$ (e.g., gravity) and surface forces $f_s$ (e.g., pressure, contact forces). Think of it this way — the weight of a truck on a bridge is a "force acting on the entire volume" (body force), while the force of the tires pushing on the road is a "force acting only on the surface" (surface force). Wind pressure, water pressure, bolt tightening force... all are external forces. A common mistake here: getting the load direction wrong. Intending "tension" but it becomes "compression" — sounds like a joke, but it actually happens when coordinate systems are rotated in 3D space.
- Damping Term: Rayleigh damping $C\dot{u} = (\alpha M + \beta K)\dot{u}$. Try plucking a guitar string. Does the sound continue forever? No, it gradually fades away. That's because the vibration energy is converted to heat by air resistance and internal friction in the string. Car shock absorbers work on the same principle — they intentionally absorb vibration energy to improve ride comfort. What if damping were zero? Buildings would keep swaying forever after an earthquake. Since that doesn't happen in reality, setting appropriate damping is crucial.
Assumptions and Applicability Limits
- Continuum assumption: Treats material as a continuous medium, ignoring microscopic inhomogeneity.
- Small deformation assumption (for linear analysis): Deformation is sufficiently small compared to initial dimensions, and the stress-strain relationship is linear.
- Isotropic material (unless otherwise specified): Material properties are independent of direction (anisotropic materials require separate tensor definitions).
- Quasi-static assumption (for static analysis): Ignores inertial and damping forces, considering only the balance between external and internal forces.
- Non-applicable cases: For large deformation/large rotation problems, geometric nonlinearity is required. For nonlinear material behavior like plasticity or creep, constitutive law extensions are needed.
Dimensional Analysis and Unit Systems
| Variable | SI Unit | Notes / Conversion Memo |
|---|---|---|
| Displacement $u$ | m (meter) | When inputting in mm, unify loads and elastic modulus to MPa/N system. |
| Stress $\sigma$ | Pa (Pascal) = N/m² | MPa = 10⁶ Pa. Be careful of unit system inconsistency when comparing with yield stress. |
| Strain $\varepsilon$ | Dimensionless (m/m) | Note the distinction between engineering strain and logarithmic strain (for large deformation). |
| Elastic Modulus $E$ | Pa | Steel: ~210 GPa, Aluminum: ~70 GPa. Note temperature dependence. |
| Density $\rho$ | kg/m³ | In mm system: tonne/mm³ (= 10⁻⁹ tonne/mm³ for steel). |
| Force $F$ | N (Newton) | Unify as N in mm system, N in m system. |
Numerical Methods and Implementation
FEM for Vibroacoustics
Couples structure (shell/solid) + acoustics (FLUID elements) via FSI interface. Calculates NTF (Noise Transfer Function) using frequency response analysis.
Summary
The Choice Between Weak and Strong Coupling Determines Analysis Accuracy
In vibroacoustic analysis, the choice between "weak coupling (one-way coupling)" and "strong coupling (fully coupled)" is crucial. For lightweight structures in air (e.g., thin panels), fluid loading has little effect on structural response, so weak coupling is sufficient. However, for structures in water or oil, the added mass effect is significant, making strong coupling essential. As a rule of thumb, literature (Fahy & Gardonio, 2007) recommends using strong coupling when the "density ratio ρ_fluid/ρ_structure > 0.01".
Linear Elements (1st Order)
Linear interpolation between nodes. Low computational cost but low stress accuracy. Beware of shear locking (mitigated by reduced integration or B-bar method).
Quadratic Elements (with Midside Nodes)
Can represent curved deformation. Stress accuracy improves significantly, but degrees of freedom increase by about 2-3 times. Recommended when stress evaluation is important.
Full Integration vs Reduced Integration
Full Integration: Risk of over-constraint (locking). Reduced Integration: Risk of hourglass modes (zero-energy modes). Choose appropriately for the situation.
Adaptive Mesh
Automatic refinement based on error indicators (e.g., ZZ estimator). Efficiently improves accuracy in stress concentration areas. Includes h-method (element subdivision) and p-method (order increase).
Newton-Raphson Method
Standard method for nonlinear analysis. Updates the tangent stiffness matrix every iteration. Achieves quadratic convergence within the convergence radius, but computational cost is high.
Modified Newton-Raphson Method
Updates the tangent stiffness matrix using the initial value or every few iterations. Cost per iteration is low, but convergence speed is linear.
Convergence Criteria
Force residual norm: $||R|| / ||F_{ext}|| < \epsilon$ (typically $\epsilon = 10^{-3}$ to $10^{-6}$). Displacement increment norm: $||\Delta u|| / ||u|| < \epsilon$. Energy norm: $\Delta u \cdot R < \epsilon$
Load Increment Method
Applies the total load in small increments rather than all at once. The arc-length method (Riks method) can trace beyond limit points on the load-displacement curve.
Analogy: Direct Method vs Iterative Method
The direct method is like "solving simultaneous equations accurately with pen and paper" — reliable but takes too long for large-scale problems. The iterative method is like "repeatedly guessing to approach the correct answer" — starts with a rough answer but improves accuracy with each iteration. It's the same principle as looking up a word in a dictionary: it's more efficient to open it at an estimated location and adjust forward/backward (iterative) than to search sequentially from the first page (direct).
Relationship Between Mesh Order and Accuracy
1st order elements are like "approximating a curve with a ruler" — represented by straight line segments, so accuracy is limited. 2nd order elements are like a "flexible curve" — can represent curved changes, dramatically improving accuracy even at the same mesh density. However, computational cost per element increases, so judge based on total cost-effectiveness.
Practical Guide
Vibroacoustics in Practice
Automotive road noise, engine booming, electric vehicle motor noise.
Practical Checklist
Vibroacoustic Coupling Analysis is Essential for Headphone Design
In high-end headphone sound quality design, the vibroacoustic coupling between the driver unit (diaphragm) and the cavity inside the housing directly determines tonal characteristics. In the development of Sony's MDR-Z1R (2016, approx. ¥230,000), patent literature suggests that coupling analysis of air column resonance inside the housing and diaphragm displacement was performed using COMSOL Multiphysics, optimizing the 1-3kHz band dip to within ±1dB by modifying the diaphragm shape.
Analogy: Analysis Flow
The analysis flow is actually very similar to cooking. First, buy ingredients (prepare CAD model), do the prep work (mesh generation), apply heat (solver execution), and finally plate it (visualization in post-processing). Here's an important question — which step in cooking is most prone to failure? Actually, it's the "prep work". If mesh quality is poor, the results will be a mess no matter how excellent the solver is.
Pitfalls Beginners Often Fall Into
Are you checking mesh convergence? Do you think "the calculation ran = the results are correct"? This is actually the most common trap for CAE beginners. The solver will always return "some answer" for the given mesh. But if the mesh is too coarse, that answer will be far from reality. Confirm that results stabilize across at least three mesh densities — neglecting this leads to the dangerous assumption that "the computer gave the answer, so it must be correct".
How to Think About Boundary Conditions
Setting boundary conditions is like "writing the problem statement" for an exam. If the problem statement is wrong? No matter how accurately you calculate, the answer will be wrong. "Is this surface really fully fixed?" "Is this load really uniformly distributed?" — Correctly modeling real-world constraints is actually the most critical step in the entire analysis.
Software Comparison
Tools
COMSOL's Acoustics Module is a Staple for MEMS Acoustic Design
Among commercial solvers for vibroacoustic coupling analysis, COMSOL's Acoustics Module holds a strong position, especially in the design of small acoustic devices like MEMS microphones and speaker drivers. COMSOL's multiphysics coupling environment can handle structural mechanics, fluid acoustics, and heat within a single interface, leading industry magazines to report (unofficially) that Apple utilized it for AirPods' microphone unit development in 2016. While Actran or Abaqus/Acoustics are used for large-scale systems, COMSOL remains dominant at the device level.
The Three Most Important Questions for Selection
- "What are you solving?": Does it support the necessary physical models/element types for vibroacoustic analysis? For example, the presence of LES support for fluids, or contact/large deformation capability for structures can make a difference.
- "Who will use it?": For beginner teams, tools with rich GUIs are suitable; for experienced users, flexible script-driven tools are better. Similar to the difference between an automatic transmission car (GUI) and a manual transmission car (script).
- "How far will you expand?": Selection considering future expansion of analysis scale (HPC support), deployment to other departments, and integration with other tools leads to long-term cost reduction.
Advanced Technologies
Advanced Vibroacoustics
MRI Device Noise Exceeding 100dB is a Product of Vibroacoustic Coupling
The noise exceeding 100dB(A) generated during MRI (Magnetic Resonance Imaging) scans is caused by the interaction between the current flowing through superconducting coils and the strong magnetic field within the bore (cylindrical magnetic field space), causing the coil support structure to vibrate by several μm. This structural vibration excites the air inside the bore, leading to acoustic radiation — a vibroacoustic coupling phenomenon. GE Healthcare introduced ABAQUS coupling analysis for gradient coil design, announcing a 22dB noise reduction compared to previous models for the Signa Voyager (2010s).
Troubleshooting
Vibroacoustic Troubles
Eigenvalue Accuracy of FEM is Key in High Modal Density Bands
When dealing with frequency bands above 1kHz in vibroacoustic coupling FEM analysis, modal density increases rapidly, and slight errors in boundary conditions or scatter in material constants can cause "mode switching", where the order of natural frequencies swaps. Particularly around 1kHz for automotive dash panels, eigenmodes with frequency differences of only 2-3Hz often coexist. As a practical countermeasure, it is recommended to use mode tracking tools (based on MAC values) like SciPy or OptiLion to confirm mode shape identity.
Related Topics
なった
詳しく
報告