Hi, I was trying to bring a transient conduction system problem to the frequency domain in order to facilitate the solution and I began to wonder: Can the analogy between electrical circuits and thermal circuits be extended to transmission lines for transient heat conduction? Let me explain my reasoning:
If one rearranges the terms of the Fourier conduction equation, in 1D cartesian coordinates:
q=-k*A*dT/dx
q/A * 1/k = -dT/dx
Now making q/A=q" (heat flux) and 1/k=R' (thermal resistance per unit length), one can write it as:
q"*R'=-dT/dx (1)
Writing out energy conservation, and considering the source term equal zero:
d/dx(k*dT/dx)=rho*cp*dT/dt
Identifying that k*dT/dx=-q" (the heat flux in an element), we can rewrite it as:
-dq"/dx=rho*cp*dT/dt
Now, calling C'=rho*cp (Thermal capacitance per unit length), the energy conservation can be rewritten:
-dq"/dx=C' * dT/dt (2)
Equations (1) and (2) are of the same form as the Telegrapher's equations for a 1D transmission line, which for the general case are:
-dV/dx=L' * dI/dt + R' * I (3)
-dI/dx=C' * dV/dt + G' * V (4)
Where I and V are the current and voltage, L' is the inductance per unit length, R' is the resistance per unit length, C' is the capacitance per unit length and G' is the shunt resistance per unit length.
The interesting part here is, if one makes L'=0 (no thermal inductance) and G'=0 (no thermal shunts in a flat plate), eq. (1) matches eq. (3) (V~T, q"~I) and eq. (2) matches eq. (4).
The consequence is that all features of a transmission line apply (given L'=G'=0) to thermal conduction: Wave propagation, wave distortion, etc. It also becomes relatively easy to associate different materials by using two-port networks and other basic electrical engineering concepts.
What do you think? Is that possible? If not, why? I'm really curious!