19
Chapter 6 Thermo-mechatronics

Chapter 6 thermo mechatronics

Embed Size (px)

DESCRIPTION

Advanced Mechatronics, thermo mechatronics, thermal conductivity, heat transfer, mode of heat transfer, convection, conduction and radiation

Citation preview

Page 1: Chapter 6 thermo mechatronics

Chapter 6

Thermo-mechatronics

Page 2: Chapter 6 thermo mechatronics

Contents

• Heat flowing model and simulation• Remote temperature monitoring

Page 3: Chapter 6 thermo mechatronics

Heat flowing model and simulation

• For 2D forced heat flow

• Where u(x,y,t) is temperature at x,y at time t and k is diffusivity given by

Page 4: Chapter 6 thermo mechatronics

• In compact form

• Boundary conditions – Are specific to cases • Insulated surface

– Initial condition

Page 5: Chapter 6 thermo mechatronics

simulation of spatial temperature variation of SRAM

• SRAM is memory used in PC• Influence of hot spots

Page 6: Chapter 6 thermo mechatronics

Example

• 2D heat flow problem for thin plate of 1m by 1m

• Boundary condition – Temp is fixed at zero at edges

• internal heat source

Page 7: Chapter 6 thermo mechatronics

• MATLAB code • x=0:0.01:1;• y=0:0.01:1;• for i=1:length(x);• for j=1:length(y) ;• if ((x(i)<0.5) && (y(j)<0.5))• F(i,j)=30*sin(2*pi*x(i))*sin(2*pi*y(j));• else

– F(i,j)=0;• end• end• Mesh(x,y,F);

Page 8: Chapter 6 thermo mechatronics

00.2

0.40.6

0.81

0

0.5

10

5

10

15

20

25

30

Page 9: Chapter 6 thermo mechatronics

Direct simulation

• For the direct simulation, proposed solution

• For homogenous case

Page 10: Chapter 6 thermo mechatronics

• Re writing

• Separating into first order equations

• , 1 and 2 are constants

Page 11: Chapter 6 thermo mechatronics

• Using Fourier series expansion

• The solution will be

• Substituting the expression for T

Page 12: Chapter 6 thermo mechatronics

• Re-writing

Page 13: Chapter 6 thermo mechatronics

Example 2

• Unknown heat source located at center of rectangular plate

• Source – fast heat source-pulse – 0.2m diameter – Q=106 MW heat for t<1sec

• Plate 1.2m by 2m • Boundary condition – Initial temperature 0 degree Celsius – Outer boundary is thermally insulated

Page 14: Chapter 6 thermo mechatronics

Spatial distribution of temp vs time

0

0.5

1

1.5

0

0.5

1

1.5

2-5

0

5

Page 15: Chapter 6 thermo mechatronics

Remote temperature monitoring

• Estimation of internal variables of a system from measurement in the boundary

• Sensing and data acquisition from multiple sensors

• Modeling of the field propagation of signals and power from the input to the sensors

• Explosion sensing

Page 16: Chapter 6 thermo mechatronics

Three important cases are

Page 17: Chapter 6 thermo mechatronics

Estimation of heat flux input from temperature measurement • For single dimensional case

• Where u(x,t) is temperature at x at time t

• Exact measurement of temperature at xm at time t

Page 18: Chapter 6 thermo mechatronics

Remote sensing contd…

• Boundary conditions

Page 19: Chapter 6 thermo mechatronics

Remote sensing contd…

• Solution using Fourier series expansion

• qest(0,t) is the estimated heat at distance 0 • Xm is the measurement point