-
Hello, The PremBunsen3D case crashes after printing the Build infos with SIGABRT. The same also applies for the PremBunsen2D. Is it known what the issue is? The source files seem alright to me. I would like to use the case to understand the setup of burner flames and setup a calculation of the Cambridge burner. Thank you in advance already! |
Beta Was this translation helpful? Give feedback.
Answered by
baperry2
Nov 16, 2023
Replies: 1 comment 1 reply
-
It looks like these cases don't use EB, but are being compiled with EB capability. You can either recompile with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sjlienge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like these cases don't use EB, but are being compiled with EB capability. You can either recompile with
USE_EB = FALSE
in your GNUmakefile or seteb2.geom_type = all_regular
in your input file.