https://github.com/sp-yduck/emug
Electromagnetic field analysis in Python
https://github.com/sp-yduck/emug
dipole-moment electromagnetic-fields electromagnetic-radiation electromagnetics numerical-analysis
Last synced: 9 months ago
JSON representation
Electromagnetic field analysis in Python
- Host: GitHub
- URL: https://github.com/sp-yduck/emug
- Owner: sp-yduck
- Created: 2022-02-05T10:12:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T15:49:12.000Z (over 3 years ago)
- Last Synced: 2023-03-10T14:35:48.453Z (over 3 years ago)
- Topics: dipole-moment, electromagnetic-fields, electromagnetic-radiation, electromagnetics, numerical-analysis
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
python -m examples.dipole_emission
```

### example 2 - Electromagnetic radiation from Py dipole

### example 3 - Electromagnetic radiation from Pz dipole

## Requirement
see [requirements.txt](https://github.com/sp-yduck/emug/blob/master/requirements.txt)
```bash
pip install -r requirements.txt
```
## Installation
clone this repository.
```bash
git clone https://github.com/sp-yduck/emug
pip install -r requirements.txt
```
## Author
Teppei Sudo (https://github.com/sp-yduck)