1 Introduction

In recent years, ultrasonic vibration-assisted processing has shown significant potential over conventional processing in the machining process of difficult-to-cut materials (e.g., superalloys [1], ceramic materials [2], composites [3], and hardened materials [4]). In particular, ultrasonic vibration-assisted processing has exhibited deformation force decrease [5, 6], processing temperature increase [7, 8], and surface quality increase [9, 10]. Zhao et al. [11] reported that ultrasonic vibration-assisted processing has been widely used in grind processing due to its ability to improve the material removal rate greatly. However, Cao et al. [12] reported that the excellent performance of ultrasonic vibration-assisted grinding (UVAG) demonstrated opposite results under different machining parameters owing to the complexity of processes. Meanwhile, different parameter optimization methods have proved to be a great improvement in the optimization of conventional grinding parameters [13, 14]. The optimizing parameters of the UVAG process, based on ground surface quality, machining efficiency, or production cost, exhibit a broad potential for application.

Process parameter optimization and decision-making, as effective methods for process control, have garnered significant attention both domestically and internationally due to their utilization of experimental and analytical techniques. Ren et al. [15] used the response surface methodology as an optimization method for high-speed grinding parameters to reach a higher anti-fatigue performance of 20CrMnTi steel workpieces. Wang et al. [16] optimized grinding parameters and cooling conditions on the basis of Taguchi tests and achieved the highest comprehensive benefits of technology. Additionally, a set of economic and environmental benefit models were established, encompassing costs, production rates, and carbon dioxide emissions. Typically, grinding parameters are selected based on the grinding mechanism to meet production requirements while controlling expenses. However, when faced with conflicting production demands, experimental methods tend to converge towards local optima. The analytical method is increasingly favored over the experimental method due to its powerful global solving capabilities.

The multi-objective optimization algorithm effectively predicts and solves the optimal parameter settings by establishing an optimal model of the parameters between the analytical objectives and the constraints [17, 18]. Khan et al. [19] carried out a multi-objective optimization based on the grey-Taguchi method for the mathematical model of grinding temperature, normal grinding force, and ground surface quality in machining AISI D2 steels under different cooling modes. They also proposed the optimal parameter settings to optimize the system performance. Zhang et al. [20] conducted experimental trials in grinding 20CrMnTi hardened steels and detected ground surface quality under different grinding parameters. They found that the improved Pareto optimization algorithm could accurately predict the surface quality and effectively solve the optimization problem between the ground surface quality and grinding efficiency. Zhou et al. [21] established two neural network models to precast and then optimize force in the creep feed grinding of a titanium matrix composite. The backpropagation (BP) neural network model optimized using the genetic algorithm model was superior to the traditional regression and BP models in view of the prediction accuracy. However, the influence of the machining parameters on the processing results is more complex due to the influence of ultrasonic vibrations in ultrasonic grinding [3, 13]. Therefore, the optimization of ultrasonic grinding by multi-objective optimization algorithm (i.e., multiobjective particle swarm optimization, MOPSO) can effectively solve the problem that the optimal parameters for machining in ultrasonic processing depend on a large number of experiments.

In this study, comparison grinding experiments were initially conducted to obtain optimized model coefficients through regression analysis. Subsequently, a MOPSO model was established on the Pareto optimal frontier and developed to optimize process parameters with grinding forces and ground surface roughness as optimization objectives. Finally, the optimized machining parameters were utilized to achieve high-quality surface profile grinding.

2 Particle swarm optimization based on Pareto optimal solution (MOPSO)

Particle swarm algorithms originated from the study of bird flock predation behavior and aim to achieve optimal solutions through collaborative group sharing and information exchange [12]. To address multiobjective optimization problems, Coello et al. [22] proposed a widely used MOPSO based on particle optimal solution, which is characterized by its simplicity in calculation, convenience in parameter setting, and fast convergence speed.

The MOPSO algorithm continuously updates the Pareto solution set and iteratively compares it with the Pareto front under machining constraints to search for grinding parameters [23]. Firstly, based on the general empirical formula and experimental results in Sect. 2.1, an optimization model and normal force (Fn) constraints are established and surface roughness (Ra) can be established as follows [24]:

$$\begin{array}{l}\left\{\begin{array}{l}\mathrm{Normal}\;\mathrm{grinding}\;\mathrm{force}:F\left(x\right)=K_fx_1^{\lambda_1}x_2^{\lambda_2}x_3^{\lambda_3}\\\mathrm{Surface}\;\mathrm{roughness}:R\left(x\right)=R_fx_1^{\Upsilon_1}x_3^{\Upsilon_3}\end{array}\right.\\f\left(x\right)=\left\{F\left(x\right),R\left(x\right)\right\}\\\Rightarrow\mathrm{Minimum}\;\mathrm{model}:\min\left\{f\left(x\right)\right\}=\min\left\{F\left(x\right),R\left(x\right)\right\}\;\mathrm{for}\;\mathrm{all}\;x\in x^D\end{array}$$
(1)
$$\mathrm{s}.\mathrm{t}.\left\{\begin{array}{c}{x}_{p}={\left({x}_{1},{x}_{2},{x}_{3}\right)}^{T}\\ {v}_{s1}\le {x}_{1}\le {v}_{s2}\\ \begin{array}{c}{v}_{w1}\le {x}_{2}\le {v}_{w2}\\ {a}_{p1}\le {x}_{3}\le {a}_{p2}\\ \frac{{x}_{2}\bullet {x}_{3}}{60}\ge {Q}_{w}\end{array}\end{array}\right.$$
(2)

where x1, x2, and x3 are the grinding speed, feed speed, and depth of cut, respectively. Kf, λ1, λ2, λ3, Rf, γ1, γ2, and γ3 are the empirical formula coefficients obtained by regression analysis of the experimental result data. Min f(x) is the model for finding a Pareto set, and vs, vw ap, and Qw are the machining constraint intervals.

Second, according to the MOPSO algorithm, each particle contains the following information:

  1. (i)

    Current speed vp and position xp

  2. (ii)

    Current objective function values (fitness values) f(xp)

  3. (iii)

    Historic best location xp-best

  4. (iv)

    Historic best objective function fitness values f(xp-best)

The solution space search process involves calculating the current particle fitness and updating its position and velocity during each iteration based on inertia and historical optimal positions.

$$\left\{\begin{array}{c}{v}_{\mathrm{p}}^{\mathrm{k}+1}={\mathrm{w}v}_{\mathrm{p}}^{\mathrm{k}}+{\mathrm{c}}_{1}{\mathrm{r}}_{1}\left({\mathrm{x}}_{\mathrm{p}-\mathrm{best}}-{\mathrm{x}}^{\mathrm{k}}\right)+{\mathrm{c}}_{2}{\mathrm{r}}_{2}\left({\mathrm{x}}_{\mathrm{g}-\mathrm{best}}-{\mathrm{x}}^{\mathrm{k}}\right)\\ {\mathrm{x}}_{\mathrm{p}}^{\mathrm{k}+1}={\mathrm{x}}_{\mathrm{p}}^{\mathrm{k}}+{v}_{\mathrm{p}}^{\mathrm{k}+1}\end{array}\right.$$
(3)

where vpk+1 and xpk+1 are the velocity and position of the particle after the update, respectively; r1 and r2 are random numbers between 0 and 1; w is the inertia weight factor; c1 and c2 are constants; k is the number of current iterations; and xg-best is the global optimum position of the particle swarm. Figure 1 shows the flowchart of the MOPSO model.

Fig. 1
figure 1

Flowchart of the MOPSO model

3 Experimental environment

3.1 Surface grinding setup

In this study, a Blohm Profimat MT-408 surface grinder was employed for comparative experiments under UVAG and conventional grinding (CG) processes (Fig. 2). White corundum abrasive wheels (WA80F6V45m) with a dimension of 380 mm × 20 mm × 127 mm were used as material removal units because of their suitability for carbon steel and hardened steel processing [11]. For the ultrasonic system, an ultrasonic generator equipped with an output power (maximum 500 W) was utilized to produce electric energy, and the tiny vibration of the transducer was amplified through the horn. In this case, the tangential range vibration could be produced on the center zone of the porous platform, as shown in Fig. 1b [12]. The force measurement system consisted of a three-phase piezoelectric dynamometer (Kistler 9253B) and a multichannel charge amplifier (Kistler 5080A). The dimensions of the workpiece were 30 mm × 10 mm × 12 mm (L × W × H), and the hardness was in the range of HRC 60–62 within 2 mm depth. Tables 1 and 2 present the chemical element composition and mechanical capacity of the hardened GCr15 steel, respectively. Table 3 presents the experimental parameters employed in surface grinding, wherein a wheel dresser was utilized to dress the grinding wheel and maintain its potential for cutting the workpiece post-experiment. The trimming parameters included a grinding speed of vst = 20 m/s, a feed rate of vwt = 200 mm/min, and a cutting depth of apt = 200 μm. Compressed air was injected into a sealed shell to maintain the stable temperature inside the UVAG system.

Fig. 2
figure 2

Schematic of the surface grinding experiment

Table 1 Chemical element composition of GCr15 (%)
Table 2 Mechanical capacity of GCr15
Table 3 Grinding parameters

3.2 Profile grinding experiments on curved parts

The profile grinding setup and workpiece are depicted in Fig. 3. Initially, the GCr15 workpiece’s surface profile was machined with a 0.2 mm allowance through wire-electrode cutting processes, followed by heat treatment (carburization at 920 ℃ and oil cold quenching at 850 ℃). Finally, the hardened GCr15 steel profile was machined under the same surface grinder as described in Sect. 2.1. Meanwhile, the white corundum abrasive wheel was dressed using a diamond disc wheel at a fixed dressing speed of 20 m/s and feed speed of 1.3 mm/min. The shape of the abrasive wheels was tailored to match the target profile of the workpiece, as illustrated in Fig. 3b. The same UVAG devices described in Sect. 2.1 were utilized, with the curved workpiece securely fastened onto the porous plate center of the UVAG system. To enhance the validity of machining parameter optimization, both surface grinding and profile grinding were employed for verification [25]. Subsequently, experiments were conducted using the optimized parameters in Sect. 3.3 as presented in Table 4. Prior to each grinding experiment, the profile wheel was dressed with a diamond dish wheel.

Fig. 3
figure 3

Diagram of the profile grinding setup and workpiece

Table 4 Parameters for surface grinding processes

3.3 Characterization methods

Prior to grinding experiments, the vibration amplitude and frequency of the workpiece were calibrated using a laser Doppler vibrometer (LV-S01, SOPTOP). Three points on the end face were randomly selected to measure, and the sampling frequency was fixed at 480 kHz. Hence, a stable ultrasonic amplitude (A) of 6 μm was generated in the workpiece when the ultrasonic power supply was 35% and the frequency was fixed at 19.60 kHz.

The grinding force measurement system comprised a Kistler 9253B three-phase piezoelectric dynamometer and a Kistler 5080A multichannel charge amplifier, which collected and amplified electrical signals. The average value of the grinding force was calculated as the single value of the forces exerted during the time period between wheel contact with and separation from the workpiece. Following each grinding process, the surface roughness profile Ra of the machined workpiece was measured using a handheld MAHR M2 roughness meter. Based on GB/1031 standards and practical experience, the ground surface roughness during grinding ranged from 0.1 to 2 μm with a sampling length of 0.8 mm. Three points were selected along the grinding direction at the beginning, middle, and end of grinding for measurement in a direction perpendicular to that of grinding.

The workpiece surface topography was examined post-forming grinding. Initially, the machined workpiece was cleaned with 75% alcohol using an ultrasonic cleaning machine. Subsequently, the curved end face and surface were scrutinized utilizing a three-dimensional video microscope (HK-7700) and scanning electron microscope (SEM, Quanta 200). To investigate chips, coolant was collected during CG and UVAG experiments. Afterward, the collected coolant was dried using a dryer and cleaned with 75% alcohol, and SEM was used to observe the chips that adhered to the conductive tape.

4 Results and discussion

4.1 Grinding forces and force ratio

Figure 4 illustrates the impact of processing parameters on normal force (Fn) and tangential force (Ft) during grinding of a hardened steel surface. The results indicate that UVAG exhibits lower normal and tangential forces compared to CG across all experimental grinding conditions. Seen from Fig. 4a, the normal and tangential forces are reduced from 193.56 to 130.65 N and from 97.22 to 67.97 N in CG, respectively, and from 177.80 to 112.38 N and from 85.88 to 58.70 N in UVAG, respectively, as the wheel speed (vs) rises from 15 to 30 m/s at a feed speed vw of 8 m/min and a cut depth ap of 15 μm. Ultrasonic vibration reduces the tangential grinding forces by up to 13.64% and the normal grinding forces by up to 14.08% in UVAG compared with those in CG. However, the difference in forces between CG and UVAG changes minimally with increasing wheel speed, suggesting that grinding speed is not sensitive to the effect of ultrasonic vibration on grinding forces, as reported by Wang et al. [10] and Cao et al. [12]. As the workpiece speed of vw increases from 4 to 10 m/min, Fn of CG increases from 88.67 to 154.69 N, and Ft of CG increases from 49.63 to 77.96 N, as shown in Fig. 4b. The tendency of Fn and Ft in UVAG is similar to that in the CG process, but Fn and Ft are always lower by 16.76 and 10.18 N, respectively in contrast to those in CG.

Fig. 4
figure 4

Grinding forces and force ratio with different grinding parameters

The effect of ultrasonic vibration in reducing grinding forces decreases with increasing workpiece speed, indicating that the reduced workpiece feed more satisfies UVAG, as stated by Huang et al. [2] and Zhao et al. [11]. The reason is that the ultrasonic vibration increases the relative feed speed more obviously at a small feed speed [26]. As illustrated in Fig. 4c, Fn and Ft of CG and UVAG rise with the increase in cut depth ap, i.e., from 100.04 to 214.05 N and from 53.74 to 107.57 N in CG, respectively, and from 86.92 to 198.76 N and from 43.49 to 96.14 N in UVAG, respectively. As the material removal rate increases, the grinding force also increases significantly; therefore, more energy is required to remove the material. UVAG demonstrates lower values of Fn and Ft by 14.08% and 19.07% than those of CG, respectively. This phenomenon implies that the employment of ultrasonic vibration contributes to the reduction in grinding forces owing to the ultrasonic softening and lubrication effects [27]. Meanwhile, the impact of ultrasonic vibration increases the microbreakage of the wheel grain and maintains the sharpness of the grain cutting edge during the grinding process [28]. Figure 4d presents the grinding force ratio with the different material removal rates (Q'w) applied in CG and UVAG.

$$Q'_W=a_vv_w$$
(4)

As Q'w rises from 1 to 2.5 mm3/(mm·s), the force ratio varies in the range of 1.79–2.02 during CG, while the UVAG force ratio on a scale of 1.82–1.89 is more stable. UVAG can effectively reduce wheel wear and maintain sharpness consistently, providing important evidence of reduced grinding forces. The microshattering of abrasive grains under ultrasonic impact creates new cutting edges, ensuring the constant sharpness of the grinding wheel.

Specific grinding energy es plays a vital role in estimating the power for removing materials, which is calculated from grinding forces and machining parameters [29]. The es of hardened surfaces under CG and UVAG can be expressed by material removal rate (\(Q'_W\)), as shown below [30]:

$$CG:e_s=173.74{Q'_W}^{-0.314}$$
(5)
$$UVAG:e_s=122.40{Q'_W}^{-0.170}$$
(6)

Seen from Fig. 5, the specific grinding energy decreases as Q'w increases under different grinding conditions. Under the grinding condition of Q'w = 1 mm3/(mm·s), the specific grinding energy in CG and UVAG is 124.08 J/mm3 and 100.14 J/mm3, respectively. The proportion of cutting processes rapidly increases with ultrasonic vibration; thus, the energy consumption caused by sliding and ploughing processes decreases. In this case, the specific grinding energy in UVAG can be reduced compared with that in CG under the same condition. This is because ultrasonic vibration leads to thicker and shorter chips at a low material removal rate [31]. When the material removal rate Q'w increases from 1 to 2.5 mm3/(mm·s), es values in CG and UVAG processing are reduced by 26.77% and 10.24%, respectively, indicating that the energy consumption per unit decreases as the material removal rate increases owing to the size effect [32].

Fig. 5
figure 5

Effects of the material removal rate on specific grinding energy

4.2 Ground surface roughness

Surface roughness is an important component of surface quality and plays a key role in machining accuracy and fatigue life [33]. Figure 6 shows the influence of machining parameters on the surface roughness profile Ra during CG/UVAG processes. With all processing parameters, Ra of UVAG is always less than that of CG. In Fig. 6a, when the wheel speed (vs) rises from 15 to 30 m/s with constant values vw = 7.5 m/min and ap = 15 μm, the surface roughness Ra decreases in the range of 0.392–0.357 μm under CG and in the range of 0.376–0.357 μm under UVAG. That is, the ultrasonic vibration reduces the surface roughness by up to 9.47% compared with CG (Fig. 6a). As the vw value rises from 4 m/min to 10 m/min, with vs = 25 m/s and ap = 15 μm, the Ra value of CG rises from 0.317 to 0.389, by 22.71%, and that of UVAG increases from 0.298 to 0.356, by 19.46%, as depicted in Fig. 6b. When ap rises from 10 to 25 μm, Ra of CG increases by 17.56% from 0.354 to 0.415, and that of UVAG increases by 10.72% from 0.345 to 0.382 (Fig. 6c). UVAG shows the most significant improvement in surface integrity at 25 μm cutting depth because the ultrasonic vibration allows the grinding wheel to undergo microbreakage while retaining the sharpness as the cutting depth increases. As the material removal rate increases from 1 to 3.33 mm3/(mm·s), the CG surface roughness increases from 0.317 to 0.415 μm (i.e., an increase of 30.9%), while the UVAG surface roughness is always lower than the CG value (i.e., up to 9.47%). Surface roughness is related to the height of the material remaining on the machined surface [31]. The repeated ironing effect of the grinding wheel on the processed surface by ultrasonic vibration reduces the residual height on the surface [31], resulting in better Ra of UVAG.

Fig. 6
figure 6

Effects of grinding parameters on ground surface roughness

4.3 Parameter optimization

From the normal grinding force data obtained from 10 sets of grinding tests, 9 sets were selected as sample data. After conducting statistical regression analysis, empirical equations for CG and UVAG were derived as follows:

$$\mathrm{CG}: {F}_{n}={{26.482v}_{s}}^{{-0.560}_{{v}_{w}}}{}^{{0.560}_{{v}_{w}}}{}^{0.840}$$
(7)
$$UVAG: {F}_{n}={{26.616v}_{s}}^{{-0.681}_{{v}_{w}}}{}^{{0.712}_{{v}_{w}}}{}^{0.895}$$
(8)

Similarly, with surface roughness as the target, the empirical equations for CG and UVAG are obtained as follows:

$$\mathrm{CG}: {R}_{a}={{0.222v}_{s}}^{{-0.106}_{{v}_{w}}}{}^{{0.190}_{{v}_{w}}}{}^{0.176}$$
(9)
$$UVAG: {R}_{a}={{0.196v}_{s}}^{{-0.047}_{{v}_{w}}}{}^{{0.214}_{{v}_{w}}}{}^{0.177}$$
(10)

Table 5 shows the adjusted determination coefficient (Adj. R2) and significance F of the above regression equations. The Adj. R2 of different regression equations are all greater than 0.8, which is very close to 1. Therefore, each characteristic parameter is meaningful. The significance F indicates that the lowest confidence of Ra regression equation of CG is 97.92%, and the grinding force is 99.99%. Thus, these regression equations can be used for later analysis.

Table 5 Adjusted determination coefficient (Adj. R2) and significance F of regression analysis

As presented in Table 6, the last three sets of experimental parameters were incorporated into the empirical model, yielding calculated values that deviated by no more than 5% from their corresponding experimental counterparts. This outcome attests to the reliability of our established model for normal grinding forces and ground surface roughness profiles. Notably, we observed a smaller error in CG compared to UVAG, which may be attributed to random abrasive grain fragmentation induced by ultrasonic vibration.

Table 6 Comparative results between the calculated and experimental values of the formula

The empirical equations, namely Eqs. 69, are incorporated into Eq. 1 while the boundary conditions are integrated into Eq. 2. The programming process is executed using data processing software, setting the inertia weight factor w = 0.5, the constant values c1 = 2 and c2 = 2, and the maximum number of iterations k ≤ 300. The optimization results are listed in Fig. 7. The particles are observed to continuously move towards the lower left corner of Fig. 7, indicating a direction of lower surface roughness and grinding forces. The Pareto solution comprises 15 sets of noninferior solutions, with the Pareto optimal frontier being depicted in the right panel. The optimized wheel speed is determined as the maximum boundary value, signifying that an increase in grinding speed yields superior results in reducing grinding forces and enhancing surface quality. Meanwhile, increasing the cutting depth while decreasing the workpiece speed can effectively reduce surface roughness. Therefore, the MOPSO algorithmic model is consistent with grinding mechanisms and useful for optimizing machining processes.

Fig. 7
figure 7

Diagram of MOPSO particle change and table of Pareto solution

4.4 Ground surface and chip morphologies

The surface morphology of the workpiece end face (cutout surface) after profile grinding with constant processing values of vs = 30 m/s, vw = 6 m/min, and ap = 25 μm is presented in Fig. 8. Various defects such as material adhesion and micro-fracture are observed on the end face for CG, whereas no defects are evident for UVAG. Clear edges and no extruded burrs in the root area of the curved part in profile grinding of CG and UVAG are observed in Fig. 8a. The end face in the area of crest I under profile grinding of CG exhibits material adherence due to the thinner chips at the crest during profile grinding [35], which hinders heat dissipation during machining. The accumulation of heat generated during grinding leads to the cold welding of residual material from thinner edge chips on the end face. Micro-fractures are observed in the crest II area of the tooth during profile grinding with CG, indicating a decrease in accuracy of the grinding wheel shape at crest II due to abrasive particles resulting from higher grinding temperatures in this region. On the contrary, as depicted in Fig. 8b, neither of these defects manifest at crest I and crest II during UVAG profile grinding, resulting in exceptional performance with respect to dimensional accuracy and surface profile of formed parts. The vibration cuts the workpiece surface, leading to shorter chips and more chip breakage than that observed in CG; thusly, no chip adhesion occurs, as evidenced by Fig. 9. The average chip length (LCGmax) is 493 µm and the average width (WCgmax) is 25 µm under CG, while the average chip length (LUVAGmax) is 164 µm and the average width (WUVAGmax) is 11 µm under UVAG. Meanwhile, the profile grinding process of UVAG is subjected to alternating grinding forces, which can cause micro-breakage in the abrasive grains. However, according to Cao et al., this does not compromise their ability to maintain sharpness and excellent form accuracy on formed surfaces [36].

Fig. 8
figure 8

Surface morphology of workpiece end face with profile grinding of (a) CG and (b) UVAG

Fig. 9
figure 9

Diagram depicting the coordinate of grinding wheel, wear of grinding wheel, and distribution of chips during profile grinding of CG and UVAG

Figure 10 illustrates the surface morphologies of the root and tip of the workpiece post-machining with optimized parameters. The grinding texture on the root surface is more distinct than that on the tip surface under both grinding processes, as shown in Fig. 10a and c compared to Fig. 10b and d. The mechanical interaction between the abrasive grit and the workpiece surface is more pronounced in the convex arc of the grinding wheel due to a greater amount of material removal required compared to that in the concave arc [37]. Deep abrasion marks tend to form on the lower area of the workpiece, resulting in surface damage from material breakage even occurring on the CG root surface. In the tip region of the workpiece, material coating of the machined surface occurs due to heat accumulation during grinding and increased material plasticity in profile grinding of CG and UVAG. The occurrence of pits is reduced under UVAG due to the ultrasonic vibration's ability to further decrease the workpiece material’s hardness. These findings demonstrate the effectiveness of optimized parameters in producing shaped workpieces without fractured tooth edges or surface defects.

Fig. 10
figure 10

Surface morphology of workpiece grinding face

5 Conclusions

Comparative experiments between CG and UVAG were conducted on hardened surfaces using white corundum wheels to investigate the effects of processing parameters on grinding forces and surface roughness. A multi-objective optimization model for grinding force and surface roughness profile was established using the MOPSO algorithm. The optimized parameters were used to conduct profile grinding experiments on curved parts under both CG and UVAG processes. The main conclusions are as follows:

1. The utilization of ultrasonic vibration resulted in an average reduction of 20.51% and 18.91% in tangential and normal grinding forces, respectively. Additionally, there was an average improvement of 9.47% in surface roughness quantities, while wheel wear was effectively reduced.

2. Empirical formulas established for grinding force and surface roughness demonstrated a 5% error margin in comparison to the measured values. The utilization of the MOPSO algorithm resulted in obtaining a Pareto solution set comprising of 15 noninferior solutions, indicating that optimal surface roughness can be achieved through larger wheel speed and depth of cut, coupled with smaller workpiece speed.

3. The optimized grinding parameters resulted in excellent shape accuracy and high surface quality of the formed workpiece, as the abrasive grains were maintained sharp and chips became shorter and narrower.