AMReX-Fluids / IAMR

A parallel, adaptive mesh refinement (AMR) code that solves the variable-density incompressible Navier-Stokes equations.
https://amrex-fluids.github.io/IAMR/
78 stars 57 forks source link

amrex::Abort::0::MLMGBndry::setBoxBC: Unknown LinOpBCType !!! SIGABRT #162

Open kunal-ncsu opened 2 months ago

kunal-ncsu commented 2 months ago

Hello. I am trying to replicate the "Non-reacting flow past a cylinder" tutorial provided by amrex-combustion under PeleLMeX. I did everything as specified in the tutorial, the only change that i made was turning off the MPI, by doing USE_MPI = FALSE in GNUmakefile. When I try to run the case by giving the command "./PeleLMeX2d.gnu.ex input.2d-Re500", it gives this error -

Doing initial projection(s)

amrex::Abort::0::MLMGBndry::setBoxBC: Unknown LinOpBCType !!! SIGABRT See Backtrace.0 file for details

Can you please tell me where am I going wrong?

Thank you for your time.

WeiqunZhang commented 2 months ago

It seems that setDomainBC was not called or was called with incorrect BCTypes. Maybe you can ask the question on the PeleLMeX github, and they might have ideas.

kunal-ncsu commented 2 months ago

Okay. Thanks for your time.