2D Heat Transfer using Finite Difference Method
Solve the 2D heat transfer equation using finite differences and NumPy. Example code provided.
Solve the 2D heat transfer equation using finite differences and NumPy. Example code provided.
University of Maryland lecture notes on finite difference methods for solving the 2D heat equation, including Python implementation.
Open-source Python code for solving the 2D heat transfer equation using finite differences, including example usage and visualization.
Video tutorial on solving the 2D heat equation using finite differences, including a Python example and explanation of the numerical method.
Research article on simulating heat transfer in 2D using the finite difference method, including a Python example and discussion of results.
Python package for solving the 2D heat equation using finite differences, including installation instructions and example usage.
NASA technical report on finite difference methods for solving heat transfer problems, including a discussion of the 2D heat equation and example Python code.
Online course materials on numerical methods for solving the 2D heat equation, including a discussion of finite differences and example Python code.