Introduction to Elasticity/Plate with hole in tension
From Wikiversity
Contents |
[edit] Plate with hole in a tensile field
The BCs are
[edit] Unperturbed Solution
The unperturbed part of the Michell solution gives us
or,
The first term is the axisymmetric term while the second term is the periodic term.
[edit] Perturbation
Similar to previous problem, but we simply choose terms from the Michell solution of the same form (i.e. containing cos(2θ)) and such that the stresses decay with increasing radius. The relevant terms from the table are:
[edit] Perturbed Solution
The perturbed solution is
After applying the BCS, we get
The stress concentration factor in this case is 3 and is the same in both tension and shear.
[edit] Example homework problem
Consider the elastic plate with a hole subject to uniaxial tension.
- Show that the stress function
leads to the stresses
- Calculate the stress concentration factors at the hole, both in shear and in tension and show that they are the same. How far from the hole (in units of hole diameters) does the stress reach 95% of the far field (unperturbed) value ?
- Calculate the displacement field corresponding to this stress field (for plane stress). Plot the deformed shape of the hole.
[edit] Solution
We can use the following Maple code to show the above results
phi := T*r^2/4*(1 - cos(2*theta)) + A*ln(r) + B*theta + C*cos(2*theta) +
D/r^2*cos(2*theta);
srr := 1/r*diff(phi,r) + 1/r^2*diff(phi,theta,theta);
stt := diff(phi,r,r);
srt := -diff((1/r*diff(phi,theta)),r);
srra := collect(simplify(eval(srr1, r=a)),{cos});
srta := collect(simplify(eval(srt1, r=a)),{cos});
eq1 := coeff(srra, cos(2*theta));
eq2 := coeff(srta, sin(2*theta));
eq3 := 1/2*(T*a^4+2*A*a^2)/a^4;
eq4 := 1/a^2*B;
BB := solve({eq4=0},{B});
AA := solve({eq3=0},{A});
sol := solve({eq1=0,eq2=0},{C,D});
phi := subs(BB, phi);
phi := subs(AA, phi);
phi := subs(sol, phi);
srr2 := 1/r*diff(phi,r) + 1/r^2*diff(phi,theta,theta);
stt2 := diff(phi,r,r);
srt2 := -diff((1/r*diff(phi,theta)),r);
srr3 := collect(simplify(srr2),{cos});
stt3 := collect(simplify(stt2),{cos});
srt3 := collect(simplify(srt2),{cos});
The stresses at the hole (r = a) are
The maximum hoop stress is given at θ = 0 or θ = π / 2.
At θ = 0, σθθ = − T.
At θ = π / 2, σθθ = 3T.
The maximum shear stress at r = a is τmax = 1.5T while that at
is 0.5T.
Therefore, the stress concentration factor in tension is 3T / T = 3, while that in shear is 1.5T / 0.5T = 3.
Both stress concentration factors are equal.
Let us look at the ratio of the hoop stress at θ = π / 2 to the far field hoop stress
- σθθ = T / 2(1 − cos2θ)
The ratio is
This ratio is 0.95 when
, i.e., at a distance of 1.75 diameters from the center.
The given stress function is
Therefore, the displacement field from the Michell solution is
From the stress calculation step, we have
After substituting the constants and collecting terms,
Replacing μ with E / 2(1 + ν), and κ with 3 − ν / 1 + ν, we get
At r = a,
The deformed shape is shown below










![\begin{align}
2\mu u_r & = \frac{T}{4}\left[(\kappa-1)r\right]
- \frac{T}{4}\left[-2r\cos(2\theta)\right]
+ A\left[-\frac{1}{r}\right]
+ C\left[(\kappa+1)r^{-1}\cos(2\theta)\right]
+ D\left[2r^{-3}\cos(2\theta)\right] \\
2\mu u_{\theta} & =
- \frac{T}{4}\left[2r\sin(2\theta)\right]
+ C\left[-(\kappa-1)r^{-1}\sin(2\theta)\right]
+ D\left[2r^{-3}\sin(2\theta)\right]
\end{align}](http://upload.wikimedia.org/math/2/a/b/2ab3732f87e713101e674239d461f221.png)

![\begin{align}
2\mu u_r & = \frac{Tr\cos(2\theta)}{2}\left[
1 + (\kappa+1)\frac{a^2}{r^2} - \frac{a^4}{r^4}\right]
+ \frac{Tr}{4}\left[(\kappa-1) + 2\frac{a^2}{r^2}\right]
\\
2\mu u_{\theta} & = -\frac{Tr\sin(2\theta)}{2}\left[
1 + (\kappa-1)\frac{a^2}{r^2} + \frac{a^4}{r^4}\right]
\end{align}](http://upload.wikimedia.org/math/c/5/4/c542b5368dc22a3d33ef888ab79ffc01.png)
![\begin{align}
u_r & = \frac{Tr\cos(2\theta)}{2E}\left[
(1+\nu)+\frac{a^2}{r^2}-(1+\nu)\frac{a^4}{r^4}\right]
+ \frac{Tr}{2E}\left[(1-\nu)+(1+\nu)\frac{a^2}{r^2}\right]
\\
u_{\theta} & = -\frac{Tr\sin(2\theta)}{2E}\left[
(1+\nu) + 2(1-\nu)\frac{a^2}{r^2}+(1+\nu)\frac{a^4}{r^4}\right]
\end{align}](http://upload.wikimedia.org/math/b/a/1/ba1ea3b4ffe02dfd49846ef93596196d.png)
![\begin{align}
u_r & = \frac{Ta}{E}\left[1+2\cos(2\theta)\right]
\\
u_{\theta} & = - \frac{2Ta}{E} \sin(2\theta)
\end{align}](http://upload.wikimedia.org/math/4/3/d/43dd283402df6e26464babfa62ddd35a.png)