PeleMP is the multiphysics code extension for PeleC, PeleLM, and PeleLMeX. Currently provides models for sprays and soot.
Detailed instructions are provided in the Documentation
Determine which Pele code will work with your problem. Follow the instructions listed in that repo.
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}
PeleMP requires the AMReX and PelePhysics libraries.