1.10.3 Acoustic radiation impedance of a sphere in breathing mode

Products: ABAQUS/Standard  ABAQUS/Explicit  

In this example we calculate the acoustic radiation from a sphere in the “breathing” mode; that is, when the motion consists of uniform radial velocity. The example illustrates the use of a simple absorbing boundary condition in conjunction with acoustic continuum and interface elements and acoustic infinite elements. The results are compared with classical results.

Problem description

A spherical cavity of unit radius in an unbounded acoustic medium is subjected to a uniform radial velocity on its inner surface. The analytical solution for the acoustic pressure is of the form

where is the acoustic pressure, is the fluid density, is the speed of sound, is the bulk modulus, is the acoustic wave number, is the frequency, is the radial coordinate, is the normal unit vector pointing into the fluid, and is the prescribed inward particle velocity on the spherical boundary. The ratio of the pressure to the velocity on the boundary is called the acoustic impedance (see Junger and Feit, 1972); for the zeroth (breathing) mode the impedance is given by

The imaginary part of the impedance is given by

where

is the magnitude of the impedance.

The absorbing boundary condition used here is the first-order condition of Bayliss, Gunzberger, and Turkel (1982):

where is the radius of the spherical truncation boundary of the finite element mesh. This boundary condition is theoretically exact for all vibration frequencies in the breathing mode. Since conservation of linear momentum requires

and the *IMPEDANCE PROPERTY option enforces the condition

the first-order Bayliss et al. boundary condition can be enforced in the *STEADY STATE DYNAMICS procedure using the *IMPEDANCE PROPERTY, TYPE=TABULAR option, with table values given by

and

In ABAQUS this spherical radiation impedance can also be defined using the *IMPEDANCE PROPERTY, TYPE=SPHERE option. In this case only the radius of the terminating spherical mesh boundary needs to be given.

Figure 1.10.3–1 shows the finite element mesh using a single layer of 15 ACAX8 elements, with ASI3A coupling elements on the inner surface and the *IMPEDANCE PROPERTY option applied to the outer faces of the ACAX8 elements. Uniform radial velocities are applied to the inner surface using the *TRANSFORM option (to spherical coordinates) before specifying the magnitudes. The dimensions and acoustic properties of this problem are chosen to facilitate comparison with the analytical value of the impedance, With and , , and the acoustic wave number is equal to the analysis frequency in Hertz, Moreover, if the imposed normal velocity , the value of the pressure variable on the inner boundary will equal the value for the impedance, This normal velocity is imposed using the *BOUNDARY option in conjunction with the *TRANSFORM option, as shown in acousticimpsphere_acax8_bayliss.inp. Since the degrees of freedom representing the tangential velocity components have no stiffness associated with them, they must be constrained to prevent solver problems.

The outer boundary is placed at to provide a good aspect ratio for the elements; its value has no other significance for this problem. For comparison, the same mesh was reanalyzed using the plane wave absorbing condition, the default absorbing boundary condition in the *IMPEDANCE PROPERTY procedure. This plane wave absorber is equal to the limiting value of the Bayliss et al. first-order condition as and is theoretically exact for absorption of planar wavefronts normally incident on a planar truncation boundary.

A steady-state dynamic analysis is performed in ABAQUS/Standard over a range of frequencies from 0 to 20 Hz. The transient simulations are also performed in ABAQUS/Explicit with an excitation frequency of 1 Hz. Different excitation frequencies can be tested by changing the parameters defined in the input files.

The steady-state analysis was also performed in ABAQUS/Standard using three-dimensional and axisymmetric acoustic infinite elements. These acoustic infinite elements use infinite-direction basis functions that are based on radiating modes of a sphere (see Acoustic infinite elements, Section 3.3.2 of the ABAQUS Theory Manual). Consequently, the impedance for the spherical breathing mode is modeled accurately by these elements, and the results obtained using acoustic infinite elements should closely match the results obtained using the *IMPEDANCE PROPERTY, TYPE=SPHERE option. However, for more complex wave shapes the acoustic infinite elements are expected to give more accurate results, owing to the richness of the basis functions used to model the variation of the acoustic field in the infinite direction. The infinite element mesh required to model this problem consists only of acoustic infinite elements on the spherical surface, with acoustic-structural interface elements added (with the same mesh topology) to facilitate imposition of the velocity boundary condition at the surface of the sphere. The reference point for the infinite elements is located at the center of the sphere. For this problem a single input file, acousticimpsphere_acin.inp, includes sections of the sphere modeled with each of the three-dimensional acoustic infinite elements: ACIN3D3, ACIN3D4, ACIN3D6, and ACIN3D8. Two additional input files, acousticimpsphere_acinax2.inp and acousticimpsphere_acinax3.inp, model the problem using semicircular meshes of ACINAX2 and ACINAX3 elements, respectively.

For the transient analyses in ABAQUS/Explicit the Bayliss et al. boundary condition is enforced using the *IMPEDANCE PROPERTY, TYPE=SPHERE option. On the inner radius of the mesh the shell elements in the three-dimensional case and beam elements in the axisymmetric case are connected to the acoustic domain with the *TIE option. The transient analysis is also performed in ABAQUS/Explicit using three-dimensional and axisymmetric acoustic infinite elements instead of the *IMPEDANCE option. Two additional input files, acousticimpsphere_acin3d4_xpl.inp and acousticimpsphere_acinax2_xpl.inp, model the three-dimensional and axisymmetric problems, respectively.

Results and discussion

For the steady-state dynamic analysis the finite element results for the Bayliss et al. and plane wave absorbing boundary conditions are shown in Table 1.10.3–1, where they are compared with the analytical values. The ratios of the finite element results to the analytical solutions for the pressure magnitude (output variable POR) and the imaginary part of pressure are presented. In the table the definition of nodes per wavelength, N, is

which is appropriate for quadratic elements of length . The Bayliss et al. results agree with the analytical solution, except for the highest frequencies, where errors are attributable to the small number of nodes per wavelength in the radial direction. In contrast, the numerical results for the model with the plane wave absorbing boundary condition are not as accurate. Because the absorbing boundary has been placed extremely close to the radiating surface, the assumption that wavefronts incident on the truncation boundary are planar is invalid.

A graph of the pressure magnitude (output variable POR) as a function of frequency is shown in Figure 1.10.3–2 for the Bayliss et al. boundary condition.

The results for the acoustic infinite elements also agree with the analytical solution.

The results from the ABAQUS/Explicit transient tests with the *IMPEDANCE option agree with those obtained by ABAQUS/Standard. For the axisymmetric case, the pressure variation in time at a sample location on the outer boundary is shown in Figure 1.10.3–3 (for a clear comparison the ABAQUS/Standard analysis is also performed as a transient simulation). The results obtained with acoustic infinite elements agree closely with the results obtained using the *IMPEDANCE option, as shown in the figure. The figure shows that the peak pressure magnitude for the transient analyses is about .60. This value is quite close to the pressure magnitude predicted by the steady-state analysis for an excitation frequency of 1 Hz, as can be seen from Figure 1.10.3–2.

Input files

ABAQUS/Standard input files

acousticimpsphere_acax8_bayliss.inp

Model that uses ACAX8 and ASI3A elements with the Bayliss et al. boundary condition.

acousticimpsphere_acax8_auto.inp

Model that uses ACAX8 and ASI3A elements with the Bayliss et al. boundary condition, defined using *IMPEDANCE PROPERTY, TYPE=SPHERE.

acousticimpsphere_acax8_planew.inp

ACAX8 elements with the plane wave boundary condition.

acousticimpsphere_acax6_bayliss.inp

Same problem as acousticimpsphere_acax8_bayliss.inp but with ACAX6 elements.

acousticimpsphere_ac3d15.inp

Version of the spherical model in three dimensions using AC3D15 elements.

acousticimpsphere_ac3d20.inp

Same problem as acousticimpsphere_ac3d15.inp but with AC3D20 elements.

acousticimpsphere_ac3d10.inp

Same problem as acousticimpsphere_ac3d20.inp but with AC3D10 elements.

acousticimpsphere_acin.inp

Same problem as acousticimpsphere_ac3d20.inp but with spherical segments modeled with ACIN3D3, ACIN3D4, ACIN3D6, and ACIN3D8 elements.

acousticimpsphere_acinax2.inp

Same problem as acousticimpsphere_acax.inp, but with spherical segments modeled with ACINAX2 elements.

acousticimpsphere_acinax3.inp

Same problem as acousticimpsphere_acax.inp, but with spherical segments modeled with ACINAX3 elements.

ABAQUS/Explicit input files

acousticimpsphere_acax4r_xpl.inp

Model that uses ACAX4R elements with the Bayliss et al. boundary condition.

acousticimpsphere_ac3d8r_xpl.inp

Version of the spherical model in three dimensions using AC3D8R elements.

acousticimpsphere_acin3d4_xpl.inp

Model that uses ACAX4R and ACINAX2 elements.

acousticimpsphere_acinax2_xpl.inp

Version of the spherical model in three dimensions using AC3D8R and ACIN3D4 elements.

References

Table

Table 1.10.3–1 Finite element results.

fNBGT POR RatioPWA POR RatioBGT Im RatioPWA Im Ratio
0.050001579.1370.9999914.903790.999990.03438
0.10000789.5680.999997.480000.999990.03477
0.20000394.7840.999993.795700.999990.03574
0.30000263.1890.999992.591220.999990.03744
0.40000197.3920.999992.005550.999990.03985
0.50000157.9140.999991.666260.999990.04292
0.60000131.5950.999991.449140.999990.04666
0.70000112.7950.999991.300960.999990.05110
0.8000098.6960.999991.195150.999990.05619
0.9000087.7300.999991.116990.999980.06199
1.0000078.9570.999991.057720.999980.06843
1.3000060.7360.999990.946780.999980.09174
1.6000049.3480.999990.888680.999980.12096
1.9000041.5560.999990.855870.999980.15591
2.0000039.4780.999990.848340.999990.16879
3.0000026.3190.999970.818320.999980.32989
5.0000015.7910.999630.844430.999890.79138
7.0000011.2800.997990.901951.000781.32394
10.000007.8960.989830.987641.041891.87622
15.000005.2640.967911.024611.862502.01852
20.000003.9481.030011.038995.280964.49785


Figures

Figure 1.10.3–1 Acoustic model finite element mesh used in ABAQUS/Standard.

Figure 1.10.3–2 Pressure magnitude (POR) versus frequency.

Figure 1.10.3–3 Pressure variation on the outer boundary for the transient analysis.