Skip to content

Understanding the Finite-Difference Time-Domain Method, implemented in Taichi

Notifications You must be signed in to change notification settings

lucifer1004/uFDTD-Taichi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UFDTD-Taichi

See also the Julia version.

Understanding the Finite-Difference Time-Domain Method, implemented in Taichi.

Table of Contents:

Chapter 3. Introduction to the FDTD method

1D Bare Bones

1D Bare Bones

  • PEC at the left boundary
  • PMC at the right boundary
  • Hardwired source at node 0

1D Additive

1D Additive

  • PEC at the left boundary
  • PMC at the right boundary
  • Additive source at node 50

1D TFSF (Total Field / Scattered Field)

1D TFSF

  • ABC at the left boundary
  • ABC at the right boundary
  • TFSF boundary between hy[49] and ez[50]

1D Dielectric

1D Dielectric

  • ABC at the left boundary
  • ABC at the right boundary (not working as expected due to non-unity relative permittivity)
  • TFSF boundary between hy[49] and ez[50]
  • A dielectric material starting at ez[100]

1D Lossy

1D Lossy

  • ABC at the left boundary
  • TFSF boundary between hy[49] and ez[50]
  • A lossy dielectric material starting at ez[100]

1D Matched

1D Matched

  • ABC at the left boundary
  • TFSF boundary between hy[49] and ez[50]
  • A dielectric material starting at ez[100]
  • A lossy dielectric material starting at ez[180], working as a matching layer

Chapter 6. Differential-Equation Based Absorbing Boundary Conditions

First Order ABC

First Order ABC

  • First order ABC at left and right boundaries
  • TFSF boundary between hy[49] and ez[50]
  • A dielectric material starting at ez[100]

Second Order ABC

Second Order ABC

  • Second order ABC at left and right boundaries
  • TFSF boundary between hy[49] and ez[50]
  • A dielectric material starting at ez[100]

About

Understanding the Finite-Difference Time-Domain Method, implemented in Taichi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages