root/trunk/matml/transport/pedagogy/TMS2004ACP/equations.tex

Revision 20, 1.8 kB (checked in by powell, 5 years ago)

Adam Powell's TMS 2004 Annual Meeting Transport Symposium Talk

  • Property svn:keywords set to Author Date Id Revision
Line 
1\documentclass{article}
2\usepackage{pstricks}
3\begin{document}
4
5Conservation example: heatbal.png, heatcons.png, heatgen.png
6$$V\cdot\frac{\partial H}{\partial t} =
7A\cdot q_x|_x - A\cdot q_x|_{x+\Delta x} + V\cdot\dot{q}$$
8$$\frac{\partial H}{\partial t} = -\frac{\partial q_x}{\partial x}
9+ \dot{q}$$
10$$\rho c_p\frac{\partial T}{\partial t} =
11\frac{\partial}{\partial x}\left(k\frac{\partial T}{\partial x}\right)
12+ \dot{q}$$
13
14Diffusion equation and timescale: diffeq.png, difftime.png
15$$\frac{\partial C}{\partial t} = D\nabla^2C + G$$
16$$L^2/D$$
17
18Heat conduction and timescale: heateq.png, heatime.png
19$$\rho c_p\frac{\partial T}{\partial t} = k\nabla^2 T + \dot{q}$$
20$$L^2/\alpha$$
21
22Navier-Stokes and timescale: masseq.png, momeq.png, flowtime.png
23$$\frac{D\rho}{Dt} + \rho\nabla\cdot\vec{u} = 0$$
24$$\rho\frac{D\vec{u}}{Dt} = -\nabla P + \mu\nabla^2\vec{u} + \vec{F}$$
25$$L^2/\nu$$
26
27Boundary layers: solid, liquid
28\input{blsolid}
29
30\input{blfluid}
31
32Solid boundary layer heat equation, solution, boundary layer for $\delta_T<<x$:
33convcond.png, blssolution.png, blsoneper.png
34$$u_x\frac{\partial T}{\partial x} = \alpha\frac{\partial^2T}{\partial y^2}$$
35$$T = A + B{\rm erf}\left(\frac{y}{2\sqrt{\alpha x/U_\infty}}\right)$$
36$$\delta_T = 3.6\sqrt{\alpha x/U_\infty}$$
37
38Fluid boundary layer extent: blfoneper.png
39$$\delta_u = 5.0\sqrt{\nu x/U_\infty}$$
40
41Flow down inclined plane and its Reynolds number: incline.png, inclinere.png
42$$u_x = \frac{g\sin\theta}{2\nu}(2Lz-z^2)$$
43$${\rm Re} = \frac{L}{\nu}\frac{g\sin\theta L^2}{3\nu}$$
44
45Grashof number: grashof.png
46$${\rm Gr} = \frac{g\beta\Delta T L^3}{\nu^2}$$
47
48Nusselt number: nusselt.png
49$${\rm Nu} = \frac{h L}{k_{fl}}$$
50
51Heat flux: heatflux.png, deltat.png, nuphysical.png
52$$q_y = h\Delta T \simeq k_{fl}\frac{\Delta T}{\delta_T}$$
53$$\frac{k_{fl}}{h} \simeq \delta_T$$
54$${\rm Nu} \simeq \frac{L}{\delta_T}$$
55\end{document}
Note: See TracBrowser for help on using the browser.