Skip to content
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

Merged
merged 13 commits into from
Jul 23, 2024

Conversation

dmontgomeryNREL
Copy link
Contributor

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.

@marchdf marchdf requested a review from baperry2 July 16, 2024 19:55
Copy link
Contributor

@baperry2 baperry2 left a 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.

Exec/RegTests/EB-FlowPastCylinder/GNUmakefile Outdated Show resolved Hide resolved
Exec/RegTests/EB-FlowPastCylinder/prob.H Show resolved Hide resolved
Exec/RegTests/EB-FlowPastCylinder/prob.H Outdated Show resolved Hide resolved
Exec/RegTests/EB-FlowPastCylinder/temporary_file Outdated Show resolved Hide resolved
Source/LES.cpp Outdated Show resolved Hide resolved
Tests/CMakeLists.txt Outdated Show resolved Hide resolved
@baperry2 baperry2 enabled auto-merge (squash) July 22, 2024 23:23
@baperry2 baperry2 merged commit 1ce0ed1 into AMReX-Combustion:development Jul 23, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants