SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Finite Difference Time
Domain(FDTD) Method
- BY ANIMIKH GOSWAMI
Department of Nanoscience & Nanotechnology ,
University of Kalyani
Declaimer
Before going to Finite Difference Time Method (FDTD)
(FDTD) we should know about the following topic :
 Vector Algebra and Vector Calculus
 Different form of Maxwell’s equation and their
solving.
 Interpolation and Numerical Analysis
 Finite Difference Method
 Computer Programming
@Animikh Goswami
Finite Difference Time Domain Method
Contents :
 Introduction to FDTD
 2D Formulation
 Time Stepping
 Perfectly Matched Layer(PML)
@Animikh Goswami
Finite Difference Time Domain Method
(Introduction to FDTD)
History and Central Idea :
 Simplest and most widely used Computational Electromagnetic
method.
 Yee (1966) lead the foundation .
 Very useful for Time domain formulation : Wave Propagation ,
Pulsed transient phenomena . Ex. : Switching .
 Based on differential form of Maxwell’s equation .
@Animikh Goswami
Finite Difference Time Domain Method
(Introduction to FDTD)
Assumption :
Linear medium , isotropic , non dispersive .
Maxwell’s Equation :
𝐷 = 𝜀𝐸…………………(1)
𝐵 = 𝜇𝐻 ………………..(2)
𝑑𝐷
𝑑𝑡
= 𝛻 × 𝐻 − 𝐽 .................(3)
𝑑𝐵
𝑑𝑡
= − 𝛻 × 𝐸 ………………(4) @Animikh Goswami
Using (1) and (2) equation (3) & (4) can be written as
𝑑𝐷
𝑑𝑡
= 𝛻 × 𝐻 − 𝐽 = 𝜀
𝑑𝐸
𝑑𝑡
................(3)
𝑑𝐵
𝑑𝑡
= − 𝛻 × 𝐸 = 𝜇
𝑑𝐻
𝑑𝑡
………………(4)
 Most of the case in FDTD , we are using in this two equation . In future
we will be used (3) as :
𝑑𝐷
𝑑𝑡
= 𝛻 × 𝐻 = 𝜀
𝑑𝐸
𝑑𝑡
………………(3)
Finite Difference Time Domain Method
(Introduction To FDTD)
@Animikh Goswami
Finite Difference Time Domain Method
(Introduction To FDTD)
From Taylor’s series we get :
∆𝑧
2
𝑓′
𝑧0 ≅ 𝑓 𝑧0 +
∆𝑧
2
+ 𝑓 𝑧0 + 0 ∆𝑧2
This is also known as sided differences .
This will be the key term in our FDTD analysis .
@Animikh Goswami
Finite Difference Time Domain Method
(2D formulation )
Types of Polarization :
i. Transverse E𝐥𝐞𝐜𝐭𝐫𝐢𝐜 𝑬 𝒙, 𝑬 𝒚, 𝑯 𝒛 :
We are taking Electric field(E) along x and y axis and magnetic(H)
field along perpendicular of them , i.e. z axis .
ii. Transverse Magnetic 𝑯 𝒙, 𝑯 𝒚, 𝑬 𝒛 :
We are taking Magnetic field(H) along x and y axis and Electric(E)
field along perpendicular of them , i.e. z axis .
@Animikh Goswami
Finite Difference Time Domain Method
(2D formulation)
Firstly we are taking : TE polarization
From (3) we get: 𝜺
𝝏𝑬 𝒙
𝝏𝒕
=
𝝏𝑯 𝒛
𝝏𝒚
−
𝝏𝑯 𝒚
𝝏𝒛
𝜺
𝝏𝑬 𝒚
𝝏𝒕
=
𝝏𝑯 𝒙
𝝏𝒛
−
𝝏𝑯 𝒛
𝝏𝒙
𝜺
𝝏𝑬 𝒛
𝝏𝒕
=
𝝏𝑯 𝒚
𝝏𝒙
−
𝝏𝑯 𝒙
𝝏𝒚
 since 𝐻 𝑥 = 0 𝑎𝑛𝑑 𝐻 𝑦 = 0 in TE polarization then
𝜺
𝝏𝑬 𝒙
𝝏𝒕
=
𝝏𝑯 𝒛
𝝏𝒚
…………………(5)
𝜺
𝝏𝑬 𝒚
𝝏𝒕
=
𝝏𝑯 𝒙
𝝏𝒛
………………….(6)
@Animikh Goswami
Finite Difference Time Domain Method
(2D Formulation )
From (4) we get , 𝛍
𝝏𝑯 𝒛
𝝏𝒕
= − (
𝝏𝑬 𝒙
𝝏𝒚
−
𝝏𝑬 𝒚
𝝏𝒙
) ….................(7)
Convention :
 𝐸 discretized along grid lines (Boundaries )
 𝐻 at centre .
Notation : 𝐸 𝑥 → 𝐸 𝑥 𝑥 = 𝑥0 + ∆𝑥 𝑖 +
1
2
, 𝑦 = 𝑦0 + 𝑗∆𝑦
 Similar case for 𝐸 𝑦 , 𝐻𝑧 .
Grid Calculation :
𝝁𝑯 𝒛 𝒊 +
𝟏
𝟐
, 𝒋 +
𝟏
𝟐
= −
𝑬 𝒙 𝒊 +
𝟏
𝟐
, 𝒋 + 𝟏 − 𝑬 𝒙 𝒊 +
𝟏
𝟐
, 𝒋
∆𝒚
−
𝑬 𝒚 𝒊 + 𝟏, 𝒋 +
𝟏
𝟐
− 𝑬 𝒚 𝒊, 𝒋 +
𝟏
𝟐
∆𝒙
Trick : (top- bottom) and (Left- Right) @Animikh Goswami
Finite Difference Time Domain Method
(2D Formulation)
@Animikh Goswami
 Similar formulation can be done for TM polarization method .
TM→ ( 𝐻 𝑥 , 𝐻 𝑦 , 𝐸𝑧)
Finite Difference Time Domain Method
(Time Stepping)
Now we are going to Time stepping :
In this methods we are discretizing space & time . So far we are
discussed about Yee cell ( where we used ∆x and ∆y )in space . Now
there will be also a variable , i.e. Time(t). And will be denoted as ∆t .
Notation :
In space the variable was staggered by half a grid (∆x and ∆y ) .
In time variable T will also staggered by half a grid(∆t) .
@Animikh Goswami
Finite Difference Time Domain Method
(Time Stepping)
Assumption :
We take the same assumptions is about the medium linear,
homogeneous all of that .
 𝐸 evaluated at integer time grid .
 𝐻 evaluated
1
2
integer gird .
@Animikh Goswami
Finite Difference Time Domain Method
(Time Stepping)
Now we take Maxwell’s equation
𝑑𝐷
𝑑𝑡
= 𝛻 × 𝐻 = 𝜀
𝑑𝐸
𝑑𝑡
………………(3)
𝑑𝐵
𝑑𝑡
= − 𝛻 × 𝐸 = 𝜇
𝑑𝐻
𝑑𝑡
………………(4)
From (3) and (4) we get in time domain ,
𝜺
𝑬 𝒏−𝑬 𝒏−𝟏
∆𝒕
= 𝛁 × 𝑯 𝒏−
𝟏
𝟐 ……………..……(8)
μ
𝐻
𝒏+
1
2−𝐻
𝒏−
1
2
∆𝒕
= −𝛁 × 𝐸 𝒏 ……………………(9)
@Animikh Goswami
Finite Difference Time Domain Method
(Time Stepping)
From (5) and (6) we get ,
𝑬 𝒏 = 𝑬 𝒏−𝟏 −
∆𝒕
𝜺
𝛁 × 𝑯 𝒏−
𝟏
𝟐 …………………..(10)
𝑯 𝒏+
𝟏
𝟐 = 𝑯 𝒏−
𝟏
𝟐 −
∆𝒕
𝜺
𝛁 × 𝑬 𝒏 ……………............(11)
 Leap Frog Integration Scheme :
Present Past
𝑬 𝑛−1
𝐻 𝑛−
1
2
𝐻 𝑛+
1
2
𝐸 𝑛
𝐸 𝑛+1 t
@Animikh Goswami
Finite Difference Time Domain Method
(Graphical Representation of FDTD Simulation)
Cartesian Coordinate System :
yt
x
Yee Cell
@Animikh Goswami
Finite Difference Time Domain Method
(Perfectly Matched Layer)
Before going to Perfectly Matched Layer in FDTD ,we should know
about the following topic :
 Accuracy Condition
 Dispersive and Non Dispersive Media
 ABC Implementation in FDTD
 ABC failure in FDTD
@Animikh Goswami
Finite Difference Time Domain Method
(Perfectly Matched Layer)
 This is a relatively new development on the Field of FDTD, proposed
by Berenger in 1994.
Advantages (Our wish list for an Absorbing Material based PML ):
1. It observes waves at all angles , so R=0.
2. It works for evanescent waves .
@Animikh Goswami
Finite Difference Time Domain Method
(Perfectly Matched Layer)
Schematic Diagram of PML @Animikh Goswami
Wave
Boundary
Absorbing Material
n
Finite Difference Time Domain Method
(Perfectly Matched Layer)
1. Normal Incident :
𝑹 =
𝒏−𝟏
𝒏+𝟏
2. Interpretation of PML :
i. Absorbing Material which is anisotropic . ( Physics )
ii. Coordinate Stretching . ( Math ) @Animikh Goswami
Loss
x
Poor Man’s PML
n
Finite Difference Time Domain Method
(Perfectly Matched Layer)
From Maxwell’s Equation ( Keep in mind that 𝑗𝜔𝑡 is time dependent ) :
𝛻𝑒 × 𝐸= − j 𝜔𝜇𝐻 ………………(1)
𝛻ℎ × 𝐻 = 𝑗𝜔𝜀𝐸 .................(2)
𝛻𝑒. 𝜀𝐸=ρ …………………(3)
𝛻ℎ. 𝜇𝐻 =0 ………………..(4)
For 1D wave problem we have a solution
𝐸 = 𝐸0 𝑒±𝑗𝑘 𝑟 …………………(5)
We have to find wave propagation vector .
@Animikh Goswami
Finite Difference Time Domain Method
(Perfectly Matched Layer)
solving the above equations we get for 1D wave problem
𝑘 𝑧= ℎ 𝑧 𝑒 𝑧
𝜔
𝑐
…………..(6)
Similarly for 3D wave problem we get,
𝑘0
2
=
𝜔
𝑐
2
= 𝑘 𝑒. 𝑘ℎ=
𝑘 𝑥
2
𝑒 𝑥ℎ 𝑥
+
𝑘 𝑦
2
𝑒 𝑦ℎ 𝑦
+
𝑘 𝑧
2
𝑒 𝑧ℎ 𝑧
…………(7)
This is an Ellipsoid . (in polar coordinate system) ,
𝑘 𝑥= ℎ 𝑥 𝑒 𝑥 𝑠𝑖𝑛𝜃𝑐𝑜𝑠𝜑
𝑘 𝑦= ℎ 𝑦 𝑒 𝑦 𝑠𝑖𝑛𝜃𝑠𝑖𝑛𝜑
𝑘 𝑧= ℎ 𝑧 𝑒 𝑧 𝑐𝑜𝑠𝜃
@Animikh Goswami
This is the solution
of (7)
Finite Difference Time Domain Method
(Perfectly Matched Layer)
Notation :
1. Set 𝑒 𝑥 = ℎ 𝑥 , 𝑒 𝑦 = ℎ 𝑦 , 𝑒 𝑧 = ℎ 𝑧 called a “Matched” medium. Using
this we get
𝑘 𝑧=𝑘0 𝑒 𝑧 𝑐𝑜𝑠𝜃 (for a Matched medium)
similarly other two .
2. If we make 𝑒 𝑧 to be complex .let 𝑒 𝑧 = 𝑝 + 𝑖𝑞 .
→ 𝑘 𝑧 = 𝑒 𝑗𝑘 𝑧 𝑧 = 𝑒 𝑗𝑘0 𝑒 𝑧 𝑐𝑜𝑠𝜃𝑧
→ 𝑘 𝑧 = 𝑒 𝑗𝑘 𝑧 𝑧 𝑒−𝑗𝑘0 𝑒 𝑧 𝑐𝑜𝑠𝜃𝑧 ( This is known as Evanestcent Wave )
Coordinate Stretching Generating Evanescent wave .
@Animikh Goswami
Finite Difference Time Domain Method
Acknowledgement
1. Dr. Ahamed Hossian ( Faculty , Department of
Mathematics , B.K.C.College)
2. Shawon Kumar Awon ( Faculty , Department of
Mathematics , The Heritage College)
3. Subhom Mukherjee
4. Sayon Chakraborty
@Animikh Goswami
Finite Difference Time Domain Method
Source :
1. Optical Properties of Metallic Nanoparticles Basic Principles and
Simulation - Andreas Trügler
2. https://en.wikipedia.org/wiki/Finite-difference_time-domain_method#
3. http://www.iitg.ac.in/engfac/krs/public_html/lectures/ee340/FDTD.pdf
@Animikh Goswami
Finite Difference Time Domain Method
Thank You
@Animikh Goswami

Weitere ähnliche Inhalte

Was ist angesagt?

Postulates of quantum mechanics & operators
Postulates of quantum mechanics & operatorsPostulates of quantum mechanics & operators
Postulates of quantum mechanics & operatorsGiri dharan
 
Fundamentals of Finite Difference Methods
Fundamentals of Finite Difference MethodsFundamentals of Finite Difference Methods
Fundamentals of Finite Difference Methods1rj
 
Heisenbergs uncertainity princple
Heisenbergs uncertainity princpleHeisenbergs uncertainity princple
Heisenbergs uncertainity princpleShivanand Angadi
 
The Heisenberg Uncertainty Principle[1]
The Heisenberg Uncertainty Principle[1]The Heisenberg Uncertainty Principle[1]
The Heisenberg Uncertainty Principle[1]guestea12c43
 
heisenberg uncertainty principle
heisenberg uncertainty principleheisenberg uncertainty principle
heisenberg uncertainty principleMasood Karim
 
Kittel c. introduction to solid state physics 8 th edition - solution manual
Kittel c.  introduction to solid state physics 8 th edition - solution manualKittel c.  introduction to solid state physics 8 th edition - solution manual
Kittel c. introduction to solid state physics 8 th edition - solution manualamnahnura
 
Schrodinger equation and its applications: Chapter 2
Schrodinger equation and its applications: Chapter 2Schrodinger equation and its applications: Chapter 2
Schrodinger equation and its applications: Chapter 2Dr.Pankaj Khirade
 
Using Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential EquationsUsing Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential EquationsGeorge Stevens
 
Variational Principle
Variational PrincipleVariational Principle
Variational PrincipleAmeenSoomro1
 
Cylindrical and Spherical Coordinates System
Cylindrical and Spherical Coordinates SystemCylindrical and Spherical Coordinates System
Cylindrical and Spherical Coordinates SystemJezreel David
 
Operators n dirac in qm
Operators n dirac in qmOperators n dirac in qm
Operators n dirac in qmAnda Tywabi
 
Laplace Transform and its applications
Laplace Transform and its applicationsLaplace Transform and its applications
Laplace Transform and its applicationsDeepRaval7
 
Relativistic formulation of Maxwell equations.
Relativistic formulation of Maxwell equations.Relativistic formulation of Maxwell equations.
Relativistic formulation of Maxwell equations.dhrubanka
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1 Pokarn Narkhede
 
Brief introduction to perturbation theory
Brief introduction to perturbation theoryBrief introduction to perturbation theory
Brief introduction to perturbation theoryAnamika Banerjee
 
An Introduction to the Finite Element Method
An Introduction to the Finite Element MethodAn Introduction to the Finite Element Method
An Introduction to the Finite Element MethodMohammad Tawfik
 

Was ist angesagt? (20)

Postulates of quantum mechanics & operators
Postulates of quantum mechanics & operatorsPostulates of quantum mechanics & operators
Postulates of quantum mechanics & operators
 
FPDE presentation
FPDE presentationFPDE presentation
FPDE presentation
 
Fundamentals of Finite Difference Methods
Fundamentals of Finite Difference MethodsFundamentals of Finite Difference Methods
Fundamentals of Finite Difference Methods
 
Atom hidrogen
Atom hidrogenAtom hidrogen
Atom hidrogen
 
Heisenbergs uncertainity princple
Heisenbergs uncertainity princpleHeisenbergs uncertainity princple
Heisenbergs uncertainity princple
 
The Heisenberg Uncertainty Principle[1]
The Heisenberg Uncertainty Principle[1]The Heisenberg Uncertainty Principle[1]
The Heisenberg Uncertainty Principle[1]
 
heisenberg uncertainty principle
heisenberg uncertainty principleheisenberg uncertainty principle
heisenberg uncertainty principle
 
The wave equation
The wave equationThe wave equation
The wave equation
 
Kittel c. introduction to solid state physics 8 th edition - solution manual
Kittel c.  introduction to solid state physics 8 th edition - solution manualKittel c.  introduction to solid state physics 8 th edition - solution manual
Kittel c. introduction to solid state physics 8 th edition - solution manual
 
Schrodinger equation and its applications: Chapter 2
Schrodinger equation and its applications: Chapter 2Schrodinger equation and its applications: Chapter 2
Schrodinger equation and its applications: Chapter 2
 
Using Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential EquationsUsing Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential Equations
 
Variational Principle
Variational PrincipleVariational Principle
Variational Principle
 
Cylindrical and Spherical Coordinates System
Cylindrical and Spherical Coordinates SystemCylindrical and Spherical Coordinates System
Cylindrical and Spherical Coordinates System
 
Operators n dirac in qm
Operators n dirac in qmOperators n dirac in qm
Operators n dirac in qm
 
Laplace Transform and its applications
Laplace Transform and its applicationsLaplace Transform and its applications
Laplace Transform and its applications
 
Relativistic formulation of Maxwell equations.
Relativistic formulation of Maxwell equations.Relativistic formulation of Maxwell equations.
Relativistic formulation of Maxwell equations.
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1
 
Brief introduction to perturbation theory
Brief introduction to perturbation theoryBrief introduction to perturbation theory
Brief introduction to perturbation theory
 
An Introduction to the Finite Element Method
An Introduction to the Finite Element MethodAn Introduction to the Finite Element Method
An Introduction to the Finite Element Method
 
CHAPTER 6 Quantum Mechanics II
CHAPTER 6 Quantum Mechanics IICHAPTER 6 Quantum Mechanics II
CHAPTER 6 Quantum Mechanics II
 

Ähnlich wie Fdtd ppt for mine

Outgoing ingoingkleingordon ghp
Outgoing ingoingkleingordon ghpOutgoing ingoingkleingordon ghp
Outgoing ingoingkleingordon ghpfoxtrot jp R
 
Comments_on_Paper_Mufti_1983
Comments_on_Paper_Mufti_1983Comments_on_Paper_Mufti_1983
Comments_on_Paper_Mufti_1983Benjamin Seive
 
Outgoing ingoingkleingordon 8th_jun19sqrd
Outgoing ingoingkleingordon 8th_jun19sqrdOutgoing ingoingkleingordon 8th_jun19sqrd
Outgoing ingoingkleingordon 8th_jun19sqrdfoxtrot jp R
 
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...Crimsonpublishers-Mechanicalengineering
 
A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...
A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...
A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...TELKOMNIKA JOURNAL
 
RNN and sequence-to-sequence processing
RNN and sequence-to-sequence processingRNN and sequence-to-sequence processing
RNN and sequence-to-sequence processingDongang (Sean) Wang
 
METEORITE SHOOTING AS A DIFFUSION PROBLEM
METEORITE SHOOTING AS A DIFFUSION PROBLEMMETEORITE SHOOTING AS A DIFFUSION PROBLEM
METEORITE SHOOTING AS A DIFFUSION PROBLEMJournal For Research
 
Homogeneous Components of a CDH Fuzzy Space
Homogeneous Components of a CDH Fuzzy SpaceHomogeneous Components of a CDH Fuzzy Space
Homogeneous Components of a CDH Fuzzy SpaceIJECEIAES
 
Mom slideshow
Mom slideshowMom slideshow
Mom slideshowashusuzie
 
Strong convergence of an algorithm about strongly quasi nonexpansive mappings
Strong convergence of an algorithm about strongly quasi nonexpansive mappingsStrong convergence of an algorithm about strongly quasi nonexpansive mappings
Strong convergence of an algorithm about strongly quasi nonexpansive mappingsAlexander Decker
 
Lane_emden_equation_solved_by_HPM_final
Lane_emden_equation_solved_by_HPM_finalLane_emden_equation_solved_by_HPM_final
Lane_emden_equation_solved_by_HPM_finalSOUMYADAS230727
 
HOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptxHOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptxSayedulHassan1
 
Dr. Arpan Bhattacharyya (Indian Institute Of Science, Bangalore)
Dr. Arpan Bhattacharyya (Indian Institute Of Science, Bangalore)Dr. Arpan Bhattacharyya (Indian Institute Of Science, Bangalore)
Dr. Arpan Bhattacharyya (Indian Institute Of Science, Bangalore)Rene Kotze
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
Dynamical Systems Methods in Early-Universe Cosmologies
Dynamical Systems Methods in Early-Universe CosmologiesDynamical Systems Methods in Early-Universe Cosmologies
Dynamical Systems Methods in Early-Universe CosmologiesIkjyot Singh Kohli
 

Ähnlich wie Fdtd ppt for mine (20)

Outgoing ingoingkleingordon ghp
Outgoing ingoingkleingordon ghpOutgoing ingoingkleingordon ghp
Outgoing ingoingkleingordon ghp
 
PART II.1 - Modern Physics
PART II.1 - Modern PhysicsPART II.1 - Modern Physics
PART II.1 - Modern Physics
 
Comments_on_Paper_Mufti_1983
Comments_on_Paper_Mufti_1983Comments_on_Paper_Mufti_1983
Comments_on_Paper_Mufti_1983
 
Outgoing ingoingkleingordon 8th_jun19sqrd
Outgoing ingoingkleingordon 8th_jun19sqrdOutgoing ingoingkleingordon 8th_jun19sqrd
Outgoing ingoingkleingordon 8th_jun19sqrd
 
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
 
3. AJMS _461_23.pdf
3. AJMS _461_23.pdf3. AJMS _461_23.pdf
3. AJMS _461_23.pdf
 
A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...
A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...
A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...
 
RNN and sequence-to-sequence processing
RNN and sequence-to-sequence processingRNN and sequence-to-sequence processing
RNN and sequence-to-sequence processing
 
METEORITE SHOOTING AS A DIFFUSION PROBLEM
METEORITE SHOOTING AS A DIFFUSION PROBLEMMETEORITE SHOOTING AS A DIFFUSION PROBLEM
METEORITE SHOOTING AS A DIFFUSION PROBLEM
 
Homogeneous Components of a CDH Fuzzy Space
Homogeneous Components of a CDH Fuzzy SpaceHomogeneous Components of a CDH Fuzzy Space
Homogeneous Components of a CDH Fuzzy Space
 
Mom slideshow
Mom slideshowMom slideshow
Mom slideshow
 
PART I.4 - Physical Mathematics
PART I.4 - Physical MathematicsPART I.4 - Physical Mathematics
PART I.4 - Physical Mathematics
 
Strong convergence of an algorithm about strongly quasi nonexpansive mappings
Strong convergence of an algorithm about strongly quasi nonexpansive mappingsStrong convergence of an algorithm about strongly quasi nonexpansive mappings
Strong convergence of an algorithm about strongly quasi nonexpansive mappings
 
Lane_emden_equation_solved_by_HPM_final
Lane_emden_equation_solved_by_HPM_finalLane_emden_equation_solved_by_HPM_final
Lane_emden_equation_solved_by_HPM_final
 
first research paper
first research paperfirst research paper
first research paper
 
HOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptxHOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptx
 
kuramoto
kuramotokuramoto
kuramoto
 
Dr. Arpan Bhattacharyya (Indian Institute Of Science, Bangalore)
Dr. Arpan Bhattacharyya (Indian Institute Of Science, Bangalore)Dr. Arpan Bhattacharyya (Indian Institute Of Science, Bangalore)
Dr. Arpan Bhattacharyya (Indian Institute Of Science, Bangalore)
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
Dynamical Systems Methods in Early-Universe Cosmologies
Dynamical Systems Methods in Early-Universe CosmologiesDynamical Systems Methods in Early-Universe Cosmologies
Dynamical Systems Methods in Early-Universe Cosmologies
 

Kürzlich hochgeladen

Introduction to Viruses
Introduction to VirusesIntroduction to Viruses
Introduction to VirusesAreesha Ahmad
 
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Silpa
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryAlex Henderson
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)Areesha Ahmad
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.Nitya salvi
 
PSYCHOSOCIAL NEEDS. in nursing II sem pptx
PSYCHOSOCIAL NEEDS. in nursing II sem pptxPSYCHOSOCIAL NEEDS. in nursing II sem pptx
PSYCHOSOCIAL NEEDS. in nursing II sem pptxSuji236384
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxMohamedFarag457087
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Servicenishacall1
 
pumpkin fruit fly, water melon fruit fly, cucumber fruit fly
pumpkin fruit fly, water melon fruit fly, cucumber fruit flypumpkin fruit fly, water melon fruit fly, cucumber fruit fly
pumpkin fruit fly, water melon fruit fly, cucumber fruit flyPRADYUMMAURYA1
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learninglevieagacer
 
Sector 62, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑Damini Dixit
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLkantirani197
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusNazaninKarimi6
 
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...Silpa
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)Areesha Ahmad
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxseri bangash
 
Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfSumit Kumar yadav
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learninglevieagacer
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Servicemonikaservice1
 

Kürzlich hochgeladen (20)

Introduction to Viruses
Introduction to VirusesIntroduction to Viruses
Introduction to Viruses
 
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
PSYCHOSOCIAL NEEDS. in nursing II sem pptx
PSYCHOSOCIAL NEEDS. in nursing II sem pptxPSYCHOSOCIAL NEEDS. in nursing II sem pptx
PSYCHOSOCIAL NEEDS. in nursing II sem pptx
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
 
pumpkin fruit fly, water melon fruit fly, cucumber fruit fly
pumpkin fruit fly, water melon fruit fly, cucumber fruit flypumpkin fruit fly, water melon fruit fly, cucumber fruit fly
pumpkin fruit fly, water melon fruit fly, cucumber fruit fly
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learning
 
Sector 62, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Model Escorts | 100% verified
 
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
 
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
 
Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdf
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 

Fdtd ppt for mine

  • 1. Finite Difference Time Domain(FDTD) Method - BY ANIMIKH GOSWAMI Department of Nanoscience & Nanotechnology , University of Kalyani
  • 2. Declaimer Before going to Finite Difference Time Method (FDTD) (FDTD) we should know about the following topic :  Vector Algebra and Vector Calculus  Different form of Maxwell’s equation and their solving.  Interpolation and Numerical Analysis  Finite Difference Method  Computer Programming @Animikh Goswami
  • 3. Finite Difference Time Domain Method Contents :  Introduction to FDTD  2D Formulation  Time Stepping  Perfectly Matched Layer(PML) @Animikh Goswami
  • 4. Finite Difference Time Domain Method (Introduction to FDTD) History and Central Idea :  Simplest and most widely used Computational Electromagnetic method.  Yee (1966) lead the foundation .  Very useful for Time domain formulation : Wave Propagation , Pulsed transient phenomena . Ex. : Switching .  Based on differential form of Maxwell’s equation . @Animikh Goswami
  • 5. Finite Difference Time Domain Method (Introduction to FDTD) Assumption : Linear medium , isotropic , non dispersive . Maxwell’s Equation : 𝐷 = 𝜀𝐸…………………(1) 𝐵 = 𝜇𝐻 ………………..(2) 𝑑𝐷 𝑑𝑡 = 𝛻 × 𝐻 − 𝐽 .................(3) 𝑑𝐵 𝑑𝑡 = − 𝛻 × 𝐸 ………………(4) @Animikh Goswami
  • 6. Using (1) and (2) equation (3) & (4) can be written as 𝑑𝐷 𝑑𝑡 = 𝛻 × 𝐻 − 𝐽 = 𝜀 𝑑𝐸 𝑑𝑡 ................(3) 𝑑𝐵 𝑑𝑡 = − 𝛻 × 𝐸 = 𝜇 𝑑𝐻 𝑑𝑡 ………………(4)  Most of the case in FDTD , we are using in this two equation . In future we will be used (3) as : 𝑑𝐷 𝑑𝑡 = 𝛻 × 𝐻 = 𝜀 𝑑𝐸 𝑑𝑡 ………………(3) Finite Difference Time Domain Method (Introduction To FDTD) @Animikh Goswami
  • 7. Finite Difference Time Domain Method (Introduction To FDTD) From Taylor’s series we get : ∆𝑧 2 𝑓′ 𝑧0 ≅ 𝑓 𝑧0 + ∆𝑧 2 + 𝑓 𝑧0 + 0 ∆𝑧2 This is also known as sided differences . This will be the key term in our FDTD analysis . @Animikh Goswami
  • 8. Finite Difference Time Domain Method (2D formulation ) Types of Polarization : i. Transverse E𝐥𝐞𝐜𝐭𝐫𝐢𝐜 𝑬 𝒙, 𝑬 𝒚, 𝑯 𝒛 : We are taking Electric field(E) along x and y axis and magnetic(H) field along perpendicular of them , i.e. z axis . ii. Transverse Magnetic 𝑯 𝒙, 𝑯 𝒚, 𝑬 𝒛 : We are taking Magnetic field(H) along x and y axis and Electric(E) field along perpendicular of them , i.e. z axis . @Animikh Goswami
  • 9. Finite Difference Time Domain Method (2D formulation) Firstly we are taking : TE polarization From (3) we get: 𝜺 𝝏𝑬 𝒙 𝝏𝒕 = 𝝏𝑯 𝒛 𝝏𝒚 − 𝝏𝑯 𝒚 𝝏𝒛 𝜺 𝝏𝑬 𝒚 𝝏𝒕 = 𝝏𝑯 𝒙 𝝏𝒛 − 𝝏𝑯 𝒛 𝝏𝒙 𝜺 𝝏𝑬 𝒛 𝝏𝒕 = 𝝏𝑯 𝒚 𝝏𝒙 − 𝝏𝑯 𝒙 𝝏𝒚  since 𝐻 𝑥 = 0 𝑎𝑛𝑑 𝐻 𝑦 = 0 in TE polarization then 𝜺 𝝏𝑬 𝒙 𝝏𝒕 = 𝝏𝑯 𝒛 𝝏𝒚 …………………(5) 𝜺 𝝏𝑬 𝒚 𝝏𝒕 = 𝝏𝑯 𝒙 𝝏𝒛 ………………….(6) @Animikh Goswami
  • 10. Finite Difference Time Domain Method (2D Formulation ) From (4) we get , 𝛍 𝝏𝑯 𝒛 𝝏𝒕 = − ( 𝝏𝑬 𝒙 𝝏𝒚 − 𝝏𝑬 𝒚 𝝏𝒙 ) ….................(7) Convention :  𝐸 discretized along grid lines (Boundaries )  𝐻 at centre . Notation : 𝐸 𝑥 → 𝐸 𝑥 𝑥 = 𝑥0 + ∆𝑥 𝑖 + 1 2 , 𝑦 = 𝑦0 + 𝑗∆𝑦  Similar case for 𝐸 𝑦 , 𝐻𝑧 . Grid Calculation : 𝝁𝑯 𝒛 𝒊 + 𝟏 𝟐 , 𝒋 + 𝟏 𝟐 = − 𝑬 𝒙 𝒊 + 𝟏 𝟐 , 𝒋 + 𝟏 − 𝑬 𝒙 𝒊 + 𝟏 𝟐 , 𝒋 ∆𝒚 − 𝑬 𝒚 𝒊 + 𝟏, 𝒋 + 𝟏 𝟐 − 𝑬 𝒚 𝒊, 𝒋 + 𝟏 𝟐 ∆𝒙 Trick : (top- bottom) and (Left- Right) @Animikh Goswami
  • 11. Finite Difference Time Domain Method (2D Formulation) @Animikh Goswami  Similar formulation can be done for TM polarization method . TM→ ( 𝐻 𝑥 , 𝐻 𝑦 , 𝐸𝑧)
  • 12. Finite Difference Time Domain Method (Time Stepping) Now we are going to Time stepping : In this methods we are discretizing space & time . So far we are discussed about Yee cell ( where we used ∆x and ∆y )in space . Now there will be also a variable , i.e. Time(t). And will be denoted as ∆t . Notation : In space the variable was staggered by half a grid (∆x and ∆y ) . In time variable T will also staggered by half a grid(∆t) . @Animikh Goswami
  • 13. Finite Difference Time Domain Method (Time Stepping) Assumption : We take the same assumptions is about the medium linear, homogeneous all of that .  𝐸 evaluated at integer time grid .  𝐻 evaluated 1 2 integer gird . @Animikh Goswami
  • 14. Finite Difference Time Domain Method (Time Stepping) Now we take Maxwell’s equation 𝑑𝐷 𝑑𝑡 = 𝛻 × 𝐻 = 𝜀 𝑑𝐸 𝑑𝑡 ………………(3) 𝑑𝐵 𝑑𝑡 = − 𝛻 × 𝐸 = 𝜇 𝑑𝐻 𝑑𝑡 ………………(4) From (3) and (4) we get in time domain , 𝜺 𝑬 𝒏−𝑬 𝒏−𝟏 ∆𝒕 = 𝛁 × 𝑯 𝒏− 𝟏 𝟐 ……………..……(8) μ 𝐻 𝒏+ 1 2−𝐻 𝒏− 1 2 ∆𝒕 = −𝛁 × 𝐸 𝒏 ……………………(9) @Animikh Goswami
  • 15. Finite Difference Time Domain Method (Time Stepping) From (5) and (6) we get , 𝑬 𝒏 = 𝑬 𝒏−𝟏 − ∆𝒕 𝜺 𝛁 × 𝑯 𝒏− 𝟏 𝟐 …………………..(10) 𝑯 𝒏+ 𝟏 𝟐 = 𝑯 𝒏− 𝟏 𝟐 − ∆𝒕 𝜺 𝛁 × 𝑬 𝒏 ……………............(11)  Leap Frog Integration Scheme : Present Past 𝑬 𝑛−1 𝐻 𝑛− 1 2 𝐻 𝑛+ 1 2 𝐸 𝑛 𝐸 𝑛+1 t @Animikh Goswami
  • 16. Finite Difference Time Domain Method (Graphical Representation of FDTD Simulation) Cartesian Coordinate System : yt x Yee Cell @Animikh Goswami
  • 17. Finite Difference Time Domain Method (Perfectly Matched Layer) Before going to Perfectly Matched Layer in FDTD ,we should know about the following topic :  Accuracy Condition  Dispersive and Non Dispersive Media  ABC Implementation in FDTD  ABC failure in FDTD @Animikh Goswami
  • 18. Finite Difference Time Domain Method (Perfectly Matched Layer)  This is a relatively new development on the Field of FDTD, proposed by Berenger in 1994. Advantages (Our wish list for an Absorbing Material based PML ): 1. It observes waves at all angles , so R=0. 2. It works for evanescent waves . @Animikh Goswami
  • 19. Finite Difference Time Domain Method (Perfectly Matched Layer) Schematic Diagram of PML @Animikh Goswami Wave Boundary Absorbing Material n
  • 20. Finite Difference Time Domain Method (Perfectly Matched Layer) 1. Normal Incident : 𝑹 = 𝒏−𝟏 𝒏+𝟏 2. Interpretation of PML : i. Absorbing Material which is anisotropic . ( Physics ) ii. Coordinate Stretching . ( Math ) @Animikh Goswami Loss x Poor Man’s PML n
  • 21. Finite Difference Time Domain Method (Perfectly Matched Layer) From Maxwell’s Equation ( Keep in mind that 𝑗𝜔𝑡 is time dependent ) : 𝛻𝑒 × 𝐸= − j 𝜔𝜇𝐻 ………………(1) 𝛻ℎ × 𝐻 = 𝑗𝜔𝜀𝐸 .................(2) 𝛻𝑒. 𝜀𝐸=ρ …………………(3) 𝛻ℎ. 𝜇𝐻 =0 ………………..(4) For 1D wave problem we have a solution 𝐸 = 𝐸0 𝑒±𝑗𝑘 𝑟 …………………(5) We have to find wave propagation vector . @Animikh Goswami
  • 22. Finite Difference Time Domain Method (Perfectly Matched Layer) solving the above equations we get for 1D wave problem 𝑘 𝑧= ℎ 𝑧 𝑒 𝑧 𝜔 𝑐 …………..(6) Similarly for 3D wave problem we get, 𝑘0 2 = 𝜔 𝑐 2 = 𝑘 𝑒. 𝑘ℎ= 𝑘 𝑥 2 𝑒 𝑥ℎ 𝑥 + 𝑘 𝑦 2 𝑒 𝑦ℎ 𝑦 + 𝑘 𝑧 2 𝑒 𝑧ℎ 𝑧 …………(7) This is an Ellipsoid . (in polar coordinate system) , 𝑘 𝑥= ℎ 𝑥 𝑒 𝑥 𝑠𝑖𝑛𝜃𝑐𝑜𝑠𝜑 𝑘 𝑦= ℎ 𝑦 𝑒 𝑦 𝑠𝑖𝑛𝜃𝑠𝑖𝑛𝜑 𝑘 𝑧= ℎ 𝑧 𝑒 𝑧 𝑐𝑜𝑠𝜃 @Animikh Goswami This is the solution of (7)
  • 23. Finite Difference Time Domain Method (Perfectly Matched Layer) Notation : 1. Set 𝑒 𝑥 = ℎ 𝑥 , 𝑒 𝑦 = ℎ 𝑦 , 𝑒 𝑧 = ℎ 𝑧 called a “Matched” medium. Using this we get 𝑘 𝑧=𝑘0 𝑒 𝑧 𝑐𝑜𝑠𝜃 (for a Matched medium) similarly other two . 2. If we make 𝑒 𝑧 to be complex .let 𝑒 𝑧 = 𝑝 + 𝑖𝑞 . → 𝑘 𝑧 = 𝑒 𝑗𝑘 𝑧 𝑧 = 𝑒 𝑗𝑘0 𝑒 𝑧 𝑐𝑜𝑠𝜃𝑧 → 𝑘 𝑧 = 𝑒 𝑗𝑘 𝑧 𝑧 𝑒−𝑗𝑘0 𝑒 𝑧 𝑐𝑜𝑠𝜃𝑧 ( This is known as Evanestcent Wave ) Coordinate Stretching Generating Evanescent wave . @Animikh Goswami
  • 24. Finite Difference Time Domain Method Acknowledgement 1. Dr. Ahamed Hossian ( Faculty , Department of Mathematics , B.K.C.College) 2. Shawon Kumar Awon ( Faculty , Department of Mathematics , The Heritage College) 3. Subhom Mukherjee 4. Sayon Chakraborty @Animikh Goswami
  • 25. Finite Difference Time Domain Method Source : 1. Optical Properties of Metallic Nanoparticles Basic Principles and Simulation - Andreas Trügler 2. https://en.wikipedia.org/wiki/Finite-difference_time-domain_method# 3. http://www.iitg.ac.in/engfac/krs/public_html/lectures/ee340/FDTD.pdf @Animikh Goswami
  • 26. Finite Difference Time Domain Method Thank You @Animikh Goswami