IAMR icon indicating copy to clipboard operation
IAMR copied to clipboard

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

Open sachdevakunal opened this issue 1 year ago • 3 comments

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.

sachdevakunal avatar May 08 '24 21:05 sachdevakunal

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.

WeiqunZhang avatar May 08 '24 21:05 WeiqunZhang

Okay. Thanks for your time.

sachdevakunal avatar May 11 '24 02:05 sachdevakunal