Abstract

The Daubechies (DB) wavelets are used for solving 2D plane elasticity problems. In order to improve the accuracy and stability in computation, the DB wavelet scaling functions in comprising boundary scaling functions are chosen as basis functions for approximation. The B-spline patches used in isogeometry analysis method are constructed to describe the problem domain. Through the isoparametric analysis approach, the function approximation and relevant computation based on DB wavelet functions are implemented on B-spline patches. This work makes an attempt to break the limitation that problems only can be discretized on uniform grids in the traditional wavelet numerical method. Numerical examples of 2D elasticity problems illustrate that this kind of analysis method is effective and stable.

1. Introduction

Wavelet is a powerful mathematical tool in solving many problems in science and engineering. In recent years, there has been an increasing interest in wavelet-based methods due to their successes in some applications, such as mathematical analysis and signal processing. The wavelet-based numerical methods have been developed by many researchers. At present, there are mainly three kinds of wavelet-based numerical methods: wavelet finite element method, wavelet collocation method, and wavelet-Galerkin method. The wavelet finite element method [14] is based on traditional FEM. In this method, the scaling functions and wavelet functions in wavelet analysis are used as basis functions to construct the so-called shape functions on elements. In wavelet collocation method [5], the scaling functions and wavelet functions are directly used as basis functions to approximate the unknown functions instead of constructing shape functions as done in the finite element method, and the collocation approach is used for discretization. Based on Daubechies wavelet, some numerical examples for 1- and 2-dimensional model problems show that the wavelet collocation methods are stable and effective for PDE.

The wavelet-Galerkin method [613] is the most popular wavelet-based numerical method. Unlike the wavelet collocation method, the Galerkin approach is used for discretization. Although the computational efficiency of Galerkin method is lower than that of collocation method, the accuracy and stability are improved remarkably. The desirable advantage of wavelet is the multiresolution property. Based on the property, the wavelet-based multiscale analysis is easy to be realized [1319].

Although wavelets have demonstrated potential in numerical simulation, there are still some works to do for engineering application. The traditional wavelets, such as some orthogonality or biorthogonality wavelets, can describe details of problems and perform well in resolving high gradients. However, such wavelets are best suitable for problems that are discretized on uniform grids, a constraint that can be rather restrictive when it comes to modeling problems with complex geometry. By contrast, the finite elements method is very well suited for complex meshes. Some works have been made to use this kind of wavelets to solve problems with general domains [12, 13] and the wavelet-based multiscale analysis method can be used to conduct local analysis [13]. But the computational efficiency of this kind of methods still needs to be improved. The second generation wavelets can be constructed on nonuniform grids for numerical simulation [20, 21]. However, these kinds of wavelets are either complex in construction or too simple to simulate complicated deformation.

The isogeometry analysis method [22, 23] developed in recent years presented some new ideas in numerical simulation. In this method, the B-spline functions or nonuniform rational B-spline functions are used to describe the problem geometry and the total solution domain can be divided into many B-spline patches which are similar to the elements in finite element method. Function approximation and relative computation can be implemented on B-spline patches through isoparametric analysis approach. It can be found that the traditional wavelet basis functions are similar to B-spline basis functions in framework that they must be constructed on structure grids. So it is reasonable to introduce the B-spline patches into the problems in which the traditional wavelet basis functions are used. This is an attempt to break the limitation that the traditional wavelet-based numerical methods are only restricted on uniform grids.

In this paper, the Daubechies (DB) wavelet which has orthogonality and compact support is chosen for analysis because of its good performance in numerical simulation. In order to improve the accuracy and stability in computation, the DB wavelet scaling functions in which comprise boundary scaling functions are used as basis functions for approximation. The B-spline patches constructed by the B-spline basis functions are used to describe the problem geometry. The function approximation based on DB wavelet basis functions and relevant computations are implemented on B-spline patches through the isoparametric analysis approach. Numerical examples for 2D elasticity problems are given to illustrate the effectiveness of the present method.

2. The Function Approximation by DB Wavelet Scaling Function

2.1. The Basic Properties of DB Wavelet

According to the theory of DB wavelet, the so-called scaling function and wavelet function of DB wavelet both satisfy two-scaling relation:Here, the index denotes the ordinal number of DB wavelet series (DB wavelet with ordinal number is abbreviated as “” in the following), and denotes the place. are called filter coefficients. The supports of scaling function and wavelet function of DB wavelet are, respectively,DB wavelet function has consecutive moments equal to zero. That is vanishing moment :The ordinal number of DB wavelet series is equal to the number of its vanishing moments. Furthermore, the smoothness of DB wavelet scaling functions and wavelet functions will be improved with the increase of number of vanishing moments.

From translation and dilation of a basic scaling function , we haveIn the above equation, and denote, respectively, the scale and the place in wavelet space. It is obvious that the support of the function is

According to the principle of multiresolution, the scaling function can be used to build the wavelet space :

In addition, the scaling function can be used to exactly represent polynomial to some degrees. For , we can write are defined bywhere

2.2. The DB Wavelet Basis Functions on

For , the boundary scaling functions are defined byFrom the boundary scaling functions , we have the formula for all in :The boundary scaling functions , , are linearly independent and are orthogonal to the functions for (called the ordinary scaling functions on ). Figure 1 shows the boundary scaling functions and one of the ordinary scaling functions of DB6 wavelet.

For scale , the function is defined asThen we can defineIt is obvious that polynomials up to degree are in .

2.3. The Function Approximation

The function defined in can be approximated in asIn the same way, the function defined in can be approximated in a scale asIt is obvious that the number of basis functions used for approximation in limited interval is finite. For 2D case, the 2D tensor product basis functions based on 1D basis functions can be used for approximation. For example, the function defined in can be approximated aswhereThe 2D domain occupied by an elastic body is usually irregular. Function approximations in nonrectangular regions are relatively difficult. In this case, those basis functions which influence the given region, , are needed:

3. Numerical Implementation

3.1. Format of Approximation

Considering the approximation formula (17), it can be found that the form of approximation by DB wavelet basis functions is the same as that in conventional meshless methods. Scaling functions are similar to shape functions, and are similar to variables related to nodes. However, it should be noted that DB wavelet-based method is different from conventional meshless methods in that there is no need to use information of nodes to construct shape functions. We only need to choose proper scaling functions, wavelet functions, and the number of terms. For practical computations, formula (17) can be rewritten aswhereIt can be found that the two place indexes of correspond to a serial number .

3.2. B-Spline Basis Functions for Describing Geometry

B-spline functions are defined recursively starting with piecewise constants :For , they are defined byImportant properties of B-spline basis functions are as follows:(1)They constitute a partition of unity; that is, ,(2)The support of each is compact and contained in the interval .(3)Each basis function is nonnegative; that is, .

B-spline curves in are constructed by taking a linear combination of B-spline basis functions. The coefficients of the basis functions are referred to as control points. These are somewhat analogous to nodal coordinates in finite element analysis. Piecewise linear interpolation of the control points gives the so-called control polygon. In general, control points are not interpolated by B-spline curves. Given basis functions, , and corresponding control points, , a piecewise-polynomial B-spline curve is given by In 2D space, the physical coordinate of the curve can be expressed as where is the coordinate of control points .

Given a control net , , , a tensor product B-spline surface is defined bywhere is 2D B-spline basis function.

3.3. The Isoparametric Analysis Approach Based on B-Spline Patches and DB Wavelet Basis Functions

The DB wavelets scaling functions are good basis functions for approximation. However, the method of approximation introduced in Section 2 is only suited for problems that are discretized on uniform grids. The isogeometry analysis method introduced the B-spline functions to describe problem geometry. The domain can be subdivided into B-Spline patches which are similar to elements in finite element method. The important character of B-spline patches is that they must not be regular in physical space. So they can describe complex geometry more flexibly than uniform grids. Considering the similarity between wavelet basis functions and B-spline functions in framework, this paper introduces the B-spline patches to problems using wavelet numerical method. Through isoparametric analysis approach, the function approximation and relative computations based on wavelet basis functions can be implemented on B-spline patches.

It should be noted that in the classic isogeometry analysis method [1, 7] the NURBS (nonuniform rational B-splines) are employed because they can be used to exactly construct many geometric shapes, such as circles and ellipses. In this paper, only ordinary B-splines are used because they can also describe the complex geometry with enough accuracy.

For 1D case, the approximation in parametric space by wavelet basis functions is as follows:The relationship of physical coordinate and parametric index can be expressed by B-spline basis functions:where is the coordinate parameter related to .

For 2D case, the approximation can be expressed asThe relationship of physical space and parametric space can be expressed by 2D tensor product B-spline basis functions:where and are, respectively, the coordinate components related to the 2D B-spline basis functions . The relevant first-order derivative can be expressed as

Based on the above approximation method, the relative numerical computation can be implemented on “elements” which are taken to be the parameter spans, namely, . Figure 2 illustrates a standard biunit parent element and its image in physical space.

3.4. The Method of Discretization

The equations for the 2D elasticity problem are expressed as follows:where is the stress tensor, is the body force, and are, respectively, the prescribed tension and displacement, and is the unit outward normal to boundary. In general, collocation methods and Galerkin methods are dominant in discretization. In this paper, the Galerkin approach is adopted. Consider the virtual displacement principle is the variation of real displacement. From formula (38), the weak form can be written aswhere vanishes and on .

In 2D problems, formula (30) can be used for the approximation of the two displacement field functions: and . For simplification, the approximation formula can be written aswhere and are unknown variables. Then we can obtain the discrete equations by introducing the approximation formula (40) into formula (39). Eventually, a group of linear algebraic equations can be obtained:where is the 2D elasticity matrix:Plane stress is as follows:Plane strain is as follows:Here, and are stiffness matrix and load vector, respectively. In addition, the derivative in formula (47) should be evaluated using formula (36). All relevant computation should be performed on parametric space.

4. Numerical Examples

In this part, numerical examples for some 2D plain elasticity problems are presented using the analysis method introduced above. The results are compared with those calculated by finite element method or analytical results to show the validity of the proposed method. For simplification, the units are omitted in this paper. In addition, the DB6 wavelet is used in all examples because it performs better in accuracy and efficiency than other DB wavelets.

4.1. Solid Circular Cylinder Subjected to Internal Pressure Loading

Solid circular cylinder subjected to constant internal pressure loading is considered in this example. Plane strain conditions are assumed to hold in the axial direction. The problem specification is shown in Figure 3. The exact solution for the case with constant pressure is as follows:

The three meshes used in the analysis are shown in Figure 4. They are constructed by the cubic B-spline functions. The displacement and stress results are presented in Table 1. The pressure is set to and material constants are given by and . It can be found that the numerical results are close to the analytical results even with the first (coarsest) mesh. It is also obvious that the computational accuracy is improved with finer meshes.

4.2. Infinite Plate with a Circle Hole

An infinite plate with a central circular hole as shown in Figure 5 is considered. The plate is subjected to uniform unit traction along the -axis at infinity. Symmetry of the problem is exploited to model only a quadrant of the analysis domain. The radius of the hole is set to be 0.25 and the length and width of the plate are set to be 1. The exact solutions for this problem areThe exact solutions are used to compute the tractions on the traction boundaries (right and top boundaries) and symmetry boundary conditions are applied on the bottom and left edges while the inner edges are traction-free. The three meshes used in this analysis are shown in Figure 6. They are also constructed by the cubic B-spline functions.

Figure 7 shows the stress value along the left edge obtained using different meshes. It can be found that the numerical results agree well with the analytical results even using the coarsest mesh. Table 2 shows the comparison of convergent results of stress computed by present method and analytical results at different points in the stress concentration zone. The error at every point is very small. Table 3 displays the comparison of the stress concentration factor computed using different meshes.

The plot for strain energy error is shown in Figure 8. The -axis represents the number of degrees of freedom. The convergence of this method is evident. The above numerical results demonstrate that the present method is stable and effective for problems with general domains.

4.3. Plate with a Square Hole

Figure 9 depicts quarter of a panel with a square hole of at its center. The uniform tension in the horizontal direction is applied on the left and right edges of the panel.

Three meshes used in this analysis are shown in Figure 10. The stress results along are shown in Figure 11. Table 4 displays the stress values at singular point, where the results of FEM are computed using more than 22000 elements of plain eight nodes. It can be found that the present method can catch the singular character with relatively less elements. The plot for strain energy error is shown in Figure 12. The -axis represents the number of degrees of freedom. The strain energy obtained by FEM is used for computing error. It can be observed that the present method exhibits good convergence rates and for a given number of degrees of freedom, the errors are much smaller compared with the traditional wavelet-Galerkin methods. These numerical results demonstrate that the present method can also effectively deal with problems with singularity.

4.4. Semi-Infinite Plate under a Normal Concentration Force

A semi-infinite plate under a normal concentration force at its boundary is considered. The computation model of this problem is shown in Figure 13. The radius of the semicircle in the model is . The exact solutions for this problem areThe exact solutions are used to compute the tractions on the traction boundaries (semicircle boundaries) while the other edges are traction-free.

Two meshes used in this analysis are shown in Figure 14. The stress results along are shown in Figure 15. It can be found that the accuracy of stress results with two kinds of meshes is good. Furthermore, the stress results obtained using mesh 2 are close to analytical results even near the singular point. The results in this example further prove that the present method can effectively analyze the problems with singularity.

5. Conclusion

In this paper, the DB wavelet scaling functions in which comprise edge scaling functions are chosen as basis functions for approximation. The B-spline patches are constructed to describe the problem domain. Through the isoparametric analysis approach, the function approximation and relevant computation based on DB wavelet basis functions are implemented on B-spline patches. Compared with the traditional wavelet numerical methods which rely on uniform grids, this present method is flexible and easy to work with for numerical analysis. Numerical examples of 2D elasticity problems illustrate that this kind of analysis method is effective and stable. Furthermore, this method gives a thought to perform the traditional wavelet-based numerical analysis on nonuniform grids.

Competing Interests

The authors declare that they have no competing interests.

Acknowledgments

This paper was supported by the National Natural Science Foundation of China (11272358).