Answered step by step
Verified Expert Solution
Link Copied!

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 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

Step: 1

To solve the heat transfer problem using the provided finite difference method algorithm in Pyth... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals of Heat and Mass Transfer

Authors: Incropera, Dewitt, Bergman, Lavine

6th Edition

978-0470055540, 471457280, 470881453, 470055545, 978-0470881453, 978-0471457282

More Books

Students also viewed these Programming questions

Question

What do you need to know about motivation to solve these problems?

Answered: 1 week ago