Javascript is required
[1] Ishizuka, T. & Fujiwara, K., Performance of noise barriers with various edge shapes and acoustical conditions. Applied Acoustics, 65, pp. 125–141, 2004. https://doi. org/10.1016/j.apacoust.2003.08.006
[2] Monazzam, M. & Lam, Y., Performance of profiled single noise barriers covered with quadratic residue diffusers. Applied Acoustics, 66, pp. 709–30, 2005. https://doi. org/10.1016/j.apacoust.2004.08.008
[3] Liu, C., Chen, L. & Zhao, W., Chen H. Shape optimization of sound barrier using an isogeometric fast multipole boundary element method in two dimensions. Engineering Analysis with Boundary Elements, 85, pp. 142–157, 2017. enganabound.2017.09.009 [Crossref]
[4] Chen, L., Liu, C., Zhao, W. & Liu, L., An isogeometric approach of two dimensional acoustic design sensitivity analysis and topology optimization analysis for absorbing material distribution. Computer Methods in Applied Mechanics and Engineering, 336, pp. 507–532, 2018. [Crossref]
[5] Chen, L., Lian, H., Liu, Z. & Chen, H., Atroshchenko, E. & Bordas, S.P.A., Structural shape optimization of three dimensional acoustic problems with isogeometric boundary element methods. Computer Methods in Applied Mechanics and Engineering, 335, pp. 926–951, 2019. [Crossref]
[6] Chen, L., Lu, C., Lian, H., Liu, Z., Zhao, W., Li, S., Chen, H. & Bordas, S.P.A., Acoustic topology optimization of sound absorbing materials directly from subdivision surfaces with isogeometric boundary element methods. Computer Methods in Applied Mechanics and Engineering, 362, 112806, 2020. [Crossref]
[7] Bandara, K., Cirak, F., Of, G., Steinbach, O. & Zapletal, J., Boundary element based multiresolution shape optimisation in electrostatics. Journal of Computational Physics, 297, pp. 584–598, 2015. [Crossref]
[8] Bandara, K., Rueberg, T. & Cirak, F., Shape optimisation with multiresolution subdivision surfaces and immersed finite elements. Computer Methods in Applied Mechanics and Engineering, 300, pp. 510–539, 2016. [Crossref]
Search

Acadlore takes over the publication of IJCMEM from 2025 Vol. 13, No. 3. The preceding volumes were published under a CC BY 4.0 license by the previous owner, and displayed here as agreed between Acadlore and the previous owner. ✯ : This issue/volume is not published by Acadlore.

Open Access
Research article

Shape Optimization of Acoustic Barriers Based on Subdivision Surfaces BEM

Chuang Lu1,
Leilei Chen2,
Haibo Chen1
1
Department of Modern Mechanics, University of Science and Technology of China, CAS Key Laboratory of Mechanical Behavior and Design of Materials, P. R. China
2
College of Architecture and Civil Engineering, Xinyang Normal University, P. R. China
International Journal of Computational Methods and Experimental Measurements
|
Volume 9, Issue 2, 2021
|
Pages 108-116
Received: N/A,
Revised: N/A,
Accepted: N/A,
Available online: N/A
View Full Article|Download PDF

Abstract:

This study presents a shape optimization approach for sound barrier using the isogeometric boundary element method based on subdivision surfaces. The geometry model is constructed through the subdivision scheme, and different control polygons/meshes describing the same curve/surface are used for geometry representation, boundary element analysis and optimization. The gradient-based optimization is implemented to minimize the sound pressure in the reference region. By subdivision coarsening treatment, the secondary processing improves the direct optimization results in reducing the oscillation of the optimized structure. The influence of different subdivision schemes on the obtained optimized configurations is studied in detail, which shows the potential of the secondary reverse processing for engineering prototype design.

Keywords: Boundary element method, Shape optimization, Subdivision surfaces

1. Introduction

As an effective and economical noise reduction tool, the sound barrier has been widely used in traffic noise control. The noise reduction effect of a sound barrier is related to the shape, size and material properties of the barrier [1, 2]. The optimization design of sound barrier can effectively improve its noise reduction effect. The isogeometric BEM based on NURBS has been applied to the structural optimization [3–5]. Subdivision surface can construct discon- tinuous discrete meshes of any topology into an overall smooth surface. In essence, a certain subdivision rule is used to repeat the subdivision processing of the polygonal mesh until the subdivision convergence limit is reached. At present, the optimization by means of subdivi- sion surfaces is mainly applied to the distribution of sound absorbing materials [6], electrostatics [7] and elasticity problems [8]. This work aims to extend the shape optimiza- tion approach based on the subdivision surfaces BEM for sound barrier problems. We use fine control meshes for BEM discretisation and coarser control meshes for geometric modifications. The optimization is started from the coarsest initial control mesh, and the finer control meshes are gradually obtained. A key treatment of the present optimization approach is that a reverse processing is applied to the original optimized structure for reducing its oscillation.

2. Subdivision Algorithm and Multiresolution

Constructing a subdivision curve requires a control polygon and a subdivision algorithm. A recursive refinement scheme is used to generate new polygons from the initial control poly- gon. The result of the limiting process is a smooth subdivision curve. The subdivision algorithm is a corner cutting scheme which can successively cut the corner with a fixed ratio.

Givenan initialcontrol polygon(P00 ,P10 ,P20 ,...,Pn0 ), forChaikinalgorithmshown inFig. 1a, ith level ofrefinement onjth segment adoptsthefollowingequations:

Figure 1. Computing new control points through the Chaikin and Catmull–Clark algorithms.
$\left\{\begin{array}{l}P_{2 j}^i=\frac{3}{4} P_j^{i-1}+\frac{1}{4} P_{j+1}^{i-1} \\ P_{2 j+1}^i=\frac{1}{4} P_j^{i-1}+\frac{3}{4} P_{j+1}^{i-1}\end{array}\right.$
(1)

For Catmull–Clark algorithm shown in Fig. 1b, ith level of refinement on jth segment adopts the following equations:

$\left\{\begin{array}{c}P_{2 j}^i=\frac{1}{2} P_j^{i-1}+\frac{1}{2} P_{j+1}^{i-1} \\ P_{2 j+1}^i=\frac{1}{8} P_j^{i-1}+\frac{3}{4} P_{j+1}^{i-1}+\frac{1}{8} P_{j+2}^{i-1}\end{array}\right.$
(2)
Figure 2. The concave polygons using two subdivision algorithms. The upper processing uses Chaikin algorithm, while the lower one applies the Catmull–Clark algorithm. The columns from left to right correspond to the initial control polygons, subdivision once, subdivision twice and the convergent curves, respectively

It has been shown that the limiting of a Chaikin curve is identical to a quadratic B-spline curve, while the Catmull–Clark curve converges to a cubic B-spline one. Figure 2 shows different levels of the subdivision curves from a concave polygon, obtained by the Chaikin and Catmull–Clark algorithms.

Here, we write the subdivision process as a linear mapping that maps a coarser control mesh at level l to a finer control mesh at level l + 1

$\mathbf{x}^{l+1}=\mathbf{A} \mathbf{x}^l$
(3)

where x l and xl +1 are two vectors containing the coordinates of all the vertices of the coarser and its refined polygons. A is the subdivision matrix and it contains the weights given by the subdivision stencils. The subdivision process can be interpreted as the chain of linear map- pings for obtaining increasingly finer control meshes.

In this work, we introduce the coarsening of control meshes that are also obtained with subdivision. The linear coarsening matrix B maps the given control points at level l + 1 to the control points at its coarser level l

$\mathbf{x}^l=\mathbf{B x}^{l+1}$
(4)

The coarsening matrix B is formed by a least-squares fitting

$\mathbf{x}^l=\underset{\mathbf{y}^l}{\operatorname{argmin}}\left\|\mathbf{x}^{l+1}-\mathbf{A} \mathbf{y}^l\right\|^2$
(5)

which leads to AT Axl = AT xl +1. By comparing with eqn (4), A and B have the following relationship:

$\mathbf{B}=\left(\mathbf{A}^{\mathrm{T}} \mathbf{A}\right)^{-1} \mathbf{A}^{\mathrm{T}}$
(6)

In words, one step of subdivision refinement of a given control mesh followed by coarsen- ing does not change the nodal coordinates. The refinement and coarsening processes enable us to use different control meshes of the same geometry for optimization and analysis.

3. Acoustic Bem and Sensitivity Analysis

For acoustic scattering problem, the total acoustic pressure is the sum of acoustic pressures caused by scattered acoustic wave and incident wave, i.e. p(x) = p inc (x) + pscat (x). The Bur- ton–Miller method that combines the conventional boundary integral equation and its normal derivative formulation overcomes the so-called fictitious eigenfrequency problem [3]. The two equations are as follows:

$c(x) p(x)=\int_{\Gamma}[G(x, y) q(y)-F(x, y) p(y)] \mathrm{d} \Gamma+p_{i n c}(x)$
(7)
$c(x) q(x)=\int_{\Gamma}\left[G^1(x, y) q(y)-F^1(x, y) p(y)\right] \mathrm{d} \Gamma+\frac{\partial p_{i n c}(x)}{\partial n(x)}$
(8)

where $x$ is the source point, $y$ is the field point, $q(y)=\partial p(y) / \partial n(y)$ and $n(y)$ denotes the outward normal vector at point $y$. The coefficient $c(x)=1 / 2$ if the boundary $\Gamma$ is smooth around the source point $x$. The kernel functions $G(x, y), F(x, y), G^1(x, y)$ and $F^1(x, y)$ can be found in [3]. In this study, the geometry can be expressed by B-spline curves as follows:

$x(\zeta)=\sum_{i=1}^{m_i} B_i(\zeta) P_i$
(9)

where $m_i$ is the number of B-spline basis functions and $P_i$ is the control point for the geometry. The quadratic and cubic B-spline basis functions can be expressed as

$\begin{gathered}B_1\left(\zeta^{\prime}\right)=\frac{1}{2}\left(\zeta^2-2 \xi+1\right), \quad B_2(\zeta)=\frac{1}{2}\left(-2 \xi^2+2 \xi+1\right), \quad B_3\left(\xi^{\prime}\right)=\frac{1}{2} \xi^2 \\ B_1(\xi)=\frac{1}{6}\left(-\xi^3+3 \xi^2-3 \xi+1\right), \quad B_2(\xi)=\frac{1}{6}\left(3 \xi^3-6 \xi^2+4\right),\end{gathered}$
(10)
$B_3(\zeta)=\frac{1}{6}\left(-3 \xi^3+3 \xi^2+3 \xi+1\right), \quad B_4(\xi)=\frac{1}{6} \xi^3$
(11)

Similarly, the sound pressure and flux at the boundary are interpolated using B-spline basis functions as follows:

$p\left(\xi^{\prime}\right)=\sum_{i=1}^{m_i} B_i\left(\xi^{\prime}\right) p_i, \quad q\left(\xi^{\prime}\right)=\sum_{i=1}^{m_i} B_i(\xi) q_i$
(12)

where $p_i$ and $q_i$ represent the nodal parameters associated with the sound pressure and normal flux, respectively. The Burton-Miller formulation can be discretized in matrix form as:

$\mathbf{H p}=\mathbf{G q}+\mathbf{p}_{\mathbf{i}}$
(13)

Acoustic sensitivity analysis is a critical step in the shape optimization of acoustic struc- tures. Using the direct differentiation method, the equations are given as

$\begin{aligned} c(x) \dot{p}(x) & =\int_{\Gamma}[\dot{G}(x, y) q(y)-\dot{F}(x, y) p(y)] \mathrm{d} \Gamma(y) \\ & +\int_{\Gamma}[G(x, y) \dot{q}(y)-F(x, y) \dot{p}(y)] \mathrm{d} \Gamma(y) \\ & +\int_{\Gamma}[G(x, y) q(y)-F(x, y) p(y)] \mathrm{d} \dot{\Gamma}(y)+\dot{p}_{i n c}(x)\end{aligned}$
(14)
$\begin{aligned} c(x) \dot{q}(x) & =\int_{\Gamma}\left[\dot{G}^1(x, y) q(y)-\dot{F}^1(x, y) p(y)\right] \mathrm{d} \Gamma(y) \\ & +\int_{\Gamma}\left[G^1(x, y) \dot{q}(y)-F^1(x, y) \dot{p}(y)\right] \mathrm{d} \Gamma(y) \\ & +\int_{\Gamma}\left[G^1(x, y) q(y)-F^1(x, y) p(y)\right] \mathrm{d} \dot{\Gamma}(y)+\frac{\partial \dot{p}_{i n c}(x)}{\partial n(x)}\end{aligned}$
(15)

where the upper dot (.) denotes the differentiation with respect to the design variable. The shape sensitivities of sound pressure and its flux are interpolated from their respective nodal values

$\dot{p}\left(\xi^\zeta\right)=\sum_{i=0}^{m_i} B_i\left(\xi^{\prime}\right) \dot{p}_i, \quad \dot{q}\left(\xi^{\prime}\right)=\sum_{i=0}^{m_i} B_i\left(\xi^{\prime}\right) \dot{q}_i$
(16)

Here, the matrix form of the combined Burton–Miller formulation of eqns (14) and (15) can be expressed as

$\dot{\mathbf{H}} \mathbf{p}+\mathbf{H} \dot{\mathbf{p}}=\dot{\mathbf{G}} \mathbf{q}+\mathbf{G} \dot{\mathbf{q}}+\dot{\mathbf{p}}_{\mathbf{i}}$
(17)

where H. and G. are the corresponding sensitivity coefficient matrices and p. and q. are the sensitivities of p and q.

4. Shape Optimization

The acoustic shape optimization problem can be formulated as

$\begin{cases}\min & \Pi=\overline{\mathbf{p}}_f \mathbf{p}_f \\ \text { s.t. } & A \leq A_0 \\ & x_i^l \leq x_i \leq x_i^u\end{cases}$
(18)

where $\mathbf{p}_f$ is the sound pressure vector at the reference point $x_f$ and $\overline{\mathbf{p}}_f$ denotes its complex conjugate. In this work, the coordinates of control points are set as design variables. $\Pi$ is the objective function. The optimization constraint is the designed area $A$ smaller than the initial area $A_0$, and $x_i^l$ and $x_i^u$ represent the lower and upper limits of the design variables, respectively.

The sensitivity of the objective function to the design variable can be expressed as

$\frac{\partial \Pi}{\partial x_i}=\frac{\partial\left(\overline{\mathbf{p}}_f \mathbf{p}_f\right)}{\partial x_i}=2 \Re\left(\overline{\mathbf{p}}_f \mathbf{p}_f\right)$
(19)

where $\Pi$ is the real part of the complex number. The expression for the sound pressure vector $\mathbf{p}_f$ in the acoustic domain can be calculated by the discretized formulation:

$\mathbf{p}_f=-\mathbf{H} \mathbf{p}+\mathbf{G} \mathbf{q}+\mathbf{p}_{\mathbf{i}}$
(20)

By differentiating $\mathbf{p}_f$ with respect to design variable $x_i$, the following formulation can be obtained:

$\mathbf{p}_f=-\dot{\mathbf{H}} \mathbf{p}-\mathbf{H} \dot{\mathbf{p}}+\dot{\mathbf{G}} \mathbf{q}+\mathbf{G} \dot{\mathbf{q}}+\dot{\mathbf{p}}_{\mathbf{i}}$
(21)

Here, we employ the method of moving asymptotes (MMA) as the optimizer to update the design variables as shown below:

$\frac{\left|\Pi^{t+1}-\Pi^t\right|}{\Pi^t}<\tau$
(22)

where $t$ denotes the iteration step and $\Pi^t$ represents the value of objective function at $t$ th iteration. $\tau$ is the iterative convergence criterion, set as $1.0 \times 10^{-4}$.

5. Numerical Tests

To demonstrate the validity and applicability of the developed optimization algorithm, we consider the analysis and design domain of a vertical noise barrier shown in Fig. 3. The thick- ness of the barrier is set as 0.25 m and a monopole source is located at (0, 1)m. As the figure shows, the left vertical boundary of the noise barrier is selected as the line to be optimized. The design variables are the horizontal coordinates of the N control points of the designing vertical line, and the optimization objective is to minimize the mean sound pressure on the reference plane.

The acoustic scattering of the sound barrier is a half-space problem, and the kernel func- tion can be written as

$G(x, y)=\frac{i}{4} H_0^{(1)}(k r)+\frac{i}{4} H_0^{(1)}\left(k r^{\prime}\right.$
(23)

where r ′ =| x y | and x is the mirror point of the source point x. Make the same changes to other kernel functions in the above formulations. After obtaining the basic sound pressure and sensitivity information, use the MMA solver to iterate the design variables until the iter- ation convergence accuracy is satisfied.

Figure 3. Initial sound barrier
Figure 4. Objective function with iteration step for numbers of inserting control points 30 and 60; the computing frequency is 300 Hz

Figure 4 shows the objective function varying with the iteration step for different numbers of control points. Obviously, with an increase in design variables, the number of iteration steps also tends to increase. A larger N produces a smaller optimal value of the objective function, where the convergent value is 0.00122 when N = 30 and 0.00117 when N = 60.

Figures 5 and 6 show the shape configurations of the sound barrier at different control points N with frequency 300 Hz. Adding geometric control points can improve the flexibility in shape optimization, and we can find that the oscillation of the optimization line increases obviously. In order to eliminate this feature, the reverse matrix processing method is used to reduce the local oscillation of the optimized boundary. Figure 7 shows the detailed optimiza- tion process in Fig. 6. After the directly optimized Chaikin curve 1 is obtained, the boundary consisting of control points is coarsened once through the coarsening matrix, so as to obtain the boundary of the third subgraph shown in Fig. 7, and finally it is subdivided into a Chaikin curve 2 to meet the design requirements of the structure.

The sensitivity distributions of the control points at different frequencies are different, and the corresponding optimization results are also different. Now the number of geometric control points is fixed at N = 60. Figures 8 and 6 show the final shapes of the sound barrier after optimization at 150 and 300 Hz, respectively. For the optimized boundary, more peaks and valleys are found in higher frequencies. Table 1 shows the comparison of the noise reduc- tion effect before and after optimization. The optimization value 1 represents the result of the direct optimization of the initial sound barrier, and the optimization value 2 represents the optimization result obtained through the inverse matrix processing. It can be found that the two optimized results are basically the same, indicating that the method is feasible and effective.

Figure 5. Final optimal solution and coarsening matrix processing solution for N = 30 with frequency 300 Hz.
Figure 6. Final optimal solution and coarsening matrix processing solution for N = 60 with frequency 300 Hz
Figure 7. Optimize the initial sound barrier and reverse processing operation to obtain a reasonable structure
Figure 8. Final optimal solution and coarsening matrix processing solution with frequency 150 Hz
Table 1. Comparison of average sound pressure levels before and after optimization at differ- ent frequencies for the test points in the reference plane

Frequency

Initial value

Optimization value 1

Optimization value 2

Hz

dB

dB

dB

150

43.8676

38.2236

38.4284

300

46.8073

41.7451

41.9468

6. Conclusions

A shape optimization approach based on subdivision surfaces is proposed for the sound bar- rier in this work. Numerical tests show the validity of the proposed approach and the necessity of an optimal design. The optimal noise reduction structure is obtained through the refine- ment of the optimization results and the reverse operation processing, which provides a set of reasonable solutions for the production and design structure.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Acknowledgments

This work is financially supported by the National Natural Science Foundation of China (NSFC) under Grant Nos 11772322 and 11872168 and the Strategic Priority Research Pro- gram of the Chinese Academy of Sciences under Grant No. XDB22040502.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

References
[1] Ishizuka, T. & Fujiwara, K., Performance of noise barriers with various edge shapes and acoustical conditions. Applied Acoustics, 65, pp. 125–141, 2004. https://doi. org/10.1016/j.apacoust.2003.08.006
[2] Monazzam, M. & Lam, Y., Performance of profiled single noise barriers covered with quadratic residue diffusers. Applied Acoustics, 66, pp. 709–30, 2005. https://doi. org/10.1016/j.apacoust.2004.08.008
[3] Liu, C., Chen, L. & Zhao, W., Chen H. Shape optimization of sound barrier using an isogeometric fast multipole boundary element method in two dimensions. Engineering Analysis with Boundary Elements, 85, pp. 142–157, 2017. enganabound.2017.09.009 [Crossref]
[4] Chen, L., Liu, C., Zhao, W. & Liu, L., An isogeometric approach of two dimensional acoustic design sensitivity analysis and topology optimization analysis for absorbing material distribution. Computer Methods in Applied Mechanics and Engineering, 336, pp. 507–532, 2018. [Crossref]
[5] Chen, L., Lian, H., Liu, Z. & Chen, H., Atroshchenko, E. & Bordas, S.P.A., Structural shape optimization of three dimensional acoustic problems with isogeometric boundary element methods. Computer Methods in Applied Mechanics and Engineering, 335, pp. 926–951, 2019. [Crossref]
[6] Chen, L., Lu, C., Lian, H., Liu, Z., Zhao, W., Li, S., Chen, H. & Bordas, S.P.A., Acoustic topology optimization of sound absorbing materials directly from subdivision surfaces with isogeometric boundary element methods. Computer Methods in Applied Mechanics and Engineering, 362, 112806, 2020. [Crossref]
[7] Bandara, K., Cirak, F., Of, G., Steinbach, O. & Zapletal, J., Boundary element based multiresolution shape optimisation in electrostatics. Journal of Computational Physics, 297, pp. 584–598, 2015. [Crossref]
[8] Bandara, K., Rueberg, T. & Cirak, F., Shape optimisation with multiresolution subdivision surfaces and immersed finite elements. Computer Methods in Applied Mechanics and Engineering, 300, pp. 510–539, 2016. [Crossref]

Cite this:
APA Style
IEEE Style
BibTex Style
MLA Style
Chicago Style
GB-T-7714-2015
Lu, C., Chen, L. L., & Chen, H. B. (2021). Shape Optimization of Acoustic Barriers Based on Subdivision Surfaces BEM. Int. J. Comput. Methods Exp. Meas., 9(2), 108-116. https://doi.org/10.2495/CMEM-V9-N2-108-116
C. Lu, L. L. Chen, and H. B. Chen, "Shape Optimization of Acoustic Barriers Based on Subdivision Surfaces BEM," Int. J. Comput. Methods Exp. Meas., vol. 9, no. 2, pp. 108-116, 2021. https://doi.org/10.2495/CMEM-V9-N2-108-116
@research-article{Lu2021ShapeOO,
title={Shape Optimization of Acoustic Barriers Based on Subdivision Surfaces BEM},
author={Chuang Lu and Leilei Chen and Haibo Chen},
journal={International Journal of Computational Methods and Experimental Measurements},
year={2021},
page={108-116},
doi={https://doi.org/10.2495/CMEM-V9-N2-108-116}
}
Chuang Lu, et al. "Shape Optimization of Acoustic Barriers Based on Subdivision Surfaces BEM." International Journal of Computational Methods and Experimental Measurements, v 9, pp 108-116. doi: https://doi.org/10.2495/CMEM-V9-N2-108-116
Chuang Lu, Leilei Chen and Haibo Chen. "Shape Optimization of Acoustic Barriers Based on Subdivision Surfaces BEM." International Journal of Computational Methods and Experimental Measurements, 9, (2021): 108-116. doi: https://doi.org/10.2495/CMEM-V9-N2-108-116
LU C, CHEN L L, CHEN H B. Shape Optimization of Acoustic Barriers Based on Subdivision Surfaces BEM[J]. International Journal of Computational Methods and Experimental Measurements, 2021, 9(2): 108-116. https://doi.org/10.2495/CMEM-V9-N2-108-116