IMPORTANT!!!!!! This repository is no longer actively maintained. A more up-to-date version of the 2D Heat Transfer Solver is available in a new repository.
New Repository: Heat2D_solver_cpp
Finite element analysis of steady state 2D heat transfer problems. Heat transfer occurs when there is a temperature difference within a body or within a body and its surrounding medium. Conduction and convection problems are solved using this software.
Heat diffusion equation which is the special case partial differential equation of the Helmholtz equation is solved.
Heat conduction problem with inside and outside convective boundary with 150 deg & 10 ambient temperature respectively.
Heat transfer problem with point heat source supplied by heating cables and convective boundary at -5 deg ambient temperature. Symmetry boundary condition is used to solve this problem
Heat transfer problemn with prescribed inner temperature of 140 deg and outter convective boundary with ambient temperature 20 deg.
A hot pipe running through the thin plate results in the inner surface maintained at 80 deg. The two dimensional fin is subjected to convection with ambient air temperature being 20 deg.
Go to Pre-processing -> Import mesh
Mesh format is
**
**
** Template: Heat 2D Program
**
*NODE
1, 1.0, -1.0
2, 1.0, -0.5
3, 1.0, 0.0
4, 1.0, 0.5
5, 1.0, 1.0
6, 0.0, -1.0
7, 0.0, -0.5
8, 0.0, 0.0
9, 0.0, 0.5
10, 0.0, 1.0
*ELEMENT,TYPE=S3
1, 1, 6, 2
2, 6, 7, 2
3, 2, 7, 3
4, 7, 8, 3
5, 3, 8, 4
6, 8, 9, 4
7, 4, 9, 5
8, 9, 10, 5
Use Pre-processing menu to apply boundary conditions
Please refer to attachment Theory_behind_2dheat_program.pdf for reference
- Concepts and Application of finite element analysis (Fourth Edition) – Robert D.
Cook, David S. Malkus, Michael E. Plesha, Robert J. Witt
- Introduction to Finite Elements in Engineering (Third Edition) – Tirupathi R.
Chandrupatla, Ashok D. Belegundu
- A First Course in Finite Element Method – Daryl L. Logan
- Applied Finite Element Analysis (Second Edition) – Larry. J. Segerlind
- MATLAB Codes for finite element analysis – A. J. M. Ferreira
- Finite Element Procedures (Second Edition) – Klaus-Jürgen Bathe
- NPTEL :: Civil Engineering Finite Element Analysis