8 results · AI-generated index
G
github.io
tool

Implementing Absorbing Boundary Conditions in 2D FDTD Simulations using Python

This repository provides a Python implementation of absorbing boundary conditions for 2D FDTD simulations, including Perfectly Matched Layers (PML) and Absorbing Boundary Conditions (ABC).

R
researchgate.net
research

2D FDTD Simulation with Absorbing Boundary Conditions

This article presents a 2D FDTD simulation with absorbing boundary conditions, implemented in Python using the NumPy library. The simulation demonstrates the effectiveness of absorbing boundary conditions in reducing reflections.

I
ieee.org
article

Absorbing Boundary Conditions for 2D FDTD Simulations

This paper discusses the implementation of absorbing boundary conditions for 2D FDTD simulations, including a comparison of different methods such as PML and ABC. A Python implementation is provided as an example.

Y
youtube.com
video

FDTD Simulations with Absorbing Boundary Conditions in Python

This video tutorial demonstrates how to implement absorbing boundary conditions in 2D FDTD simulations using Python, including a step-by-step guide to setting up the simulation and visualizing the results.

M
mit.edu
official

Perfectly Matched Layers for 2D FDTD Simulations

This lecture note discusses the theory and implementation of Perfectly Matched Layers (PML) for 2D FDTD simulations, including a Python example. PML is a type of absorbing boundary condition used to reduce reflections.

S
stackoverflow.com
article

2D FDTD Simulation with Absorbing Boundary Conditions using NumPy

This question on Stack Overflow asks about implementing absorbing boundary conditions in a 2D FDTD simulation using NumPy, with answers providing example code and explanations.

N
ncsu.edu
official

Absorbing Boundary Conditions for FDTD Simulations

This course note discusses the implementation of absorbing boundary conditions for FDTD simulations, including a 2D example in Python. The note covers the theory and application of different methods.

G
gitlab.com
tool

Python Implementation of 2D FDTD Simulation with Absorbing Boundary Conditions

This GitLab repository provides a Python implementation of a 2D FDTD simulation with absorbing boundary conditions, including example usage and documentation.