Acoustic Horn
Introduction | Solve the PDE Model |
Pressure Acoustics Model | Post-processing and Visualization |
Domain | Nomenclature |
Boundary Conditions | References |
Introduction
An acoustic horn is a tapered sound guide that aims to maximize the efficiency of sound transfer and that can be used at both the sound transmitting and sound receiving ends, such as musical instruments and hearing aid equipment.
A way to quantify the performance of an acoustic horn is to evaluate the amount of sound reflection in the horn. The following model simulates the sound propagation within an acoustic horn varying from the frequency to . The index of reflection intensity (IRI), which is defined as the average amplitude of the reflected wave, is then calculated across the frequency spectrum to show the acoustic performance of the horn.
The symbols and corresponding units used here are summarized in the Nomenclature section.
Please refer to the information provided in "Acoustics in the Frequency Domain" for more general theoretical background for acoustics.
Pressure Acoustics Model
The propagation of harmonic sound waves can be described by the source-free Helmholtz partial differential equation (PDE) (1):
Domain
The acoustic horn geometric model consists of two parts: a semi-infinite sound channel with width and a conical termination with width at the free end. The geometry is assumed to be infinite in the direction normal to the plane, which reduces the model into a two-dimensional simulation.
Due to the symmetry along the axis, it is efficient to construct the simulation domain with only the upper half of the horn, where and denote the inlet and outlet boundary. The wall boundary and the symmetric boundary are symbolized as and , respectively.
In acoustics simulations, the wavelength of a sound wave needs to be resolved by a sufficiently fine mesh in order to get an accurate numerical solution. Here the max edge length is set to 12 nodes per , which means that there will be at least 12 elements per wavelength in each direction of the wave propagation.
Boundary Conditions
There are three types of the boundary conditions involved in this example. At the sound inlet , a radiation boundary condition is used to model the incoming sound wave.
On the outer boundary , an absorbing boundary condition is specified to model the outgoing cylindrical wave.
On the wall boundary and the symmetric boundary , a default sound hard boundary condition is implicitly used.
Solve the PDE Model
To analyze the performance of the acoustic horn over the frequency range , the PDE model is solved repetitively with ParametricNDSolveValue.
Post-processing and Visualization
Sound Pressure Distribution
To visualize the sound propagation within the acoustic horn, the solution is transformed into the time domain with the harmonic wave relation (2):
More information on the relation between the time domain and frequency domain can be found here.
See this note about improving the visual quality of the animation.
As explained in the acoustics tutorial, if the acoustic impedance of two media are inconsistent, then part of the sound wave will be reflected at the interface. The acoustic horn serves as a transformer that matches the impedance between the waveguide and the surrounding air , so that the reflected sound wave is reduced [3]. The remaining reflected wave results in a flickering sound pressure pattern within the wave channel.
Next, a curved acoustic horn is analyzed as a comparison. By smoothing the shape of the horn, the wave reflection can be further minimized.
See this note about improving the visual quality of the animation.
In contrast to the rectangular acoustic horn, the curve-shaped boundary has smoothed the gradient of the sound impedance.
The following section demonstrates the procedure to quantify the sound reflection of an acoustic horn.
Index of Reflection Intensity (IRI)
One quantity for measuring the performance of an acoustic horn is the index of reflection intensity (IRI), which is defined as the absolute value of the average reflected wave at the sound inlet . The formula of the reflection intensity are given by:
As expected, the curved horn has a better performance over most frequencies. Note that the reflection spectrum appears in a decaying pattern with few deep dips, which implies that the acoustic horn is more efficient at higher frequencies. The dips correspond to the resonance frequencies of the acoustic horn, where the sound transmission is further enhanced. The specific frequencies at which the sound resonates are known as the "eigenfrequencies". Advanced designs such as exponential horns and multicell horns [4] can be utilized to improve the horn efficiency at lower frequencies.
Nomenclature
Symbol | Description | Unit |
ρ | density of a medium | [kg/m3] |
c | speed of sound in a medium | [m/s] |
p | sound pressure | [Pa] |
ω | sound wave angular frequency | [rad/s] |
f | sound wave frequency | [Hz] |
X | position vector | [m] |
a, b, l, d | geometry parameters | [m] |
Γin | inlet boundary | N/A |
Γsym | symmetric boundary | N/A |
Γwall | wall boundary | N/A |
Γout | far-field boundary | N/A |
Ω | computational domain | N/A |
θ | flare angle of acoustic horn | [rad] |
J | reflection intensity | [m] |
References
1. E. Bängtsson, D. Noreland and M. Berggren. "Shape Optimization of an Acoustic Horn." Computational Methods in Applied Mechanics and Engineering 192(11–12), 2003 pp. 1533–1571.
2. F. Negri, A. Manzoni and D. Amsallem. "Efficient Model Reduction of Parametrized Systems by Matrix Discrete Empirical Interpolation." Journal of Computational Physics 303, 2015 pp. 431–454.
3. B. Kolbrek. "Horn Theory: An Introduction, Part 1." audioXpress, 2008 pp. 1–8.