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

Add Dirichlet BCs for Navier-Stokes primitive variables #1549

Closed
wants to merge 71 commits into from
Closed

Add Dirichlet BCs for Navier-Stokes primitive variables #1549

wants to merge 71 commits into from

Conversation

apey236
Copy link
Contributor

@apey236 apey236 commented Jun 22, 2023

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.

jlchan and others added 30 commits May 25, 2023 15:47
@jlchan jlchan self-requested a review June 22, 2023 19:57
@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #1549 (9a2847c) into main (b7be585) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            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              
Flag Coverage Δ
unittests 96.05% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...sem/elixir_navierstokes_convergence_nonperiodic.jl 100.00% <100.00%> (ø)
src/equations/compressible_navier_stokes_2d.jl 98.13% <100.00%> (+0.09%) ⬆️

Copy link
Contributor

@jlchan jlchan left a 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

  1. elixir_navierstokes_convergence_nonperiodic.jl
  2. compressible_navier_stokes_2d.jl
  3. test_parabolic_2d.jl

@apey236 apey236 closed this by deleting the head repository Jun 26, 2023
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