Coder Social home page Coder Social logo

emission's Introduction

banner

Emission

Emission is a project which takes in user-defined geometries and charges and uses the Laplace Equation to plot potential and electric fields. There are two methods to calculate the fields, one is the iterative method and relies on FDTD techniques and the other is the direct method which depends on sparse matrix computations performed by BLAS libraries.

The GUI is written in Qt and the plots are generated through Gnuplot.

A more detailed performance and analysis report can be found in the repository, 'ProjectReport.pdf'. The associated presentation is called 'Emission.pdf'

Build Instructions:

Dependencies:

  • Qt5 development toolkit
  • SuperLU
  • ATLAS
  • Gnuplot with gnuplot-qt

Installation

  1. Install dependencies

  2. Change directory to source/direct_method/

    a. Change the path of slu_ddef.h specified in fpstar.h to it's location on your system.

    b. Change source/direct_method/Makefile LDFLAGS to point to the locations of the SuperLU and ATLAS libraries on your system.

    c. Run make. Move the compiled executable fpstar.out to source/main/

  3. Change directory to source/main/

    d. In source/main/ qmake on the file Emission.pro such as qmake Emission.pro. Note that qmake might be called qmake-qt5 or some variation thereof on your computer.

    e. Once the Makefile has been generated in the source/main directory run make again.

    f. The finished Emission executable can now be run. Note that it must be kept in the same directory as fpstar.out for the direct method to work.

Acknowledgements

We would like to acknowledge the use of SuperLU, CSPARSE, and the stb image library in our project.

emission's People

Contributors

odysie avatar glaneek avatar glaphysid avatar asmecca avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.