Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/10maurycy10/em-simulation
Some toy FDFT electromagnetic simulations based off of maxwell's equations
https://github.com/10maurycy10/em-simulation
Last synced: 11 days ago
JSON representation
Some toy FDFT electromagnetic simulations based off of maxwell's equations
- Host: GitHub
- URL: https://github.com/10maurycy10/em-simulation
- Owner: 10maurycy10
- Created: 2023-07-07T02:15:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T00:31:14.000Z (over 1 year ago)
- Last Synced: 2024-11-20T21:58:47.710Z (2 months ago)
- Language: C
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toy electro magnetic simulations
This is a toy simulation of maxwell's equations in 2 dimentions, using the FDFT method.
## Compiling
This requires the SDL2 library and gcc.
Under linux, use the build script `./build.sh` that takes a file in `./sims` as an argument and creates a binary called `embox`
(I should probobly set up a proper build system sometime)
## Current Simulations
- `./sims/doubleslit.c` This is the clasic double slit experiment.
- `./sims/tuned.c` A simulation of a tuned circuit.
- `./sims/rx.c` A simulation of a tuned circuit filtering a signal.