Question: A possible algorithm for the FDM is provided in the following pseudocode : Algorithm 1 Pseudocode for the FD method for the heat equation INPUT:

A possible algorithm for the FDM is provided in the following pseudocode :
Algorithm 1 Pseudocode for the FD method for the heat equation
INPUT: Thermal conductivities k
The
chip, k
The
board, the source schip and the boundary conditions Tbnd.
OUTPUT: The array 2D of the temperature T.
procedure finite_difference_method
Build the matrix A and the right-hand side b,
Solve equation (2.1) for the 1D array of temperatures x.
Build and output the 2D array of the temperature T.
end procedure
You may find it easier to use a function that allows to get the right indices to-and-fro k (i, j) and
a functions that output the thermal conductivity k
The and the source term s given the indices (i, j).
3 Applications
Use the developed algorithm to solve the heat transfer for the following two cases :
1. The case of a chip on the board.
2. The case of a chip on the heat sink.
You will use the following parameters :
a. Geometric dimensions : length of the board/heat sink L =80cm and centered around (0,0), the
length of the squared chip l =20cm and centered around (cx, cy)=(20cm,20cm).
b. Material properties : k
The
chip =0.023W m1K1
, k
The
board =0.15W m1K1 and k
The
heatsink =237W
m1K1
.
You will also consider time-independent densities of heat source with increasing values

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To solve the heat transfer problem using the provided finite difference method algorithm in Pyth... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!