Top Banner
Simulation in Materials Summary Friday, 12/6/2002
15
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Simulation in Materials Summary Friday, 12/6/2002.

Simulation in MaterialsSummary

Friday, 12/6/2002

Page 2: Simulation in Materials Summary Friday, 12/6/2002.

MATLAB programming

Visualization:Stress matrix visualizationStress field visualizationColor expression

Simulation methods:Atomistic simulation

Brownian movementMolecular dynamics (MD)Monte Carlo method (MC)

Continuum SimulationMaterial Point Method (MPM)Finite Element Method (FEM)

Page 3: Simulation in Materials Summary Friday, 12/6/2002.

Visualization

Stress field visualizationhole under stretchingcrack tip

Stress matrix visualizationhedgehog for 2D stress matrixbean-bag for 3D stress matrix

Color expressiondisplacement distribution in FEM

Page 4: Simulation in Materials Summary Friday, 12/6/2002.

Stress Distribution Visualization

Crack tip stress distribution

Stress distribution around a hole

Page 5: Simulation in Materials Summary Friday, 12/6/2002.

Hedgehog Method

σ xx σxy

σ yx σyy

⎣ ⎢ ⎤

⎦ ⎥ =1 2

2 1⎡

⎣ ⎢ ⎤

⎦ ⎥

Page 6: Simulation in Materials Summary Friday, 12/6/2002.

Bean-Bag Method

σ11 σ12 σ13

σ21 σ 22 σ 23

σ31 σ 32 σ 33

⎢ ⎢

⎥ ⎥ =

1 2 3

2 2 −1

3 −1 1

⎢ ⎢

⎥ ⎥

Page 7: Simulation in Materials Summary Friday, 12/6/2002.

Visualization of FEM Results

Displacementfield

Pixel:The smallest image-forming unit of a video display.

Page 8: Simulation in Materials Summary Friday, 12/6/2002.

Atomistic Simulation

Brownian movementMolecular dynamics (MD)Monte Carlo method (MC)

Page 9: Simulation in Materials Summary Friday, 12/6/2002.

Extension of Random WalkThis model is a two-dimensional extension of a random walk. Displayed is the territory covered by 500 random walkers. As the number of walkers increases the resulting interface becomes more smooth.

Page 10: Simulation in Materials Summary Friday, 12/6/2002.

Extension of particles from one room to two rooms

Page 11: Simulation in Materials Summary Friday, 12/6/2002.

Monte Carlo Method1. Current configuration: C(n)

2. Generate a trial configuration by selecting an atom at random and move it.

3. Calculate the change in energy for the trial configuration, U.

Page 12: Simulation in Materials Summary Friday, 12/6/2002.

Essence of MD

ax(i ) =

Fx(i ) +fx

(i )

m(i)

ay(i ) =

Fy(i ) +fy

(i )

m(i)

fx(i ) = fx

(i, j )

j≠i

fy(i ) = fy

(i, j )

j≠i

Internal forces External forces

Fx(i)

Fy(i)

Page 13: Simulation in Materials Summary Friday, 12/6/2002.

Continuum Simulation

Material Point Method (MPM)Finite Element Method (FEM)

Page 14: Simulation in Materials Summary Friday, 12/6/2002.

MPM

a x(n) =

1M (n) F x

(n) + f x(n)

( )

a y(n) =

1M (n) F y

(n) + f y(n)

( )

⎨ ⎪

⎩ ⎪

v x(n) =

1M (n) m( p)vx

( p)N(n,p)

p

v y(n) =

1M (n) m( p)vy

( p)N(n,p)

p

⎨ ⎪

⎩ ⎪

Page 15: Simulation in Materials Summary Friday, 12/6/2002.

FEM

Tx(n) +Fx

(n) = Kxx(n,n')ux

(n') +Kxy(n,n')uy

(n')( )

n'

Ty(n) +Fy

(n) = Kyx(n,n')ux

(n') +Kyy(n,n')uy

(n')( )

n'