https://github.com/vortex2jm/fdtd-resonant-cavity-simulator
I built a simple framework to simulate electromagnetic wave behavior in resonant cavities using the Finite-Difference Time-Domain method.
https://github.com/vortex2jm/fdtd-resonant-cavity-simulator
electromagnetic-simulation fdtd
Last synced: 9 months ago
JSON representation
I built a simple framework to simulate electromagnetic wave behavior in resonant cavities using the Finite-Difference Time-Domain method.
- Host: GitHub
- URL: https://github.com/vortex2jm/fdtd-resonant-cavity-simulator
- Owner: vortex2jm
- License: mit
- Created: 2025-08-27T13:15:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T13:19:29.000Z (9 months ago)
- Last Synced: 2025-08-27T22:21:24.024Z (9 months ago)
- Topics: electromagnetic-simulation, fdtd
- Language: Python
- Homepage:
- Size: 22.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FDTD Electromagnetic Resonant Cavity Simulator
In this repository, you will find a mini framework developed using the FDTD method to solve Maxwell's equations and simulate electromagnetic wave propagation in two-dimensional resonant cavities.
## Usage
```
python3 -m venv venv
```
```
source venv/bin/activate
```
```
pip install -r requirements.txt
```
```
python3 main.py
```
The [main.py](/main.py) has an example code to simulations available in [the section below](#some-results)
## Some Results





