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

fixes for Efield after renaming LM to LMeX #283

Closed baperry2 closed 8 months ago

baperry2 commented 8 months ago

In https://github.com/AMReX-Combustion/PeleLMeX/pull/257 when file names were changed from LM to LMeX some of the Efield related file name changes were missed, due to lack of test coverage for Efield capability. This PR gets the Efield cases working, other than PremBunsen3DKuhl, which relies on a mechanism that doesn't exist in PelePhysics.

TODO:

marchdf commented 8 months ago

Well shoot maybe all that renaming was a bad idea?

baperry2 commented 8 months ago

Gonna merge this now and add the test coverage in a separate PR.