Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.26 KB

README.rst

File metadata and controls

34 lines (22 loc) · 1.26 KB

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.