/PeleMP

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

Primary LanguageC++OtherNOASSERTION

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 git@github.com: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.