Giter Site home page Giter Site logo

jwpeterson / zapdos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shannon-lab/zapdos

0.0 3.0 0.0 146.67 MB

Open source Moose app for simulating low-temperature plasmas

License: GNU Lesser General Public License v2.1

Jupyter Notebook 0.98% Makefile 0.74% C++ 94.81% Shell 0.58% GLSL 1.18% Python 1.69%

zapdos's Introduction

DOI

Zapdos

Free (in all senses of the word) and open source software for modelling atmospheric plasmas using finite elements. This application is built on top of the MOOSE framework, which can be found at http://mooseframework.org

The best documentation so far for this project is in this thesis chapter. Some notes on understanding existing chemistry kernels and/or implementing new ones in Zapdos/MOOSE are given in Chemical_Reactions.ipynb.

Instructions for installing Zapdos:

  1. Follow the getting started instructions for setting up the MOOSE environment.
  2. After installing the MOOSE environment execute the following commands in the directory above your MOOSE directory. E.g. if MOOSE is in ~/projects/moose, then these commands should be executed from the ~/projects directory
    • git clone https://github.com/shannon-lab/zapdos
    • cd zapdos
    • git submodule init
    • git submodule update
    • make -jn where "n" is the number of logical processors on your computer
  3. To make sure the installation is working correctly, execute run_tests -jn, substituting 'n' with your number of processors. All tests should pass with 'OK'
  4. If everything checks out, you should now be able to run input files using the zapdos-opt executable in the ~/projects/zapdos directory. Input files demonstrating the capabilities of zapdos can be found in the sub-directories of ~/projects/zapdos/tests. If you want to start modifying an input file, a good one to choose is mean_en.i in ~/projects/zapdos/problems. I typically run an input file like mean_en.i using the following command:
    • cd ~/projects/zapdos/problems; ../zapdos-opt -i mean_en.i --no-color 2>&1 | tee log.txt
    • The above command will parse information of the iterative solution process to both the console and to the log file log.txt
    • The above command will also create an output file named mean_en_out.e containing all the solution variable values. These results are best viewed using a visualization tool like Paraview, downloadable here
    • Important note: Many of the existing input files in the problems directory require fileName.msh. In order to create the requisite .msh file, you must run the command gmsh -d fileName.geo where d is the dimension of the mesh and fileName.geo is the source file for the mesh. gmsh can be installed on Ubuntu using sudo apt-get install gmsh or it can be downloaded here. Some of the *.msh files can also be found in the tests directory.
  5. In general the problems directory is meant to be the user work-space. S/he should feel welcome to modify any files in that directory. The tests directory, on the other hand, is meant to be a showcase and provide examples of the capabilities already established in zapdos. As zapdos is developed (by you hopefully!) and more capabilities are added, the tests directory will continue to grow. If you feel that you have added important new functionality, please create a test for it, such that any future changes will not break that capability.

Please do not hesitate to contact the zapdos google-group list if you have any questions about using or contributing to this software.

Email: [email protected]
Google group: https://groups.google.com/forum/#!forum/zapdos-users

zapdos's People

Contributors

aeslaughter avatar dschwen avatar friedmud avatar jhaase1 avatar jwpeterson avatar lindsayad avatar permcody avatar petey2144 avatar rwcarlsen avatar

Watchers

 avatar  avatar  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.