| 1 | \documentclass{article} |
|---|
| 2 | \usepackage{fullpage,pstricks} |
|---|
| 3 | \begin{document} |
|---|
| 4 | \begin{enumerate} |
|---|
| 5 | \item Diffusion of water vapor into a flowing adhesive sheet |
|---|
| 6 | |
|---|
| 7 | Water vapor in air adsorbs and diffuses into an exposed liquid adhesive |
|---|
| 8 | monomer, such as cyanoacrylate, up to its solubility, possibly initating |
|---|
| 9 | polymerization. A 5 mm thick sheet of high-viscosity adhesive flows down an |
|---|
| 10 | inclined plane with an exposed section 5 cm long at a 45$^\circ$ angle. |
|---|
| 11 | Estimating the rate of water incorporation into the adhesive is the |
|---|
| 12 | motivation for this problem. |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | \begin{center} |
|---|
| 17 | \input{adhesiflow} |
|---|
| 18 | \end{center} |
|---|
| 19 | |
|---|
| 20 | Data: |
|---|
| 21 | \begin{itemize} |
|---|
| 22 | \item Adhesive density: $\rm\rho=1060kg/m^3$. |
|---|
| 23 | \item Adhesive viscosity: $\rm\mu=1\frac{kg}{m\cdot s}$. |
|---|
| 24 | \item Water diffusivity in liquid adhesive: $D=10^{-9}\frac{\rm m^2}{\rm s}$. |
|---|
| 25 | \item Water adsorption rate coefficient (based on the Langmuir equation): |
|---|
| 26 | $k''=5\frac{\rm m}{\rm s}$. |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | \end{itemize} |
|---|
| 33 | |
|---|
| 34 | \begin{enumerate} |
|---|
| 35 | \item \label{exptime} How long does it take for fluid on the top surface to |
|---|
| 36 | flow down the exposed length of the incline? Is flow laminar? (Assume |
|---|
| 37 | dissolved water does not affect the adhesive properties.) |
|---|
| 38 | \item Estimate the diffusion length at the bottom of the incline, that is, |
|---|
| 39 | the depth to which the water has diffused during the exposure time |
|---|
| 40 | calculated in part \ref{exptime}. (If you didn't get an answer to part |
|---|
| 41 | \ref{exptime}, use one second.) |
|---|
| 42 | \item Is transport of water into the adhesive limited by diffusion in the |
|---|
| 43 | liquid, or adsorption of water vapor at the liquid surface? Explain your |
|---|
| 44 | answer. |
|---|
| 45 | \item Sketch the flow velocity profile and concentration boundary layer |
|---|
| 46 | formed by water diffusion into the liquid adhesive. Your sketch need not |
|---|
| 47 | be to scale. |
|---|
| 48 | \item Write an equation for the the concentration of dissolved water vs. |
|---|
| 49 | location in the film $C(x,y)$ assuming transport into the liquid is limited |
|---|
| 50 | by diffusion. |
|---|
| 51 | \end{enumerate} |
|---|
| 52 | \end{enumerate} |
|---|
| 53 | \end{document} |
|---|