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
- Host: GitHub
- URL: https://github.com/araujo88/heat-equation-2d
- Owner: araujo88
- Created: 2020-05-08T15:47:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T18:02:24.000Z (over 3 years ago)
- Last Synced: 2024-12-21T09:19:04.240Z (6 months ago)
- Topics: heat-diffusion, heat-equation, heat-transfer, python
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).