Eigenfrequencies of a Room

Introduction

Acoustic resonance is a phenomenon arising when an object subjected to relatively small sound waves largely amplifies the sound waves. This resonance appears when the frequency of a stimulus matches one of the natural frequencies (i.e. eigenfrequencies) of the object. When in resonance the amplitudes of vibration tend to be much larger, so when objects vibrate at their eigenfrequencies they are more subject to fatigue and breakage. For example, a delicate wine glass can be broken when induced to vibrate at its natural frequencies. Eigenfrequency analysis is an important consideration when designing acoustic systems that utilize (or prevent) resonance, such as musical instruments, acoustic filters and concert halls.

As a demonstration consider a rectangular by by room model with some furniture in it. The first five eigenfrequencies are sought numerically, and will be compared with the analytical eigenfrequencies of a room without furniture. The corresponding eigenmode at each eigenfrequency will then be visualized to show the resonant sound field of the room.

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.

Load the finite element package.

Eigensystem Acoustic Model

Eigenfrequency analysis is done with a frequency domain model. In the frequency domain the sound pressure field of an acoustic system is described by the Helmholtz partial differential equation (PDE):

where the terms and are monopole and dipole sources, respectively.

Since there is no sound source in this room model, equation (1) simplifies to the source-free Helmholtz equation:

To solve for the eigenfrequency and the eigenmode of the room, equation (2) is treated as an eigenvalue problem such that and is solved with NDEigensystem. Here the differential operator corresponds to the left hand side of (3), and represents the eigenvalue of the eigensystem.

The set of eigenvalues that fulfills the source-free Helmholtz equation gives the corresponding eigenfrequencies by:

or

Define the variables and select the parameters for a time domain acoustics model.
Air is used as the sound medium.
Define material parameters for the time domain acoustics model.

Domain

The room model has a length of , a width of and a height of . Furniture such as a sofa, a coffee table and a television are put in the room to form a simple living room. All boundaries including walls, furniture and floor are assumed to be solid, and are modeled with sound hard boundary conditions.

Inspect the externally generated room model.

This room model, however, can not be directly applied in the acoustic simulation since it represents the boundary of the simulation domain . The actual acoustic simulation domain is the space that is filled with the sound medium (i.e. air) within the room.

In the following we import the boundary mesh that resembled the space occupied by the air.

Import the boundary mesh of the air-filled region.

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 we set the max edge length to 12 nodes per , which means that there will be at least six elements per wavelength in each direction of the wave propagation.

More information on mesh size requirements for acoustic models can be found in the "Acoustics in the Frequency Domain" tutorial.

Set the mesh element size according to the maximum frequency of interest.
Generate the full mesh of the room model.

Boundary Conditions

Since all the boundaries of the room are assumed to be perfectly rigid, the only boundary condition involved in this model is the sound hard boundary condition.

Inspect the setting of the sound hard boundary condition.

Note that the sound hard boundary condition is essentially a Neumann zero boundary, which mean it is implicitly used by default if no other boundary condition is specified at a given boundary.

Solve the PDE Model

To analyze the acoustic behavior of the room model, the first five eigenvalue/eigenfunction pairs are solved for with NDEigensystem.

Solve for the five smallest eigenvalues and eigenfunctions with NDEigensystem.
Inspect the five smallest eigenvalues.

Post-processing and Visualization

Eigenfrequencies of the Furnished Room

Recall that the set of eigenvalues that fulfills the source-free Helmholtz equation gives the corresponding eigenfrequencies by:

Calculate the eigenfrequencies of the room rounding to .

Note that the gap between two consecutive eigenfrequencies decreases in a higher frequency range.

Eigenmodes of the Furnished Room

Next, we visualize the resonant sound field in the furnished room. The sound pressure field that is paired with each eigenfrequency is called the room eigenmode.

Visualize the eigenmodes of the furnished room.

See this note about improving the visual quality of the animation.

As shown in the acoustics time domain tutorial, the location where the sound pressure reaches its local maximum are called the anti-nodes of an acoustic system. A sound source at these points will excite the sound field the most, which makes it an ideal place to put the loudspeakers.

Analytical Eigenfrequencies/Eigenmodes of the Empty Room

As a comparison we can inspect the analytical eigenfrequencies for the room without furniture. The eigenfrequencies in an empty rectangular () room can be computed by the formula [4]:

The mode index , , is a positive integer triple. Each unique combination of the mode index determines a specific eigenfrequency of the room.

In our case the first five eigenfrequencies of the empty room model correspond to the mode indices: .

Compute the first five analytical eigenfrequencies of the empty room.

The following table summarizes the first five eigenfrequencies of the furnished room and the empty room. By convention, the first non-zero eigenfrequency is denoted as Mode 1 and is called the fundamental frequency or the first harmonic of the room.

For the first five modes the eigenfrequencies of the furnished room are very close to the empty room. That is, in a low frequency range the furniture has little impact on the room eigenfrequencies.

The analytical eigenmodes of the empty room are given by the formula [5]:

where is an arbitrary constant.

Compute the first five analytical eigenmodes of the empty room.
Visualize the analytical eigenmodes of the empty room.

See this note about improving the visual quality of the animation.

The effect of the furniture can be seen by comparing eigenmodes between the empty room and the furnished room (shown in the previous section). For example, at mode 4 the sofa breaks the evenly distributed sound field of the empty room, and confines the maximum sound pressure behind it.

Nomenclature

SymbolDescriptionUnit
ρdensity of a medium[kg/m3]
cspeed of sound in a medium[m/s]
psound pressure[Pa]
pithe itheigenmode[Pa]
ωsound wave angular frequency[rad/s]
fsound wave frequency[Hz]
fithe itheigenfrequency[Hz]
Foptional dipole source[N/m3]
Qoptional monopole source[1/s2]
Xposition vector[m]
λwavelength[m]
hmesh size[m]
Lx,Ly,Lzdimension of the room[m]
nx,ny,nzmode indexN/A
Ωcomputational domainN/A

References

1.  Heutschi, Kurt. Lecture Notes on Acoustics I. Swiss Federal Institute of Technology Zurich, 2016.