thermal model for electronic components...

23
iii THERMAL MODEL FOR ELECTRONIC COMPONENTS PLACEMENT ON PRINTED CIRCUIT BOARD ANWAR BIN MOHD ABD MAHI A project report submitted in partial fulfillment of the requirements for the award of the degree of Master of Engineering (Electrical - Mechatronic and Automatic Control) Faculty of Electrical Engineering Universiti Teknologi Malaysia JUNE 2013

Upload: doandat

Post on 15-Aug-2019

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

iii

THERMAL MODEL FOR ELECTRONIC COMPONENTS PLACEMENT ON

PRINTED CIRCUIT BOARD

ANWAR BIN MOHD ABD MAHI

A project report submitted in partial fulfillment of the

requirements for the award of the degree of

Master of Engineering

(Electrical - Mechatronic and Automatic Control)

Faculty of Electrical Engineering

Universiti Teknologi Malaysia

JUNE 2013

Page 2: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

v

Especially for:

My parent who offered me unconditional love, understanding and support throughout

my life

Page 3: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

vi

ACKNOWLEDGEMENTS

In the name of Allah, first of all I would like to express gratitude to Allah for His

grace, gave me the pleasure of space, time and opportunity to complete the report of this

thesis.

I also would like to take this opportunity to thank all especially to my supervisor,

DR.FATIMAH SHAM BINTI ISMAIL as much help, encouragement, guidance,

advices and motivation. Also, an appreciation is given to Dr. Mohd Fauzi bin Othman

for his help in completion of this thesis.

Thank you also to my parents for their advice and support until I‟ve reached up

to this level. To my wife and also my children, I‟m very sorry for the hardest time and

thank you very much for giving me time and encouragement up to this point until this

thesis completed.

Also not to forget to my friends who often share their knowledge and opinion to

me to complete this thesis.

Thank you again.

Page 4: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

vii

ABSTRACT

This dissertation is regarding the fuzzy-thermal method for the placement of

electronic components on a printed circuit board. In the conventional quadrisection

placement method, the placement is according to components with higher power

dissipation will be placed separately from other components with lower power

dissipation. This is done in order to control the overall temperature of the printed circuit

board. This principle is different from fuzzy thermal method, where the placement of

component is placed randomly on printed circuit board. The fitness function is then

calculated to get the best placement. The fitness function is taking into consideration the

minimization of area and the temperature. In order to get the best value of fitness

function, the area function and the temperature function must minimum. Comparative

analysis has been done to verify the results, which show that Fuzzy thermal method has

perform 4% better than quadrisection method.

Page 5: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

viii

ABSTRAK

Dissertasi ini berkaitan kaedah haba-fuzzy untuk penempatan komponen

elektronik di atas papan litar bercetak. Dalam kaedah konvensional penempatan

komponen elektronik quadrisection, penempatan adalah bergantung kepada komponen

dengan penggunaan kuasa yang lebih tinggi diletakkan berasingan daripada komponen

dengan penggunaan kuasa yang lebih rendah. Ini dilakukan dengan tujuan untuk

mengawal suhu keseluruhan di atas papan litar bercetak. Ini adalah berbeza sekali

dengan kaedah haba-fuzzy di mana penempatan komponen dilakukan secara rawak di

atas papan litar bercetak. Fungsi muat kemudian dikira untuk mendapatkan penempatan

komponen yang terbaik. Fungsi muat akan mengambil kira pengurangan luas dan haba

bagi satu-satu papan litar bercetak. Untuk mendapatkan nilai fungsi muat yang terbaik,

fungsi luas dan fungsi haba mestilah berada pada tahap minima Analisa perbandingan

dilakukan bagi mengesahkan keputusan, di mana kaedah haba-fuzzy adalah 4% lebih

baik daripada kaedah quadrisection.

Page 6: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

ix

TABLE OF CONTENTS

CHAPTER TITLE PAGE

DECLARATION ii

DEDICATION v

ACKNOWLEDGEMENTS vi

ABSTRACT vii

ABSTRAK viii

TABLE OF CONTENTS ix

LIST OF TABLES xii

LIST OF FIGURES xiii

LIST OF SYMBOLS xv

LIST OF ABBREVIATIONS xvi

1 INTRODUCTION

1.1 Project Background 1

1.2 Problem Statement 3

1.3 Project Objectives 5

1.4 Scope of Work 5

1.5 Thesis Outline 6

2 LITERATURE REVIEW

2.1 Introduction 8

2.2 Components Placement Optimization Method

2.2.1 Quadrisection Method 9

2.2.2 Finite Element Method 9

Page 7: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

x

2.2.3 Fuzzy Optimization Method 13

2.3 Thermal Problem on PCB Design

2.3.1 Thermal Conduction on PCB 14

2.3.2 Thermal Convection 15

2.3.3 Thermal Resistance 16

2.4 Fuzzy-Thermal Placement 18

2.5 Optimization Parameters of PCB Design

2.5.1 Thermal Fitness 20

2.5.2 Area Fitness 20

2.6 Summary 21

3 FUZZY OPTIMIZATION MODEL

3.1 Introduction 22

3.2 Mathematical Model

3.2.1 Fitness of PCB Area Model 23

3.2.2 Fitness of Temperature Model 24

3.3 Fuzzy Optimization Model 26

3.4 Summary 28

4 RESEARCH METHODOLOGY

4.1 Introduction 29

4.2 PDE Toolbox PCB Design

4.2.1 PDE Toolbox Setup 29

4.2.2 Sample A PCB Design 31

4.2 3 Sample B PCB Design 32

4.3 Fuzzy Thermal Optimization

4.3.1 Optimization Temperature of Component 35

4.3.2 Optimization Area of PCB 35

4.4 Quadrisection Optimization

4.4.1 Optimization Temperature of Component 36

4.4.2 Optimization Area of PCB 37

Page 8: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

xi

4.5 Hardware Design 38

4.6 Summary 39

5 RESULT AND DISCUSSION

5.1 Introduction 40

5.2 PDE Setup 40

5.3 Fuzzy Simulation Results 41

5.3.1 Thermal Optimization 41

5.3.2 Area Optimization 42

5.4 Quadrisection Simulation Results 43

5.4.1 Thermal Optimization 43

5.4.2 Area Optimization 44

5.5 Optimization Iteration Analysis 45

5.5.1 Fuzzy Method Optimization Results 45

5.5.2 Quadrisection Method Optimization Results 46

5.6 Comparative Analysis 47

5.7 Hardware Design Results 49

5.8 Summary 50

6 CONCLUSION

6.1 Conclusion 51

6.2 Suggestions and Future Works 52

REFERENCES 53

APPENDICES

Matlab Data Sheet-PDE Tool Command Line Function 56

Page 9: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

xii

LIST OF TABLES

TABLE NO. TITLE PAGE

4.1 List of Components 38

5.1 Results Summary 48

Page 10: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

xiii

LIST OF FIGURES

FIGURE NO. TITLE PAGE

1.1 Major Causes of Electronic Failure 3

1.2 The Lifespan of Electronic Devices 4

2.1 Quadrisection Method 9

2.2 Meshed MCM 10

2.3 Rectangular Element 10

2.4 Optimization Using FEM and GA 12

2.5 Description and Heat Transfer Path of an Electronic

Component 17

2.6 Proposed Fuzzy-Thermal Force DirectedAlgorithm 19

3.1 PCB Model – Sample A 24

3.2 PCB Model – Sample B 25

3.3 Fuzzy-Thermal Model Algorithm 27

3.4 The Coordinate of X and Y (Sample A) 28

4.1 Entering PDE Tool Box 30

4.2 PDE Tool Dialog Box 30

4.3 Drawing a Single Box 31

4.4 Sample A Model 32

4.5 Sample B Model 32

Page 11: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

xiv

4.6 Inserting Heat Source 33

4.7 PDE Tool Execution in 2-D Format 33

4.8 PDE Tool Execution in 3-D Format 34

4.9 Component Placement Using Fuzzy-Thermal Method 35

4.10 Component Placement Using Fuzzy-Thermal Method

with Area Reduced 36

4.11 Component Placement Using Quadrisection Method 37

4.12 Component Placement Using Quadrisection Method

with Area Reduced 37

4.13 5V Power Supply Circuit 38

5.1 Fuzzy-Thermal Method (Sample A) 41

5.2 Fuzzy Simulation Results (Sample A) 42

5.3 Fuzzy-Thermal Method (Sample B) 42

5.4 Fuzzy Simulation Results (Sample B) 43

5.5 Quadrisection Method (Sample A) 43

5.6 Quadrisection Simulation Results (Sample A) 44

5.7 Quadrisection Method (Sample B) 44

5.8 Quadrisection Simulation Results (Sample B) 45

5.9 Fuzzy Method Optimization Results 46

5.10 Quadrisection Method Optimization Results 47

5.11 Picture of Actual PCB 49

5.12 Simulating the Actual PCB 50

Page 12: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

xv

LIST OF SYMBOLS

Ni - Shape function

ξ, η - Natural coordinates of any point in the rectangular element

ξi ,ηi - Natural coordinates of nodes of the rectangular element

Page 13: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

xvi

LIST OF ABBREVIATIONS

PCB - Printed Circuit Board

DC - Direct Current

FEM - Finite Element Method

MCM - Multi-Chip Module

QD - Quadrisection

GA - Genetic Algorithm

PDE - Partial Differential Equation

2-D - 2 Dimension

3-D - 3 Dimension

Page 14: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

PSZ 19:16 (Pind. 1/07)

CHAPTER 1

INTRODUCTION

1.1 Project Background

The demand for high-performance, smaller-package, and multi-functional

electronic systems poses a great challenge to the thermal management issues in a

printed circuit board (PCB) design. When an electronic system is designed into a

smaller package, more heat will be generated due to the electrical resistance of a large

number of interconnections and smaller surface area available for heat removal.

Extreme thermal coupling can damage electronic components because almost all of

these components are dissipating heat in the electrical network and function as the heat

source of a thermal network [1].

In general, each electronic component is producing heat, which contribute to the

increased temperature of each of the components for a period of time. This temperature

will spread within components and surrounding area causes one whole module /

complete circuit‟s temperature to increase. There is a need for proper thermal

management in electronic components placement. An optimization is needed to

produce a balance temperature within a small area of electronic device. One of the

conventional methods used for reducing thermal problem is the air-cooled heat sinks

with fans or the liquid-cooled heat sink. In real applications, this thermal effect

increases proportionally with the power dissipation and thermal resistance of each

Page 15: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

2

electronic component and interconnection, and so the cooling capacity needs to be

enhanced using larger heat sinks. Heat sinks of various sizes and shapes have been

designed in order to allow the heat to be dissipated more quickly. However, in some

applications, it is very impractical to use large heat sinks, especially for small-package

electronic systems.

Another practical approach for the thermal management of electronic systems is

based on strategic placements of the components on the PCB. Bailey (2003) [2] and

Bechtold et al. (2005) [2] found that the placement of components on PCBs has a great

impact on the thermal distribution of the system because each electronic component has

different operating temperatures, power dissipation as well as types of materials and

sizes, which will affect the overall thermal distribution of the PCB. Improper

components arrangements and layouts may produce hot spots, which can shorten the

device lifetime, and can even cause damage to the system devices. Therefore, if the

components are optimally placed on the PCB, the thermal effects can be well

distributed and minimized [3].

Today, for certain applications, it is very difficult to produce electronic products

that meet engineering, economic, logistical, and technical integration requirements of

product manufacturing. From engineering point of view, several parameters are taken

into consideration such as power, supply and input voltages, operating temperature,

junction temperature, and storage temperature.

In terms of economic and logistic, the product manufacturers will consider area

and cost as the key factor. Small size will contribute to lower cost of storing and

production. Electronic devices with big a volume (10K to 100K) of production can

make a lot of profit to manufacturer. A PCB size of 100cm X 100cm can make 100

pieces of small PCB size of 10cm X 10 cm. A small PCB size of 20cm X 20cm can

only produce 50 pieces of small PCB.

Page 16: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

3

Normally temperature range for electronic component is from 0 to 70°C. There is a

requirement to produce electronic part that can be operated beyond this temperature.

This is different from “industrial” which are from -40 to 85°C operating temperature

range. These industrial operating temperature generally able to satisfy the demands of

the semiconductor customers in the computer, telecommunications, and consumer

electronic industries.

1.2 Problem Statement

Each electronic component is a heat sources, which contribute to the increased

temperature of each of the components. This temperature will spread within the

neighboring components by conduction or convection, which will increase the

temperature of the system. If these temperature increasing over the limit, it will effect

product performance and reliability.

Figure 1.1 above shows the major contributor of electronic failure. It can be seen

that the major cause of electronic failure is due to temperature (55%), due to vibration

Figure 1.1: Major causes of electronic

failure

Page 17: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

4

(20%), due to humidity (19%) and due to dust (6%). Figure 1.2 shows the lifespan of an

electronic devices. The lifespan will decrease with an increase of temperature.

There are some limitations to the approaches made in the previous studies,

especially in ensuring the optimality of all the main variations of the electronic

components on a PCB such as operating temperature, types of material, size and

dimension, apart from power dissipation. Therefore, a new optimization technique that

can organize all the objective functions globally and finally give a set of optimal

solutions is needed.

In this study, the new placement method is proposed and applied in a PCB

component placement optimization problem. Therefore, the optimization problem

consists of 2 objective functions related to the junction temperature of each component

and the PCB dimensional area. The approach ensures that an optimal placement of each

electronic component on the PCB is achieved by minimizing the objective functions

while satisfying some standard manufacturing specifications and constraints

Figure 1.2: The lifespan of

electronic devices

Page 18: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

5

1.3 Project Objectives

Following are the objectives that hopefully to be achieved at the end of this

project implementation. The objectives are:-

1. To derive an algorithm based on fuzzy logic approach for electronic

components placement on printed circuit board.

2. To minimize the objective functions of temperature distribution and area of

printed circuit board.

1.4 Scope of Work

This project is done based on simulation and experimental work by using two

optimization approach which are Quadrisection method and Fuzzy-Thermal method.

(a) Simulation

This research will focus on temperature and area as the key factor in product

performance and reliability. A fuzzy logic approach is used to do an analysis and

algorithm in the placement. According to principle, electronic components which

dissipate high power must not be placed close to one another. This is to ensure thermal

balance exists inside the product. High power dissipation also makes repulsive force

between two components higher making uneven thermal distribution. So, the two

components have to be placed farther.

(b) Experimental Setup

Page 19: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

6

In accomplishing this research, the scope of the work has been divided into a few

parts. The first part is designing and establishing the experimental setup where a

hardware setup is required to measure the temperature as well as the area.

The second part is to measure the printed circuit board sample and collects the

measured data in terms of temperature and area. The total number of printed circuit

board samples is determined and the methods in doing the measurement are also

determined during this stage.

The third part is data acquisition and data manipulation. At this stage the

measured value will be transferred to computer for simulation and manipulation.

(c) Optimization Approach

There a two optimization method which is the quadrisection method and fuzzy-

thermal method. The quadrisection method is a method where the components with

higher power dissipation will be placed separately from other components with lower

power dissipation. The fuzzy-thermal method is a method where the components are

placed randomly on the PCB. In this project, 9 components will be used. 1 component

is having a power dissipation of 2W with temperature of 30⁰C and 8 components with

power dissipation of 1W and temperature of 18⁰C is used.

1.5 Thesis Outline

Page 20: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

7

Chapter 1 discusses the important aspect of the research work such as project

background, problem statement, project objectives, scope of work, as well as the thesis

outline itself.

Chapter 2 presents the Literature Review which discusses some papers of the

related area in optimizing the component placement on PCB. This chapter provides

information on optimizing component placement based on several variables that are

taken into consideration. This chapter also explains on the concept of optimizing using

fuzzy-thermal method and quadrisection method.

Chapter 3 will explains on fuzzy-thermal method in details. The relationship

between fuzzy-thermal method and PCB model relating the area and temperature are

discussed in details. Fuzzy-thermal model are introduced in this chapter.

Chapter 4 will perform simulation based on mathematical model of area and

temperature. The process of performing the simulation using MATLAB PDETool is

discussed in details.

Chapter 5 presents the results and discussion. This chapter shows temperature

reading with the optimized components placement using fuzzy-thermal method and

quadrisection method. The results of fitness function iteration using both methods are

also shown.

Chapter 6 concludes the dissertation and includes recommendation for future

research and study.

Page 21: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

53

REFERENCES

[1] T. Furukawa, W.J. Yang, “Thermal-fluid flow in parallel boards with heat

generating blocks”, International Journal of Heat & Mass Transfer, Vol.46 (2003),

pp 5005-5015.

[2] T.J. Goh, K.N. Seetharamu, G.A. Quadir, Z.A. Zainal, K. Jeevan Ganeshamoorthy,

“Thermal investigations of microelectronics chips with non-uniform power

distribution: temperature prediction and thermal placement design optimization”,

Microelectronics International, Vol. 21/3, (2004), pp.29-43.

[3] F.S. Ismail, R. Yusof, M. Khalid, “Optimization of electronics components

placement design on PCB using self organizing genetic algorithm (SOGA)”, J

Intell Manuf (2012) Vol. 23, pp. 883-895.

[4] Y.J. Huang, M.H. Guo, “Fuzzy thermal placement for multichip module

applications”, Fuzzy Sets and Systems, Vol. 122,(2001),pp 185-194.

[5] K. Dai, X-X Li, L.L. Shaw, “Comparisons between thermal modelling and

experiments: effects of substrate preheating”, Rapid Prototyping Journal, Vol,10

Number 1(2004), pp. 24-34.

[6] K.Jeevan, G.A. Quadir, K.N. Seetharamu, L.A. Azid, ”Thermal management of

multi-chip module and printed circuit board using FEM and genetic algorithms”,

Microelectronics International, Vol 22/3 (2005), pp.3-15.

Page 22: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

54

[7] A.S.Bornschlegell, J. Pelle, S. Harmand, A. Bekrar, S. Chaabane, D. Trentesaux,

“Thermal optimization of a single inlet T-junction”, International Journal of

Thermal Sciences, Vol. 53, (2012), pp. 108-118.

[8] Y. Wu, P. Ji, “A solution method for the component allocation problem in printed

circuit board assembly”, Assembly Automation, Vol. 30/2 (2010), pp.155-163.

[9] N. Liao, P. Yang, “Numerical simulation of heat transfer at the interface of

dissimilar materials”, International Journal of Numerical Methods for Heat & Fluid

Flow, Vol. 20 No. 1, (2010), pp.84-95.

[10] E. Bolte, B. Kipp, “ Transient thermal field modelling”, The International Journal

for Computation and Mathematics in Electrical and Electronics Engineering, Vol.

29 No.5 (2010), pp.1232-1244.

[11] X.B. Hu, E. D. Paolo, “A comprehensive fuzz-rule-based self-adaptive genetic

algorithm”, International Journal of Intelligent Computing and Cybernetics, Vol.1

No.1, (2008), pp.94-109.

[12] F.N. Masana, “A straightforward analytical method for extraction of

semiconductor device transient thermal parameters”, Microelectronics Reliability,

Vol. 47,(2007),pp. 2122-2128.

[13] Erik C.W. de Jong, J.A. Ferreira, P. Bauer, “Design techniques for thermal

management in switch mode converters”, IEEE Transaction on Industry

Applications, Vol. 42,No.6, Nov/Dec 2006.

[14] D. Liu, S. V. Garimella,” Analysis and optimization of the thermal performance of

microchannel heat sinks”, International Journal for Numerical Methods in Heat &

Fluid Flow, Vol. 15 No.1 (2005),pp.7-26.

Page 23: THERMAL MODEL FOR ELECTRONIC COMPONENTS …eprints.utm.my/id/eprint/37974/1/AnwarMohdAbdMahiMFKE2013.pdfboard. This principle is different from fuzzy thermal method, where the placement

55

[15] H. Li, T. Cheng, J. Zhang, “Analysis of transient temperature distribution”,

Aircraft Engineering and Aerospace Technology, Vol. 76 (Number 6) (2004),

pp.607-611.

[16] L. Codecasa, D. D‟Amore, P. Maffezzoni, “Modelling the thermal response of

semiconductor devices through equivalent electrical networks”, IEEE Transaction on

Circuits & Systems, Fundamental Theory and Applications, Vol.49, No. 8 August

2002.

[17] D.M. Stubbs, S.H. Pulko, A.J. Wilkinson, “Numerical simulation of embedded

passive components in multi-layer PCB structures”, Circuit World, Vol.

28/1,(2001), pp. 29-33.

[18] D.M. Stubbs, S.H. Pulko, A.J. Wilkinson, B. Wilson, F. Christiaens, K. Allaert,

“Embedded passive components and PCB size-thermal effects”, Microelectronics

International, Vol. 17/2,(2000), pp. 7-10.

[19] Chirag S. Patel, Kevin P. Martin, James D. Meindl, “Optimal printed wiring board

design for high I/O density chip size packages”, Circuit World, Vol. 25/4 (1999),

pp.25-27.

[20] R. Bauer, L. J. Golonka, T. Kirchner, K. Nitsch, H. Thust, “Optimization of

thermal distribution in ceramics and LTCC structures applied to sensor elements”,

Microelectronics International, Vol 15/2, (1998), pp. 34-38.