Skip to content

vortex2jm/fdtd-waveguide-simulation

Repository files navigation

FDTD Electromagnetic Wave Guide Simulator

In this repository you will find some electromagnetic fields simulations using meep library.

Usage

Install miniconda

wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
export PATH=$HOME/miniconda/bin:$PATH
source ~/.bashrc
conda create -n mp -c conda-forge pymeep

If it does not work, try:

source ~/miniconda/etc/profile.d/conda.sh
conda activate mp
python3 -c 'import meep'

Now you're ready to run all programs here

python3 <file_name.py>

and let the magic happen!

Some Results

About

Simulating electromagnetic waves behavior in wave guides using meep library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages