-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add Dirichlet BCs for Navier-Stokes primitive variables #1549
Conversation
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
…p4est_parabolic_BCs
Codecov Report
@@ Coverage Diff @@
## main #1549 +/- ##
==========================================
+ Coverage 96.04% 96.05% +0.01%
==========================================
Files 368 369 +1
Lines 31049 31116 +67
==========================================
+ Hits 29821 29888 +67
Misses 1228 1228
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
This PR should have shrunk after merging #1493, but it didn't seem to do so. @apey236, can you create a fresh branch off of main (following https://trixi-framework.github.io/Trixi.jl/dev/github-git/#Create-a-branch-and-*immediately*-create-a-pull-request) and submit a new PR with these changes?
It should just be the Dirichlet BC changes to the 3 files
- elixir_navierstokes_convergence_nonperiodic.jl
- compressible_navier_stokes_2d.jl
- test_parabolic_2d.jl
This PR adds an implementation of Dirichlet BCs for the Navier-Stokes parabolic terms with primitive gradient variables.
This builds off of #1493, which should be merged first.