Introduction & Context
The calculation implements Fourier’s second law for transient (unsteady‑state) heat conduction in a plane slab that is cooled by convection on both faces. It is a fundamental tool in process engineering for predicting temperature evolution of solid components during quenching, heat‑treatment, or rapid cooling operations. Accurate temperature predictions are essential for controlling material properties, avoiding thermal stresses, and ensuring product quality in industries such as metalworking, glass manufacturing, and semiconductor processing.
Methodology & Formulas
The slab of total thickness Ltot is symmetric, so the analysis is performed on a half‑thickness Lc = Ltot/2. The governing equation for one‑dimensional conduction with convective boundary conditions is
\[ \frac{\partial T}{\partial t}= \alpha \,\frac{\partial^{2} T}{\partial z^{2}} \] where the thermal diffusivity \(\alpha\) is defined as \[ \alpha = \frac{k}{\rho\,c_{p}} \] with k the thermal conductivity, \(\rho\) the density, and \(c_{p}\) the specific heat.Two dimensionless groups are introduced:
\[ \text{Biot number:}\quad \mathrm{Bi}= \frac{h\,L_{c}}{k} \] \[ \text{Fourier number:}\quad \mathrm{Fo}= \frac{\alpha\,t}{L_{c}^{2}} \] where h is the convection coefficient and t the elapsed time.The solution of the transient problem is expressed as an infinite series of eigenfunctions. The eigenvalues \(\lambda_{n}\) satisfy the transcendental equation
\[ \lambda_{n}\,\tan(\lambda_{n}) = \mathrm{Bi} \] The first positive root \(\lambda_{1}\) dominates the response for moderate times and is obtained iteratively (e.g., Newton‑Raphson).The corresponding Fourier coefficient for the first term is
\[ A_{1}= \frac{2\,\sin(\lambda_{1})}{2\,\lambda_{1}+ \sin(2\lambda_{1})} \]Introducing the dimensionless spatial coordinate \(\eta = z/L_{c}\) (with \(\eta = 1\) at the centre plane) the dimensionless temperature ratio \(\theta\) at the centre after time t is
\[ \theta = A_{1}\,\exp\!\big(-\lambda_{1}^{2}\,\mathrm{Fo}\big)\,\cos(\lambda_{1}\,\eta) \]The physical temperature at the centre is recovered by
\[ T_{\text{center}} = T_{\infty} + (T_{i}-T_{\infty})\,\theta \] where \(T_{i}\) is the initial temperature and \(T_{\infty}\) the ambient temperature.The maximum possible heat that can be removed per unit surface area (if the slab were cooled to the ambient temperature) follows from an energy balance:
\[ Q_{\max}= \rho\,L_{\text{tot}}\,c_{p}\,(T_{i}-T_{\infty}) \]Regime Classification (Biot Number)
| Regime | Condition (Biot number) | Implication |
|---|---|---|
| Lumped‑capacitance approximation | \(\mathrm{Bi} \ll 1 | Temperature within the solid is spatially uniform; simple exponential decay applies. |
| One‑dimensional transient conduction (series solution) | \(\mathrm{Bi} \gtrsim 1 | Internal temperature gradients are significant; eigenfunction expansion required. |
Solution Procedure (Algorithmic Summary)
- Compute thermal diffusivity \(\alpha = k/(\rho c_{p})\).
- Form the Biot and Fourier numbers using the definitions above.
- Solve \(\lambda\,\tan\lambda = \mathrm{Bi}\) for the first positive root \(\lambda_{1}\) (Newton‑Raphson or other root‑finding method).
- Evaluate the coefficient \(A_{1}\) with the obtained \(\lambda_{1}\).
- Set \(\eta = 1\) for the centre plane and compute the dimensionless temperature \(\theta\).
- Obtain the centre temperature \(T_{\text{center}}\) from the dimensional relation.
- Optionally calculate the maximum extractable heat per unit area \(Q_{\max}\) for energy‑budget assessments.