Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.