Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farzadazizizade/2d-heat-conduction-problem-with-irregular-boundaries
2D Heat conduction problem with irregular boundaries
https://github.com/farzadazizizade/2d-heat-conduction-problem-with-irregular-boundaries
2d-heat-conduction cfd heat-conduction heat-transfer irregular irregular-boundaries matlab
Last synced: about 5 hours ago
JSON representation
2D Heat conduction problem with irregular boundaries
- Host: GitHub
- URL: https://github.com/farzadazizizade/2d-heat-conduction-problem-with-irregular-boundaries
- Owner: FarzadAziziZade
- Created: 2021-05-25T15:03:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T09:50:33.000Z (over 3 years ago)
- Last Synced: 2024-04-28T05:22:00.523Z (6 months ago)
- Topics: 2d-heat-conduction, cfd, heat-conduction, heat-transfer, irregular, irregular-boundaries, matlab
- Language: MATLAB
- Homepage:
- Size: 1.32 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2D-Heat-conduction-problem-with-irregular-boundaries
2D Heat conduction problem with irregular boundaries
Farzad Azizizade
L, L1, L2, alpha, and beta that I used in the report file differ from those in the codes I uploaded here.
Values in the codes are:
L=32
L1=16
L2=64
alpha=50 deg
beta=70 deg
----------------------------------------------------------------------------------------
Code1 : Jacobi-Gauss Seidel (Point and Line)-PSOR and LSOR with all wall temperature B.C+ temp at x=16 or L/2
+ temp at y=32 or L2/2
+ Tec plot files and Excel Export----------------------------------------------------------------------------------------
Code2 : Jacobi-Gauss Seidel (Point and Line)-PSOR and LSOR with:1- up and down walls temperature B.C
2- left and right wall dT/dn=0 B.C+ temp at x=16 or L/2
+ temp at y=32 or L2/2
+ Tec plot files and Excel Export----------------------------------------------------------------------------------------
Code3 : Jacobi-Gauss Seidel (Point and Line)-PSOR and LSOR with:1- left and right walls temperature B.C
2- up and down wall dT/dn=0 B.C+ temp at x=16 or L/2
+ temp at y=32 or L2/2
+ Tec plot files and Excel Export----------------------------------------------------------------------------------------
Code4 : Jacobi-Gauss Seidel (Point and Line)-PSOR and LSOR with:1- all walls temperature B.C
2- Square on the surface with temperature B.C+ temp at x=16 or L/2
+ temp at y=32 or L2/2
+ Tec plot files and Excel Export----------------------------------------------------------------------------------------