Difficulty using EB on thin walls #643
Closed
JayStandridge
started this conversation in
General
Replies: 1 comment 5 replies
-
@baperry2 has set up some of these kinds of flames so he might have thoughts. My question would be: is it necessary to get that geometry? Could you not have the domain start at the tip of that premixture inlet and just remove the need for EB completely? Maybe this is a naive question and I don't fully understand the issue. I guess you wouldn't get the boundary layer... |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to mesh the Sandia Flame A geometry:
I am using the extruded_triangles eb2 geometry because four triangles are all I need to match the flow due to symmetry. Due you have some recommendations on how to mesh the thin wall efficiently? I have been able to mesh the geometry, but it requires my coarse level to be excessively fine in the vast majority of the domain. When I coarsen the mesh to an appropriate level, I get the following error:
amrex::Abort::0::Failed to build required coarse EB level 4 !!!
I thought there might be an issue with the cell boundaries not aligning with the EB cuts, but that doesn't seem to fix it.
I thought it might not have enough cells across the wall to get a good stencil, but increasing my refinement doesn't seem to change the error either.
Do you have some AMR best practices or guidelines for meshing a geometry like this?
Beta Was this translation helpful? Give feedback.
All reactions