Skip to content

1D Transient Thermal Conduction

January 4 2020

I wrote a simple script to calculate and display 1 dimensional plane wall transient thermal conduction. Originally for an in-depth analysis of an insulation wall of a solder reflow oven for a thermodynamic project. Instead of going into how it works, I am going to just dump some of the results on this page and link a few good resources that already exist for explaining the methods (and probably do better that I can).

Source Code

Heat equation

3 dimensional heat eq

Which can be simplified to the following for one dimension

1 dimensional heat eq

Results

Python Implementation

Transient ConductionCrank NicholsonComparison

Mathcad Implementation

Transient ConductionCrank Nicholson

Resources

This page is delivered to you from my garage.