Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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 D of the temperature T
procedure finitedifferencemethod
Build the matrix A and the righthand side b
Solve equation for the D array of temperatures x
Build and output the D array of the temperature T
end procedure
You may find it easier to use a function that allows to get the right indices toandfro k i j and
a functions that output the thermal conductivity k
The and the source term s given the indices i j
Applications
Use the developed algorithm to solve the heat transfer for the following two cases :
The case of a chip on the board.
The case of a chip on the heat sink.
You will use the following parameters :
a Geometric dimensions : length of the boardheat sink L cm and centered around the
length of the squared chip l cm and centered around cx cycmcm
b Material properties : k
The
chip W mK
k
The
board W mK and k
The
heatsink W
mK
You will also consider timeindependent densities of heat source with increasing values
Step by Step Solution
There are 3 Steps involved in it
Step: 1
To solve the heat transfer problem using the provided finite difference method algorithm in Pyth...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started