Replies: 2 comments 16 replies
-
This is indeed strange and not what I would expect. Are you using your own InitEB.cpp? We have a bunch of test cases that should catch this kind of thing. Including: https://amrex-combustion.github.io/PeleC/ebverification/C10/README.html#eb-c10 (https://github.com/AMReX-Combustion/PeleC/tree/development/Exec/RegTests/EB-C10). Can you make sure there isn't anything different in the input files/code you are using? |
Beta Was this translation helpful? Give feedback.
-
I wonder if this is a plotting issue? is this done using visit? I didnt see anything obvious in our implementation as our viscous test cases work fine. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to simulate the supersonic flow inside a cavity flame-holder using PeleC. The irregular lower wall is built by function initialize_EB2(). In my test case, I use the command 'pelec.eb_noslip = 1 ' in the input file to set the EB condition as noslip wall. However, the test result shows that there is no boundary layer on the EB. The EB condition seemingly is slip wall. I do not know why the command 'pelec.eb_noslip = 1 ' is useless. This is my input file code-inp.txt.
I would appreciate it if anyone could help me.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions