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

2D FDTD Simulation in Python

A Python implementation of the 2D Finite-Difference Time-Domain (FDTD) method for simulating electromagnetic waves. Includes example code and visualization tools.

W
wikipedia.org
article

Finite Difference Time Domain Method

The Finite-Difference Time-Domain (FDTD) method is a numerical analysis technique used for modeling computational electrodynamics. This article provides an overview of the method and its applications.

R
researchgate.net
research

Python FDTD Code for 2D Electromagnetic Simulations

This code implements the 2D FDTD method in Python for simulating electromagnetic waves. It includes examples for simulating wave propagation in free space and in a dielectric medium.

Y
youtube.com
video

FDTD Simulation using Python and NumPy

A video tutorial on implementing the FDTD method in Python using NumPy for simulating electromagnetic waves in 2D. The video includes example code and explanations of the underlying physics.

G
gitlab.com
tool

2D FDTD Example Code in Python

An open-source repository containing example code for a 2D FDTD simulation in Python. The code includes a simple implementation of the FDTD method and visualization tools using Matplotlib.

E
edX.org
official

Numerical Methods for Electromagnetics

An online course covering numerical methods for electromagnetics, including the FDTD method. The course includes example code in Python and MATLAB for simulating electromagnetic waves in 2D.

S
sciencedirect.com
research

FDTD Method for Electromagnetic Simulations

A scientific article discussing the application of the FDTD method for simulating electromagnetic waves in various fields, including optics and microwave engineering. The article includes example code in Python.

A
acm.org
article

Python Implementation of 2D FDTD for Educational Purposes

An article published in the ACM Journal on Educational Resources in Computing, presenting a Python implementation of the 2D FDTD method for educational purposes. The code is designed to be simple and easy to understand.