An open API service indexing awesome lists of open source software.

https://github.com/araujo88/heat-equation-2d

2D heat equation solver
https://github.com/araujo88/heat-equation-2d

heat-diffusion heat-equation heat-transfer python

Last synced: 4 months ago
JSON representation

2D heat equation solver

Awesome Lists containing this project

README

        

# heat-equation-2d

Python two-dimensional transient heat equation solver using explicit finite difference scheme. The code is restricted to cartesian rectangular meshes but can be adapted to curvilinear coordinates. Case parameters are already set up for a thin steel plate of dimensions 10 cm x 10 cm. Boundary conditions are of fixed temperature (Dirichlet-type) but can be modified for Neumann-type (fixed flux).