Abstract

The mathematical model was developed for predicting the influence of the drill point angles on the cutting forces in drilling with the twist drills, which was used to optimize those angles for reducing drilling forces. The approach was based on multigene genetic programming, for the training data, the grinding tests of twist drill were firstly conducted for the different drill point angles in Biglide parallel machine, and then drilling tests were performed on carbon fiber reinforced plastics using the grinded drills. The effectiveness of the proposed approach was verified through comparing with published data. It was found that the proposed model agreed well with the experimental data and was useful for improving the performance of twist drill.

1. Introduction

The drilling process is one of the most important and basic metal cutting operations because of its large portion of overall machining operations. Moreover, the drilling problems can result in costly production waste because many drilling operations are usually in the final steps for fabricating a part. In drilling process, the drilling forces are one of the primary responses; therefore, predicting the influences of the drill point geometry on the cutting forces will provide many platforms needed for the evaluation and comparison of new drill designs. The geometry and cutting mechanics of twist drill have been well studied over many years; many models have been developed by many researchers for predicting torque and thrust force in drilling [14].

Early drilling models were developed based on the analytical mathematical approach using the mechanics of cutting analysis and the shear plane approach, where the drilling mechanism was analytically described by complicated equations in 3D space; 2D projected geometry was used instead in many cases, in order to reduce the amount of calculation [5, 6]. In these studies, the modeling of drilling process was conducted using a series of oblique cutting slices; after that, it was expanded to the more detailed modeling of material removal in both the cutting lip and chisel edge regions for predicting the drill temperatures and simulating arbitrary drill geometries [7, 8]. More recent developments in drilling models have utilized either a mechanistic or a finite element method. The finite element method was used for determining drilling torque and thrust force and for predicting drill heat flux, temperatures, and the thermal distortion of drill holes based on the Lagrangian and Eulerian methods [3, 911]. Chandrasekharan et al. [7, 12] and Hamade et al. [13] developed mechanistic drilling models, where an extensive amount of experiments took place and the results were stored in databases so that different parameters could be used for experimentally derived equations. Mechanistic approach typically involves determining the forces acting along the tool rake face from which the resultant force projected along any desired orientation may be calculated [1416].

As stated above, although a number of approaches for predicting the drilling forces were developed using the different cutting conditions, there is little research to evaluate the influences of the drill point geometry on the cutting forces.

The drilling forces were found to be mainly dependent on not only the cutting conditions but also the drill point geometry [12, 17]. Moreover, as the point geometry of the twist drill is completely featured with the drill point angles such as the semipoint angle, the chisel edge angle, and the relief angle, the drilling forces depend naturally on the drill point angles. Therefore, it is very significant to formulate the mathematical model of drilling forces in terms of drill point angles for designing a high performance twist drill.

For formulating this model, various advanced mathematical modeling methods could be applied such as support vector regression (SVR), artificial neural network (ANN), and multigene genetic programming (MGGP), which are comprehensively used in engineering problems because of their powerful prediction ability [18, 19]. Amongst these methods, MGGP possesses the ability to evolve the model structure and its coefficients, which shows the advantages in predicting accuracy and reliability compared to the others in many applications [20, 21].

In this paper, the experimental model is presented to predict the influence of twist drill point angles on the cutting forces to be presented based on MGGP method. In order to acquire the training data, the grinding tests and measurements of the drill point angles are conducted on Biglide parallel machine [22] and the drilling tests are performed using carbon fiber reinforced plastics (CFRP) work piece, which is widely used in aerospace industry due to its ability to resist corrosion and withstand high loads while reducing the weight of the structural parts [2325]. The twist drills with different drill point angles are used in this experiment. The model is verified by comparing predicted drilling force and torque with published data and measured.

2. Preparing of Training Data

In order to prepare the training input data, firstly, the experiments were conducted to grind twenty twist drills with different drill point angles with Biglide parallel machine; the structure is as shown Figure 1 [26].

Biglide parallel machine has three translations, which is comprised of parallelogram links to connect the moving platform with the slide units by revolute joint. The work table moves up and down by the unit of worm and worm wheel. The linear movement of each slider is provided with the lead ball screw system and actuated by a stepping motor. The moving platform moves along the lengthwise direction by another ball screw and the sliding carriage under the condition of driving motor, which is a decoupled motion. The different drill point angles are obtained by controlling the velocity of the slide, the angular velocity of the drill, the angle between the axis of drill and the axis of grinding wheel, and the distance between two slides. After the twist drills are grinded out with the designated different angles, the main drill point angles are measured for each twist drill as proposed by Kim and Zou [22]; the measurement values of the drill point angles are shown in Table 1.

In Table 1, means the drill radius , the relief angle , the chisel edge angle , and the semipoint angle ; the values of the semipoint angle are constant , because the angle between the drill axis and the grinding wheel axis is fixed as a constant angle in Biglide parallel machine during grinding of drill point.

The drilling experiments are carried out by Z3040 radical drilling machine in which the thrust forces and the torque during the drilling operations are measured by a Kistler model 9257B quartz 3-component dynamometer. In this series of tests, the spindle speed is fixed at 400 rpm with the feed rate of 0.1 mm/rev; the material of the work piece is CFRP. All drilling tests are conducted under dry conditions, that is, without any coolant. The thrust force and torque are given by DynoWare software. For example, those in drilling test using the twist drill corresponding to number 7 in Table 1 are shown in Figures 2 and 3.

The mean values of the thrust force and torque calculated by DynoWare software are and , respectively.

For convenience [27], a resultant quantity is introduced instead of the thrust force and torque; . The relevant values in drilling tests using twist drills in Table 1 are as shown in Table 2; like this, the training data are ready for MGGP model.

3. MGGP-Based Modeling

As shown in Table 2, the relationship of the drill point angles of the twist drill and drilling forces is very irregular and complex to make the analytical model; it is needed to use the powerful predicting methods for empirical modeling. The genetic programming (GP) method has been widely used to predict the behavior [2830], of which structure is shown in Figure 4.

The performance of a GP model is evaluated on the fitness function, that is, root mean square error (RMSE):where is the value of th sample data predicted by the GP model, is the actual value, and is the number of sample data. The subtree of the crossover operation is shown in Figure 5, where two branches are selected randomly to be swapped.

Figure 6 shows the subtree of the mutation operation, where the node (terminal or functional) is selected randomly to be replaced by branch of the new generated random tree.

MGGP combines the ability of selecting the model structure in GP with the parameter estimation power of the classical regression by using “multigene.” The MGGP model is as shown in Figure 7, where is the bias of the offset term and and are the weights for and , respectively.

The MGGP algorithm is outlined as follows:(a)Set the initial parameters such as the function and terminal set, the number of generations, the population size, and the maximum depth of gene.(b)Generate the initial population of genes randomly.(c)Construct the models by combining set of genes using least squares method.(d)Evaluate the performance of models based on the fitness function.(e)Conduct the genetic operations and construct the new population.(f)Cross-check the models performance with the termination criterion; if not satisfied then go to step (e); else select the model as the best one.

In this paper, our goal is to get a relationship model from the experimental data in Table 2 by using MGGP; the relief angle and chisel edge angle are set as input variables and is set as output. The fitness function is defined as RMSE in (1); MGGP-based model is selected based on minimum fitness function and its implementation and performance are discussed in the next section.

4. Application of the Proposed Modeling Method

4.1. Comparing Proposed Modeling Method with Published Data

For evaluating the performance of MGGP-based method, the MGGP model is firstly obtained using the experimental data proposed by Chandrasekharan et al. [12] in Table 3.

The parameter setting is very important for the generalization ability of the MGGP model; the parameters selected by trial-and-error approach are shown in Table 4.

As Table 4 shows, the elements in the functional set evolve a variety of nonlinear mathematical models and those in the terminal set consist of the 6 input variables (i.e., feed, speed, diameter, point angle, web thickness, and pilot hole diameter) and random constants are in the range so as to take into account the experimental errors (±10%) in the data collection.

The best fitness function is given at generation 145 and the predicted function based on MGGP for the thrust force is as follows:The thrust force calculated on each data point by (2) is shown in Figure 8; the approximation proportion of the predicted values to the experimental ones is 0.985906.

Figure 9 shows the results of the thrust force predicted by Chandrasekharan and MGGP model, respectively; it is clearly seen that the latter is closer to the ideal line than the former.

For comparing the performance of the proposed method with Chandrasekharan data, the three following error statistics are introduced: where and are actual and predicted values of the thrust force, respectively, and and are the average values of them, respectively. can express the estimation accuracy generally, and is the fundamental scale for comparing the accuracies of different interpolation methods. Square of correlation coefficient is used to evaluate the performance of the predicting method. The values of them are shown in Table 5; the results show significantly that MGGP method has better performance.

4.2. Modeling of Drilling Forces Based on Drill Point Angles

For the improved new type of twist drill, the minimization of the thrust forces and torque leads to an improvement in performance by reducing drill deflection due to thrust loading, by lowering the power required for the drilling operation, and by improving drill life. In order to make the model of drill point angles for minimizing drilling forces, in this paper, MGGP method is adopted using the measurement data of Table 1 as training data. As shown in Table 6, MGGP parameters are selected by trial-and-error approach in previous section; the difference is to select two input variables (i.e., relief angle and chisel edge angle) for terminal set.

Figure 10 shows the convergence course of the fitness function; the best fitness function is given at 146th generation.

The predicting model is given asEquation (6) shows the formulated model to predict as function of drill point relief angle and chisel edge angle based on MGGP. The predicted and actual values of on data point are shown in Figure 11; it is clearly seen that the predicted values agree very well with the actual measurement ones.

For evaluating the generalization performance of the proposed model, 4 sets of data are ready for checking as shown in Table 7, which have never been used for training data and are almost out of collection range for training data.

Compared to the actual values of for checking data in Table 7, the corresponding values predicted using (6) are shown in Figure 12. In this case, the value of estimation accuracy is 32.3940 (the original 6.5653), which is calculated for using (4).

Consequently, the estimation accuracy in checking data is less than in the original, but it is well known that the proposed model could be very useful in large range.

In the optimization of the drill point relief angle and chisel edge angle for reducing drilling forces, the objective is limited to minimizing the thrust forces and torque. The objective function is chosen as [27] for minimizing the thrust forces and torque; therefore, the optimization above can be just defined as a problem to find the optimal relief angle and chisel edge angle for minimizing of .

Mathematically, this optimization problem is formulated asThis optimization problem is easily solved using (6); the best solution is found as

5. Conclusions

MGGP-based modeling method was proposed for predicting the drilling forces. The effectiveness of the proposed method was verified by comparing its performance with the published data [12]. The grinding tests were conducted using Biglide parallel machine and the drill point angles were measured to prepare the input values. The thrust forces and torques were measured during drilling on work piece of CFRP material to prepare the output values. Using these input and output values as the training data, the model for predicting thrust forces and torque was proposed based on MGGP to obtain the optimal drill point angles for minimizing the thrust forces and torque. This work can be further extended to analysis and design of the reasonable geometry of twist drill under the different cutting conditions.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.