root/trunk/matml/transport/problems/tijoule/tijoule-solution.tex

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

New problem: Joule heating of a titanium rod

  • Property svn:keywords set to Author Date Id Revision
Line 
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 Joule heating of a titanium rod
7
8  \begin{enumerate}
9  \item \label{cylsol} Start with the solution to the cylindrical heat
10    conduction equation with uniform heat generation at steady state, from the
11    handout ``1-D Thermal Diffusion Equation and Solutions'':
12    $$T = -\frac{\dot{q}r^2}{4k} + A \ln r + B$$
13    Since the temperature is finite at $r=0$, we know $A=0$.  The boundary
14    condition $r=R\Rightarrow T=T_s$ (surface temperature) gives us:
15    $$T = T_s + \frac{\dot{q}}{4k}(R^2-r^2)$$
16
17    The maximum temperature is at $r=0$, and the minimum at $r=R$; the
18    difference is:
19    $$T_{max} - T_{min} = \frac{R^2\dot{q}}{4k}$$
20    For $R=1.25\times10^{-3}$m, $\dot{q}=5\times10^6\frac{\rm W}{\rm m^3}$, and
21    $k=20\frac{\rm W}{\rm m\cdot K}$, this gives
22    $$T_{max} - T_{min} = 0.098{\rm K}$$
23
24  \item The temperature difference is proportional to $\dot{q}$, so if that
25    quadruples (because Joule heating goes as the current density squared), the
26    temperature difference quadruples to about 0.4K.
27
28  \item Here you had to estimate a sketch of something you've never seen
29    before.  You know the initial condition at $t=0$ is uniform temperature at
30    $T=T_s$, and the long-term steady-state distribution is given by part
31    \ref{cylsol}.  In between, it should heat up pretty uniformly in the
32    middle, until it reaches that steady-state.  So it will look something
33    like:
34
35    \begin{center}
36      \PSbox{transgen.ps}{197pt}{145pt}
37    \end{center}
38
39  \item This is just the steady-state criterion:
40    $$t_{SS} = \frac{R^2}{\alpha} = \frac{R^2\rho c_p}{k} = 0.26{\rm seconds}$$
41  \end{enumerate}
42\end{enumerate}
43\end{document}
Note: See TracBrowser for help on using the browser.