Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.2 KB

EMug

EMug is a Python package of numerical analysis for ElectroMagnetism

Description

There are many electromagnetic field simulation tools that use FEM, MoM, FDTD, etc. On the other hand, what about tools for numerical analysis? EMug provides you a Python package for electromagnetic field analysis.

Example

Electromagnetic radiation from infinitesimal electric current element

example 1 - Electromagnetic radiation from Px dipole

python -m examples.dipole_emission

example 1 - Electromagnetic radiation from Px dipole

example 2 - Electromagnetic radiation from Py dipole

example 2 - Electromagnetic radiation from Py dipole

example 3 - Electromagnetic radiation from Pz dipole

example 3 - Electromagnetic radiation from Pz dipole

Requirement

see requirements.txt

pip install -r requirements.txt

Installation

clone this repository.

git clone https://github.com/sp-yduck/emug
pip install -r requirements.txt

Author

Teppei Sudo (https://github.com/sp-yduck)