-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EB-FlowOverCylinder Case #827
EB-FlowOverCylinder Case #827
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's have this case run as part of the testing suite, but only in 2D. To do that, put
if(PELE_DIM EQUAL 2)
add_test_r(EB-FlowPastCylinder EB-FlowPastCylinder)
endif()
here: https://github.com/AMReX-Combustion/PeleC/blob/development/Tests/CMakeLists.txt#L242
Also, can you add entry to the documentation for this case similar to the other EB cases here? https://github.com/AMReX-Combustion/PeleC/tree/development/Docs/sphinx/ebverification. For the documentation, snapshots from a case with 5 < Re < 47 showing steady flow and a case with 47 < Re < 500 showing a vortex shedding would be enough for validation.
… added to testing suite.
I added a case that flows Hagen–Poiseuille flow over a cylinder defined with embedded boundaries. The case utilizes the Godunov method instead of the MOL.