Skip to content

Modules necessary to support additional physics in the Pele suite of codes

License

Notifications You must be signed in to change notification settings

Toby-Yang/PeleMP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeleMP: Multiphysics solver for the Pele code suite

AMReX Badge Exascale Computing Project Badge

PeleMP is the multiphysics code extension for PeleC, PeleLM, and PeleLMeX. Currently provides models for sprays and soot.

Getting Started

Detailed instructions are provided in the Documentation

  1. Determine which Pele code will work with your problem. Follow the instructions listed in that repo.

  2. Set the enviroment variable, PELEMP_HOME, and clone a copy of PeleMP there

    export PELEMP_HOME=<path_to_PeleMP>
    git clone [email protected]:AMReX-Combustion/PeleMP.git ${PELEMP_HOME}
    

    or

    export PELEMP_HOME=<path_to_PeleMP>
    git clone https://github.com/AMReX-Combustion/PeleMP.git ${PELEMP_HOME}
    

Dependencies

PeleMP requires the AMReX and PelePhysics libraries.

About

Modules necessary to support additional physics in the Pele suite of codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.2%
  • C 14.8%
  • Python 5.9%
  • Roff 5.3%
  • Makefile 3.2%
  • Shell 0.6%