1. Introduction Torsion springs transfer power through the twisting of their coil, and provide advantages such as module simplification, efficient use of space, and reduction of overall product weight. As such, they have been widely used in various electronic products and industrial fields, including automobiles and machinery.
Research on these springs began in 1963 with Wahl’s study on isotropic spiral compression and tension, and torsion springs [1,2]. Thus far, the spring design formula proposed by Wahl is used as a standard and has been extensively employed in industrial-machinery applications. This applied design formula can easily calculate the rotation angle of the spring for the applied load. However, as this formula simplifies the problem, it is difficult to determine the behavior or deformation of a torsion spring according to the change in load conditions with different angles and directions.
Case studies considering the structural analysis of such springs using finite-element analysis (FEA) have been proposed to solve this design problem [3,4,5,6]. This method allows the designer to visually confirm and design these springs considering the stress and displacement that locally occur in the spring.
As FEA expresses curves as a sum of subdivided linear elements, many elements are needed to increase the reliability of curve-structure analysis. As springs are curved structures, the number of elements used in these analyses must inevitably be increased to ensure accuracy, thereby lengthening analysis time. Due to this increase in spring-design time, as well as the aforementioned design problem, and considering the effective product applications of these springs, a more effective torsion-spring design method is required.
This study proposes the evaluation method of deformation behavior of torsion spring via FEA using nonuniform-rational-basis-spline (NURBS) curves [7,8]. The NURBS curve is a model that can accurately express a curved structure with a small amount of information and a simple calculation formula. These curves were applied to FEA, and through experimentation, the angle and displacement values for the actual spring load were converted into useable data. The torsion-spring displacement values measured through experiments were converted into coordinates that could be expressed using NURBS curves. Experiments were then conducted for comparison with the FEA results and to verify the validity of this method.
2. Torsion-Spring Design 2.1. NURBS Curve
A range of research has been conducted on curve expression according to polynomial theory. Among the numerous curve-expression methods, NURBS is the most accurate technique used to express complex organic shapes in two and three dimensions [9,10]. Due to its simple calculation method, NURBS is employed in a variety of industrial fields that require curved shapes. A NURBS curve can be expressed through a combination of parameters, including knot, control point, degree, and weight, in basis functions with a relatively simple calculation algorithm. In NURBS curves, the initial basis function can be expressed as in Equation (1).
N(u)=∑i=0n Ni,p(u),
whereNi,p(u)is the B-spline basis function. The equation applied to the algorithm differs with the number and value of the knot vectors; Equation (1) may also be expressed as either Equation (2) or Equation (3). To define B-spline basis functions, we need one more parameter: the degree of these basis functions,p. The i-th B-spline basis function of degreep, written asNi,p(u), is defined recursively as follows:
Ni,0(u)={1 if ui≤u≤ui+10, Otherwise
Ni,p(u)=u−uiui+p−uiNi,p−1(u)+ui+p+1−uui+p+1−ui+1Ni+1,p−1(u),
whereiis the degree plus 1 (i=p+1),uiis the knot, anduis the knot vector. The following basis function expresses the curve of a geometric shape as the degree (p) increases; however, as the function increases in complexity and decreases in accuracy, a suitable degree should be used according to the desired curve shape. The NURBS basis function can express the NURBS curve as a combination of the weight (wi) and control point (Pi), as shown in Equation (4).
C(u)=∑i=0nNi,p wi∑j=0n Nj,n wiPi=∑j=0n Ni,p wi Pi∑j=0k Ni,p wi,
wherePiis the control point andwiis the weight of control point. This equation can then be simplified into Equation (5).
C(u)=∑i=0nRi,p(u)Pi
The NURBS curve expressed by Equation (5) can be freely varied as the weight (wi) increases and the control point (Pi)shifts, demonstrating the relationship between the NURBS curve and these parameters.
2.2. Expression of Torsion Spring Through NURBS Curves
To express the shape of a torsion spring with a constant curvature using the NURBS curve, Equations (6) to (8) are used for the x, y, and z planes on the global coordinate system.
x(u)=∑i=0nRi,p(u)Px
y(u)=∑i=0nRi,p(u)Py
z(u)=∑i=0n Ri,p(u)Pz,
wherePNare the coordinates of the interpolation point generated through the initial NURBS curve, andPNdisp are the coordinates through a combination of the knot, control point, and weight (Equations (6) to (8)). The spring shape can be expressed on three planes in 3D space, as shown in Figure 1.
3. Torsion-Spring Displacement Analysis 3.1. Torsion-Spring Displacement Analysis
To verify the correlation between the interpolation point and control point, the coordinates of the interpolation point generated through the NURBS curve are applied to finite-element analysis to create the torsion-spring shape for analysis [11,12,13]. Figure 2 shows the finite-element model of the torsion spring that was used to derive the displacement of the control point as it shifted according to the external force [14,15]. Table 1 shows the parameters of the model used for analysis. Commercial software HyperWorks Optistruct (Altair, United States) was used for finite-element analysis, and the shifted displacement data were acquired for generated momentMz. The displacement values shifted after the generation of the initial coordinates, and loads were analyzed for a total of 100 elements (Ni).
The displacement of the element determined through finite-element analysis (xdisp,ydisp,zdisp) was added to the coordinates of the interpolation point generated through the NURBS curve to express the deformed shape of the spring. This is expressed using Equations (9) to (11).
PNdisp(x)=PN(x)+xdisp
PNdisp(y)=PN(y)+ydisp
PNdisp(z)=PN(z)+zdisp
wherePN are the coordinates of the interpolation point generated through the initial NURBS curve, andPNdispare the coordinates of the interpolation point of the NURBS curve after deformation.
The coordinates ofPNdisp(x, y,z) , derived from Equations (9) to (11), were next applied to the inverse method to determine the displacement of the control point. This process is shown in Equation (12), which was derived with reference to Equations (4) and (5). Figure 3 shows the control point derived using Equation (12),
P(x,y,z)=∑i=1n Ri,p(u)PNdisp(x,y,z),
wherePx,PyandPzare the coordinates of the control point, andRi,P(u)is the NURBS curve-based function.
In Figure 3, (x,y,z)disprepresents the x, y, and z displacements of the point;PN(x,y,z)represents the coordinates of the point before interpolation; andPNdisp(x,y,z)represents the coordinates of the point after interpolation. The inverse method can be applied to determine the displacement and load asKNURBS.
a[D]=a[K]−1[F],
where[D]is the displacement matrix of the control point derived from the existing stiffness matrix, ais the stiffness-correction constant, [K]−1is the inverse of the stiffness matrix, and[F]is the external force matrix. Stiffness-correction constantacan be expressed as follows:
a=[ai]T.
Thus, the following is obtained by applying Equation (14) to Equation (13).
[ai]T[D]=[ai]T [K]−1[F]
Equation (15) can then be expressed as in Equation (16).
[D∈v]=[KNRBS]−1[F]
where[D∈v]is the control point displacement determined using the inverse method, and[KNRBS]−1is the inverse of the stiffness matrix of the control point.
Using Equation (16), theMzload was applied to the NURBS curve-based spring structure that was composed of a total of nine control points, and analysis was conducted.
Using this method, the graphs in Figure 4 were derived for loadsFx,Fy,Fz,Mx,My, andMz.
3.2. Experiment-Equipment Setup
Experiments were conducted to measure the displacement, load, and angle using a torsion-spring measuring device. Torsion-spring parameters were selected for a total of six types of specimens. Five experiments were conducted for each specimen, resulting in a total of 30 experiments. Table 2 shows the design parameters of the six spring specimens. The experiment equipment was configured to measure the torsion spring. Figure 5 shows the actual torsion spring and the device used to measure the spring displacement, load, and angle. The rotation angle was set to 0°, 20°, and 40°, considering the linear component of the load applied to the torsion spring. To determine torsion-spring displacement, certain sections were marked, and displacement and load values were measured at 20° and 40°. Images were taken of the front of the system to determine the x and y coordinates, and the z-axis was measured through images of the sides and Vernier calipers.
4. Results and Discussion 4.1. Experiment-Data Analysis
The force according to the rotation angle was measured using a load cell and rotary encoder. Figure 6 shows images of the x- and y-coordinate measurements obtained according to the angle of the torsion spring, and Figure 7 shows a load graph according to the rotation angle. This graph was drawn using the average data from the results of five replicates. Analytical results indicated that the torsion-spring load was generated nonlinearly according to the rotation angle. The regression equation was derived using the measured data and was expressed as a quadratic polynomial in the graph. R-square values of the regression equations were 98% or more. This regression equation had a high adjustment. In addition, it was found that the load increased as the cross-sectional diameter (d) of the torsion spring increased, and that the load decreased as the number of spring turns (N) increased.
4.2. Comparative Analysis of Analytical Results and Experiment Values
We performed comparative analysis of the deformed shape of the torsion spring, measured through the experiments, and the analytical results obtained using Equation (16). Figure 8 shows graphs of the analytically and experimentally obtained data. We then performed comparative analysis of the deformed shape of the torsion spring at 20° and 40°, measured through the experiments and Equation (16). Under the same load conditions, the displacement determined by the proposed equation exceeded that of the torsion spring measured through the experiments. However, by modifying the load parameters, similar behaviors and displacements were observed, thereby verifying the use of the proposed equation. The maximal error rate ranged from 5% to 6%, which could be attributed to the error that can occur during experiment measurements.
5. Conclusions This study applied nonuniform-rational-basis-spline (NURBS) curves for the design of torsion springs, analyzed the displacements of these springs using finite-element analysis, and verified the design of these springs through experimentation. (1) A method was proposed for deriving the coordinates of a control point for shifted elements by applying the inverse method on the basis of data derived through finite-element analysis. In addition, the relationship between the movement of the control point and stiffness matrix was identified and formulated by varying the torsion-spring parameters. (2) A method was proposed for deriving the torsion-spring shape by converting the torsion-spring displacement measured through experiments into coordinates that could be expressed using NURBS curves. (3) Comparative analyses between the results of the proposed analytical method and the experiment measurements demonstrated that the proposed method is valid within a satisfactory range of error.
Figure 1. Representation of nonuniform-rational-basis-spline (NURBS) curves coupled in 3D space.
Figure 4. Direction-displacement graphs for load conditions (a)Fx, (b)Mx, (c)Fy, (d)My, (e)Fz, (f) andMz.
Figure 4. Direction-displacement graphs for load conditions (a)Fx, (b)Mx, (c)Fy, (d)My, (e)Fz, (f) andMz.
Figure 5. Springs and experiment setup: (a) torsion springs; (b) experiment setup.
Figure 6. Measurement of x- and y-coordinates of torsion springs: (a) 0°; (b) 20°; (c) 40°.
Figure 8. Comparative analysis of torsion springs: (a) d = 2.6 mm, D = 32.6 mm, n = 1.5 (20°); (b) d = 2.6 mm, D = 32.6 mm, n = 1.5 (40°); (c) d = 2.6 mm, D = 32.6 mm, n = 2.5 (20°); (d) d = 2.6 mm, D = 32.6 mm, n = 2.5 (40°); (e) d = 2.8 mm, D = 32.8 mm, n = 1.5 (20°); (f) d = 2.8 mm, D = 32.8 mm, n = 1.5 (40°); (g) d = 2.8 mm, D = 32.8 mm, n = 2.5 (20°); (h) d = 2.8 mm, D = 32.8 mm, n = 2.5 (40°); (i) d = 3.0 mm, D = 33.0 mm, n = 1.5 (20°); (j) d = 3.0 mm, D = 33.0 mm, n = 1.5 (40°); (k) d = 3.0 mm, D = 33.0 mm, n = 2.5 (20°); (l) d = 3.0 mm, D = 33.0 mm, n = 2.5 (40°).
Figure 8. Comparative analysis of torsion springs: (a) d = 2.6 mm, D = 32.6 mm, n = 1.5 (20°); (b) d = 2.6 mm, D = 32.6 mm, n = 1.5 (40°); (c) d = 2.6 mm, D = 32.6 mm, n = 2.5 (20°); (d) d = 2.6 mm, D = 32.6 mm, n = 2.5 (40°); (e) d = 2.8 mm, D = 32.8 mm, n = 1.5 (20°); (f) d = 2.8 mm, D = 32.8 mm, n = 1.5 (40°); (g) d = 2.8 mm, D = 32.8 mm, n = 2.5 (20°); (h) d = 2.8 mm, D = 32.8 mm, n = 2.5 (40°); (i) d = 3.0 mm, D = 33.0 mm, n = 1.5 (20°); (j) d = 3.0 mm, D = 33.0 mm, n = 1.5 (40°); (k) d = 3.0 mm, D = 33.0 mm, n = 2.5 (20°); (l) d = 3.0 mm, D = 33.0 mm, n = 2.5 (40°).
Parameters | Unit | Dimension |
---|---|---|
Spring cross-section diameter (d) | mm | 3 |
Spring radius (R) | mm | 20 |
Spring length (l ) | mm | 125.6 |
Moment in the z-axis direction (Mz) | N m | 1000 |
Elastic modulus | GPa | 206 |
Type | Spring Cross-Section Diameter, d(mm) | Spring Diameter, D(mm) | Spring Turns, N |
---|---|---|---|
1 | 2.6 | 32.6 | 1.5 |
2 | 2.6 | 32.6 | 2.5 |
3 | 2.8 | 32.8 | 1.5 |
4 | 2.8 | 32.8 | 2.5 |
5 | 3.0 | 33.0 | 1.5 |
6 | 2.0 | 33.0 | 2.5 |
Author Contributions
Y.S.K., Y.J.S., and E.S.J. conceived and designed the experiments; Y.S.K., Y.J.S., and E.S.J. performed the experiments; Y.S.K., Y.J.S., and E.S.J. analyzed the data; Y.S.K., Y.J.S., and E.S.J. contributed reagents/materials/analysis tools; and Y.S.K., Y.J.S., and E.S.J. wrote the paper. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding.
Conflicts of Interest
The authors declare no conflict of interest
1. Yuldirim, V. Exact determination of the global tip deflection of both close-coiled and open-coiled cylindrical helical compression spring having arbitrary doubly-symmetric cross-section. Int. J. Mech. Sci. 2016, 115-116, 280-298.
2. Wahl, A.M.; Bisshopp, K.E. Mechanical Springs (Second Edition). J. Appl. Mech. 1964, 31, 159-160.
3. Pollanen, I.; Martikka, H. Opimal re-design of helical spring using fuzzy design and FEM. Adv. Eng. Softw. 2010, 41, 410-414.
4. Chaudhury, A.N.; Datta, D. Analysis of prismatic springs of non-circular coil shape and non-prismatic springs of circular coil shape by analytical and finite element methods. J. Comput. Des. Eng. 2017, 4, 178-191.
5. Gzal, M.; Groper, M.; Gendelman, O. Analytical, experimental and finite element analysis of elliptical cross-section helical spring with small helix angle under static load. Int. J. Mech. Sci. 2017, 130, 476-486.
6. Chassie, G.; Becker, L.; Cleghorn, W. On the buckling of helical springs under combined compression and torsion. Int. J. Mech. Sci. 1997, 39, 697-704.
7. Gao, J.; Luo, Z.; Xiao, M.; Gao, L.; Li, P. A NURBS-based Multi-Material Interpolation (N-MMI) for isogeometric topology optimization of structures. Appl. Math. Model. 2020, 81, 818-843.
8. Alderson, T.; Samavati, F. Multiscale NURBS curves on the sphere and ellipsoid. Comput. Graph. 2019, 82, 243-249.
9. Timoshenko, S.P. Mechanics of Materials; Chaoman & Hall: London, UK, 1911.
10. Piegl, L.; Tiller, W.; Piegl, L. The NURBS Book; Springer: Heidelberg, Germany, 1997.
11. Ferreira, A.J.M. MATLAB Codes for Finite Element Analysis: Solid Mechanics and its Applications; Springer: Heidelberg, Germany, 2008; Volume 157.
12. Shimoseki, M.; Hamano, T.; Inaizumi, T. FEM for Springs; Springer Science & Business Media: Berlin, Germany, 2013.
13. Zhao, X.-Y.; Zhu, C. Injectivity of NURBS curves. J. Comput. Appl. Math. 2016, 302, 129-138.
14. Zhang, B.; Li, C.; Wang, T.; Wang, Z.; Ma, H. Design and experimental study of zero-compensation steering gear load simulator with double torsion springs. Meas. 2019, 148, 106930.
15. Kilic, M.; Yazicioglu, Y.; Kurtulus, D.F. Synthesis of a torsional spring mechanism with mechanically adjustable stiffness using wrapping cams. Mech. Mach. Theory 2012, 57, 27-39.
Young Shin Kim1, Yu Jun Song2 and Euy Sik Jeon3,*
1Industrial Technology Research Institute, Kongju National University, Cheonan-daero, Seobuk-gu, Cheonan-si 31080, Chungcheongnam-do, Korea
2International Testing and Evaluation Laboratory (ITEL), 53, Osongsaengmyeong 10-ro, Osong-eup, heungdeok-gu, Cheongju-si 28164, Chungcheongbuk-do, Korea
3Department of Mechanical Engineering, Graduate School, Kongju National University, Cheonan-daero, Seobuk-gu, Cheonan-si 31080, Chungcheongnam-do, Korea
*Author to whom correspondence should be addressed.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2020. This work is licensed under http://creativecommons.org/licenses/by/3.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Torsion springs, which transfer power through the twisting of their coil, provide advantages such as module simplification and efficient use of space. The design of a torsion spring has been formulated, but it is difficult to determine the local behaviors of torsion springs according to actual load conditions. This study proposes a torsion-spring design method through finite element analysis (FEA) using nonuniform-rational-basis-spline (NURBS) curves. Through experimentation, the angle and displacement values for the actual spring load were converted into useable data. Torsion-spring displacement values were obtained via experimentation and converted into coordinates that may be expressed using NURBS curves. The results of these experiments were then compared to those obtained via FEA, and the validity of this method was thereby verified.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer