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 32 forks source link

Boundary patch implementation #369

Closed SreejithNREL closed 1 month ago

SreejithNREL commented 2 months ago

Added functionalities for reporting species mass flux through user-specified patches on non-EB boundaries. Patches are user specific zones that the user can specify-currently, patch types are full-boundary, circle, rectangle, circle-annular and rectangle-annular. Once the variable do_patch_mfr is set to 1, the solver writes down these fluxes similar to other temporals.

baperry2 commented 2 months ago

A few general comments (I may have more when I dig in in more detail)