Skip to content
forked from lcpp-org/crane

A MOOSE application dedicated to general Chemical ReAction NEtworks for plasma chemistry and thermochemistry problems.

License

Notifications You must be signed in to change notification settings

ASKapat/crane_HS

 
 

Repository files navigation

DOI

CRANE

CRANE (Chemical ReAction NEtwork) is an open source software dedicated to modeling the time evolution of coupled rate equations. CRANE is part of the MOOSE framework: http://mooseframework.org

Instructions for installing CRANE:

Step 1. Install the MOOSE development environment (click on 'Getting Started' at the following link and follow the instructions),

http://mooseframework.org/

After installing MOOSE, make sure you have the following folder on your local machine containing MOOSE

~/projects

Step 2. After installing the MOOSE environment, execute the following commands:

cd ~/projects

git clone https://github.com/lcpp-org/crane

cd crane

git submodule update --init moose

make -jn

where n is the number of logical processors on your computer.

Step 3. Run tests to make sure CRANE is installed properly.

./run_tests

If all the tests pass, CRANE has been successfully installed.

About

A MOOSE application dedicated to general Chemical ReAction NEtworks for plasma chemistry and thermochemistry problems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.4%
  • C++ 14.2%
  • Assembly 13.3%
  • Python 4.0%
  • Makefile 0.7%
  • SWIG 0.3%
  • Shell 0.1%