Welcome to PeleLMeX’s documentation!
PeleLMeX is the non-subcycling version of PeleLM, an adaptive-mesh low Mach number hydrodynamics
code for reacting flows. If you need help or have questions, please use the GitHub discussion.
The documentation pages appearing here are distributed with the code in the Docs
folder as “restructured text” files. The html is built
automatically with certain pushes to the PeleLMeX GibHub repository. A local version can also be built as follows
cd ${PELE_HOME}/Docs
make html
where PELE_HOME
is the location of your clone of the PeleLMeX repository. To view the local pages,
point your web browser at the file ${PELE_HOME}/Docs/build/html/index.html
.
- PeleLMeX controls
- Computational domain definition
- Grid/AMR parameters
- Load balancing
- Time stepping parameters
- IO parameters
- Refinement controls
- PeleLMeX derived variables
- PeleLMeX algorithm
- Transport coefficients and LES
- Chemistry integrator
- Embedded Geometry
- Linear solvers
- Active control
- Run-time diagnostics
- Run-time control
- Troubleshooting