Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
edit the README
Browse files Browse the repository at this point in the history
  • Loading branch information
wjge committed Nov 16, 2023
1 parent 74b88ed commit b2e9ecf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ To run the script:

## Usage
PeleRad is designed for modeling radiative transfer in reacting flows. To activate and use PeleRad in conjunction with PeleLMeX, follow these steps:
1. Add 'USE_PELERAD = TRUE' in the GNUmakefile in the case.
2. If using the clang compiler on Frontier, the c++ file system needs to be linked by adding 'LIBRARIES += -lstdc++fs'.
3. Add the pelerad input keywords to the input file in the case folder. Example keywords can be found in '/inputs/inputs.egLMeX'
4. The path of the spectral database ($PELERAD_HOME/data/kpDB/) is needed for the pelerad.kppath keywords.
1. Add 'USE_PELERAD = TRUE' in the GNUmakefile in the case folder.
2. If using the clang compiler on Frontier, link the c++ file system by adding 'LIBRARIES += -lstdc++fs'.
3. Add the pelerad input keywords to the amrex-style input file in the case folder. Example keywords can be found in '/inputs/inputs.egLMeX'
4. Specify the path of the spectral database ($PELERAD_HOME/data/kpDB/) is needed for the 'pelerad.kppath' keywords in the input file.

## License
The license file is located at
Expand Down

0 comments on commit b2e9ecf

Please sign in to comment.