AMReX-Combustion / PeleLMeX

An adaptive mesh hydrodynamics simulation code for low Mach number reacting flows without level sub-cycling.
https://amrex-combustion.github.io/PeleLMeX/
BSD 3-Clause "New" or "Revised" License
24 stars 36 forks source link

Question about combustion simulation #213

Closed CAIROCharlie closed 1 year ago

CAIROCharlie commented 1 year ago

Hello! May I ask how to add radiative heat loss in combustion simulation?

Thank you.

wjge commented 1 year ago

We are still merging/testing the radiation module. It is ready to build and run.
https://github.com/AMReX-Combustion/PeleRad If you need to add radiation to your case now, I can push the latest to my fork of PeleLMeX.

CAIROCharlie commented 1 year ago

Thank you very much for your reply!!! I want to add radiation to my case.But I don't know how to add PeleRad to the case of PeleLMeX.

wjge commented 1 year ago

@CAIROCharlie Hi, I added a script (https://github.com/wjge/PeleMP/blob/PR_radiation/Exec/JetTests/PeleLMeX/xburner_rad/script/build_Frontier.sh) to show how to build the latest PeleLMeX with radiation. The script is for AMD GPU (on the OLCF Frontier), but you shall be able to modify it to build and run your own simulation on most architectures supported by Pele.

CAIROCharlie commented 1 year ago

Thank you very much! I will try it!