| 1 | \documentclass{article} |
|---|
| 2 | \usepackage{fullpage} |
|---|
| 3 | \newcommand{\PSbox}[3]{\mbox{\rule{0in}{#3}\special{psfile=#1}\hspace{#2}}} |
|---|
| 4 | \begin{document} |
|---|
| 5 | \begin{enumerate} |
|---|
| 6 | \item Extrusion of a tube |
|---|
| 7 | |
|---|
| 8 | \begin{enumerate} |
|---|
| 9 | \item In the annulus between the plug and the tube, we can assume: |
|---|
| 10 | \begin{itemize} |
|---|
| 11 | \item Incompressible laminar Newtonian flow with constant viscosity, |
|---|
| 12 | because the problem says so for this part. This lets us use the simpler |
|---|
| 13 | form of the equations. |
|---|
| 14 | \item Steady-state, so time derivatives are zero. |
|---|
| 15 | \item Axisymmetric flow, so the velocity derivatives with respect to |
|---|
| 16 | $\theta$ are zero (though not necessarily pressure; if gravity were |
|---|
| 17 | significant, then $\partial p/\partial\theta$ and $\partial p/\partial r$ |
|---|
| 18 | would not be zero). |
|---|
| 19 | \item Fully-developed flow, so velocity derivatives in the $z$-direction |
|---|
| 20 | are zero, and flow is only in the $z$-direction ({\em i.e.} |
|---|
| 21 | $u_r=u_\theta=0$). |
|---|
| 22 | \end{itemize} |
|---|
| 23 | |
|---|
| 24 | \item When all of the terms are canceled, you should be left with: |
|---|
| 25 | \begin{eqnarray} |
|---|
| 26 | {\rm continuity:} & & 0=0 \\ |
|---|
| 27 | r{\rm -momentum:} & & 0 = -\frac{\partial p}{\partial r} \\ |
|---|
| 28 | \theta{\rm -momentum}: & & |
|---|
| 29 | 0 = -\frac{1}{r}\frac{\partial p}{\partial\theta} \\ |
|---|
| 30 | z{\rm -momentum:} & & 0 = -\frac{\partial p}{\partial z} + |
|---|
| 31 | \frac{\mu}{r}\frac{\partial}{\partial r}\left(r |
|---|
| 32 | \frac{\partial u_z}{\partial r}\right) |
|---|
| 33 | \end{eqnarray} |
|---|
| 34 | |
|---|
| 35 | \item For all three of these, we have the same stress profile, which is the |
|---|
| 36 | same as the flux profile for cylindrical diffusion with generation: |
|---|
| 37 | $$\tau_{rz} = -\frac{1}{2}\frac{\partial p}{\partial z} r + \frac{A}{r}$$ |
|---|
| 38 | (where $\partial p/\partial z$ is negative). In the limit of a very thin |
|---|
| 39 | annulus (so the plug nearly fills the tube), this is roughly linear like |
|---|
| 40 | the stress distribution between parallel plates; we can use this simplified |
|---|
| 41 | case to do the graphs. |
|---|
| 42 | \begin{enumerate} |
|---|
| 43 | \item For a Newtonian fluid, this gives a parabolic flow profile. |
|---|
| 44 | \item For a pseudoplastic (shear-thinning) fluid, the magnitude of the |
|---|
| 45 | shear stress is greatest near the walls, so the apparent viscosity is |
|---|
| 46 | lowest there and highest in the center. This makes the velocity |
|---|
| 47 | distribution flatter in the center, and more curved near the walls. (For |
|---|
| 48 | example, for a power law pseudoplastic fluid with $n=0.5$, the velocity |
|---|
| 49 | distribution goes as $1-y^3$ instead of the $1-y^2$ parabolic Newtonian |
|---|
| 50 | profile.) |
|---|
| 51 | \item For a Bingham plastic, the lower shear stress near the center will |
|---|
| 52 | lead to a region with $\partial u_z/\partial r=0$, so the velocity |
|---|
| 53 | profile is flat there. If the maximum shear stress is above the yield |
|---|
| 54 | stress $\tau_0$, then there will be a velocity gradient between this |
|---|
| 55 | central solid region and the walls; otherwise the solid won't budge |
|---|
| 56 | (unless there's some slip against the walls). |
|---|
| 57 | \end{enumerate} |
|---|
| 58 | You were asked to graph these with the same maximum velocity, which should |
|---|
| 59 | have looked like: |
|---|
| 60 | \begin{center} |
|---|
| 61 | \PSbox{extruder.ps}{336pt}{135pt} |
|---|
| 62 | \end{center} |
|---|
| 63 | |
|---|
| 64 | \item Solid aluminum deforms significantly as it flows past the plug; the |
|---|
| 65 | resulting strain is likely to strengthen it quite a bit. Stronger means |
|---|
| 66 | the yield stress will be high, so the center will likely flow as a solid |
|---|
| 67 | (uniform velocity) as in the Bingham plastic model. |
|---|
| 68 | |
|---|
| 69 | Needless to say, the simple Bingham plastic model does not capture the |
|---|
| 70 | change in yield stress as the material flows through the extruder. |
|---|
| 71 | |
|---|
| 72 | \item During extrusion, grains will be elongated in the direction of flow, |
|---|
| 73 | and dislocation density will rise considerably, possibly resulting in |
|---|
| 74 | formation of new low-angle grain boundaries. This corresponds to stage II |
|---|
| 75 | or III deformation, where both the higher dislocation density and narrower |
|---|
| 76 | grains result in higher yield stress. |
|---|
| 77 | |
|---|
| 78 | If the temperature is high enough, recrystallization could dynamically form |
|---|
| 79 | new grains with low defect densities, which would then be sheared along |
|---|
| 80 | with the rest of the material. This would reduce the force required to |
|---|
| 81 | drive material through the extruder, and likely produce less strengthening |
|---|
| 82 | than at lower temperatures. |
|---|
| 83 | \end{enumerate} |
|---|
| 84 | \end{enumerate} |
|---|
| 85 | \end{document} |
|---|