| 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 Non-Newtonian polymer flow in a channel |
|---|
| 7 | |
|---|
| 8 | \begin{enumerate} |
|---|
| 9 | \item For pseudoplastic fluids, the effective viscosity $-\tau/\dot{\gamma}$ |
|---|
| 10 | decreases with increasing shear, so $n$ must be less than one. (If one, |
|---|
| 11 | it's constant; greater than one, it increases with increasing shear.) |
|---|
| 12 | |
|---|
| 13 | \item Let's put $y=0$ halfway between the plates, so the boundary conditions |
|---|
| 14 | are $y=\pm \delta/2\rightarrow u_x=0$. |
|---|
| 15 | |
|---|
| 16 | Because we have symmetric boundary conditions and constant (and therefore |
|---|
| 17 | symmetric) driving force and uniform properties, we can assume the velocity |
|---|
| 18 | is symmetric about $y=0$. For this reason, we can say that at $y=0$, |
|---|
| 19 | $\frac{du_x}{dy}=0$, and see how this helps us. We can get |
|---|
| 20 | $\frac{du_x}{dy}$ from above: |
|---|
| 21 | $$\frac{du_x}{dy} = |
|---|
| 22 | \left(-\frac{\Delta P}{\mu_0\cdot L}y + C_1\right)^{\frac{1}{n}}$$ |
|---|
| 23 | and set it to zero at $y=0$: |
|---|
| 24 | $$0 = \left(-\frac{\Delta P}{\mu_0\cdot L}\cdot0 + C_1 |
|---|
| 25 | \right)^{\frac{1}{n}}$$ |
|---|
| 26 | $$0 = C_1^{\frac{1}{n}}$$ |
|---|
| 27 | So, $C_1=0$. What a relief! This simplifies the general solution to: |
|---|
| 28 | $$u_x = -\frac{\mu_0\cdot L}{\Delta P}\frac{n}{n+1} |
|---|
| 29 | \left(-\frac{\Delta P}{\mu_0\cdot L}y\right)^{\frac{n+1}{n}} + C_2$$ |
|---|
| 30 | and we can go a step further to: |
|---|
| 31 | $$u_x = \frac{n}{n+1}\left(-\frac{\Delta P}{\mu_0\cdot L} |
|---|
| 32 | \right)^{\frac{1}{n}}y^{\frac{n+1}{n}} + C_2$$ |
|---|
| 33 | This is only strictly valid for non-negative |
|---|
| 34 | $-\frac{\Delta P}{\mu_0\cdot L}y$ and therefore for non-positive $y$. |
|---|
| 35 | We can get the positive $y$ velocities by symmetry. |
|---|
| 36 | |
|---|
| 37 | Now use the boundary condition $y=-\frac{\delta}{2}\Rightarrow u_x=0$ and |
|---|
| 38 | solve for $C_2$: |
|---|
| 39 | $$0= \frac{n}{n+1}\left(-\frac{\Delta P}{\mu_0\cdot L}\right)^{\frac{1}{n}} |
|---|
| 40 | \left(-\frac{\delta}{2}\right)^{\frac{n+1}{n}} + C_2$$ |
|---|
| 41 | $$C_2 = -\frac{n}{n+1} |
|---|
| 42 | \left(-\frac{\Delta P}{\mu_0\cdot L}\right)^{\frac{1}{n}} |
|---|
| 43 | \left(-\frac{\delta}{2}\right)^{\frac{n+1}{n}}$$ |
|---|
| 44 | which can also be written |
|---|
| 45 | $$C_2 = \frac{n}{n+1}\frac{\delta}{2} |
|---|
| 46 | \left(\frac{\Delta P}{\mu_0\cdot L}\frac{\delta}{2}\right)^{\frac{1}{n}}$$ |
|---|
| 47 | So the velocity profile for non-positive $y$ is given by: |
|---|
| 48 | $$u_x = -\frac{n}{n+1} |
|---|
| 49 | \left(-\frac{\Delta P}{\mu_0\cdot L}\right)^{\frac{1}{n}} |
|---|
| 50 | \left[\left(-\frac{\delta}{2}\right)^{\frac{n+1}{n}} - |
|---|
| 51 | y^{\frac{n+1}{n}}\right]$$ |
|---|
| 52 | |
|---|
| 53 | Note that the maximum velocity at $y=0$, which is given by $C_2$, is |
|---|
| 54 | proportional to the thickness to the $1+\frac{1}{n}$ power. For a |
|---|
| 55 | Newtonian fluid, this increases quadratically in thickness ({\em i.e.} |
|---|
| 56 | proportional to thickness squared); for dilatant fluids ($n>1$), between |
|---|
| 57 | quadratic and linear; for pseudoplastic fluids ($n<1$), faster than |
|---|
| 58 | quadratic. Maximum velocity and flow rate are also nonlinear functions of |
|---|
| 59 | pressure difference, pseudo-viscosity, and length! |
|---|
| 60 | |
|---|
| 61 | \item For $n=0.5$, $u_x\sim y^3$, so this looks like: |
|---|
| 62 | \begin{center} |
|---|
| 63 | \PSbox{pseudo3.ps}{220pt}{128pt} |
|---|
| 64 | \end{center} |
|---|
| 65 | |
|---|
| 66 | \item The velocity profile is more uniform around the maximum, so the average |
|---|
| 67 | will be more than 2/3 of the maximum. In fact, for $n=0.5$, it will be 3/4 |
|---|
| 68 | of the maximum. |
|---|
| 69 | \end{enumerate} |
|---|
| 70 | \end{enumerate} |
|---|
| 71 | \end{document} |
|---|