Fretting fatigue case
Click on Solid Mechanics to go back.
Contents
[hide]Theoretical introdution
This case is an extension of the classical Hertzian contact, as defined in Pereira et al. (2016) [1] and described in detail in Hojjati-Talemi et al. (2014) [2]
Contact of cylinders under partial slip
This extends the classical theory of Hertzian contact with a tangential force Q. When the tangential force is less than the limiting force of friction, i.e., |Q| < \mu P,
Besides the normal traction p(x) we know have an additional shear traction given by \begin{equation} q(x) = \begin{cases} -\mu p_0 \sqrt{1 - \frac{x^2}{b^2}}, & c \leq |x| \leq b \\ -\mu p_0 \left(\sqrt{1 - \frac{x^2}{b^2}} - \frac{c}{b}\sqrt{1 - \frac{x^2}{c^2}}\right), & |x| < c \end{cases} \end{equation}
The distributions q(x) and p(x) as well as the widths of the stick and slip zones can be seen in the image below.
The effect of bulk stress
Additionally we might be interested in the addition of bulk stress \sigma_{\textrm{ax}}. This type of stress occurs in fretting fatique experiments like the one shown below [1].
The previous solution for contact of cylinders under partial slip can be adjusted for the presence of bulk stresses \sigma_\mathrm{ax}. These cause an eccentricity e to the solution given above. The shear traction q(x) can be written as: \begin{equation} q(x) = \begin{cases} -\mu p_0 \sqrt{1 - \frac{x^2}{b^2}}, \quad c \leq | x - e | \text{ and } |x| \leq b \\ -\mu p_0 \left[\sqrt{1 - \frac{x^2}{b^2}} - \frac{c}{b}\sqrt{1 - \frac{(x-e)^2}{c^2}}\right], \quad |x-e| < c \end{cases} \end{equation}
MLSM numerical solution for FWO case
We replicate the numerical solution described in Pereira et al. (2016) [1]
Case definition
We are solving the equation (\lambda + \mu) \nabla (\nabla \cdot \b{u}) + \mu \nabla^2 \b{u} = 0
- top: \vec{t}(x) = (q(x), -p(x)) or componentwise \mu \frac{\partial u}{\partial y}(x, 0) + \mu \frac{\partial v}{\partial x}(x, 0) = q(x) and (2 \mu+\lambda) \frac{\partial u}{\partial x}(x, 0) + \lambda \frac{\partial v}{\partial y}(x, 0) = -p(x) .
- left: \b{u} = 0 or componentwise u(-L/2, y) = v(-L/2, y) = 0.
- bottom: up-down symmetry conditions: componentwise \frac{\partial u}{\partial y}(x, -H/2) = 0, v(x, -H/2) = 0.
- right: this part is traction free, ie. \vec{t}(y) = 0 or componentwise \mu \frac{\partial u}{\partial y}(L/2, y) + \mu \frac{\partial v}{\partial x}(L/2, y) = 0 and (2 \mu+\lambda) \frac{\partial v}{\partial y}(L/2, y) + \lambda \frac{\partial u}{\partial x}(L/2, y) = 0.
Illustration of the computational domain is presented below.
Phsyical parameters
Basic parameters are:
- E = \unit{72.1}{GPa}, Youngs modulus
- \nu = 0.33, Poissons ratio
- L = \unit{40}{mm}, length of the pad
- W = \unit{10}{mm}, width of the pad
- t = \unit{4}{mm}, thickness of the pad
- \sigma_{ax} = \unit{100}{MPa}, axial pressure
- F = \unit{543}{N}, normal force
- Q = \unit{155}{N}, tangential force
- R = \unit{10}{mm} or \unit{50}{mm}, raduis of curvature of the cylindrical pad
- COF = \mu = 0.3 or 0.85 or 2, coefficient of friction
Derived parameters are, for choice of R = \unit{10}{mm} and \mu = 0.3:
- E^\ast = \frac{E}{2(1-\nu^2)} = \unit{40.4}{GPa}, combined Young's modulus
- p_{max} = p_0 = \sqrt{\frac{FE^\ast}{t R \pi}} = \unit{418.10407}{MPa}, maximal normal pressure
- a = 2 \sqrt{\frac{FR}{t E^\ast \pi}} = \unit{0.2067}{mm}, semi contact width, contact region is [-a, a] \times \{0\}
- c = a \sqrt{1 - \frac{Q}{\mu F}} = \unit{0.04504}{mm}, stick zone semi width
- e = \frac{a \sigma_{ax}}{4 \mu p_{max}} = \unit{0.041197}{mm}, eccentricity due to axial load
Numerical solution
Comparison of this solution against FEM solution published in Pereira et al. (2016) is presented below.
Meshes for this plot:
Data for this plot:
Script for this plot:
For faster testing, smaller meshes and corresponding solutions are presented below:
Meshes for this plot:
Data for this plot:
Script is the same as above.
A contour plot of von Mises stress in the specimen for the case \mu = 0.65, R = 50 is presented below. Countour plots for all cases look similar.
Note that contour of stress are similar to the ones in Hertzian contact above, but a significant concentracion of stresses under the contact area is present.
References
- ↑ Jump up to: 1.0 1.1 1.2 K. Pereira et al., On the convergence of stresses in fretting fatigue, Materials 9(8) (2016), doi:10.3390/ma9080639
- Jump up ↑ R. Hojjati-Talemi, M. A. Wahab in dr., Prediction of fretting fatigue crack initiation and propagation lifetime for cylindrical contact configuration, Tribol. Int. 76 (2014) 73–91, doi:10.1016/j.triboint.2014.02.017.