Skip to content

JacobACarter/EMWS-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electromagnetic Wave Scattering

2022 Update

Developers: Noah Templet; Michael Sheppard III; Jacob Carter
Research Supervisor: Stephen Shipman

Description

Interactive GUI for creating Electromagnetic Wave Scattering environments and simulating results. Can modify material properties, as well as number of layers, as well as properties of incident Electromagnetic fields.

Backend Deployment Instructions

Starting the App (Frontend)

Best option is to use Python. Creates a HTTP server in the frontend directory.

Simply just run this:

cd frontend && python -m http.server

Starting the App (Backend)

Python is required here.

Install the following dependencies using pip:

  • flask
  • flask_cors
  • numpy
  • scipy

Simply just run this:

cd backend && python -m api.app

About

Interactive GUI for Electromagnetic Wave Scattering problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.6%
  • SCSS 2.8%
  • CSS 2.1%
  • HTML 1.8%
  • Python 0.7%