-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Linear FV Fluid Energy equation #28952
Conversation
modules/navier_stokes/include/linearfvkernels/LinearFVMomentumBoussinesq.h
Show resolved
Hide resolved
modules/navier_stokes/include/linearfvkernels/LinearFVMomentumBoussinesq.h
Outdated
Show resolved
Hide resolved
modules/navier_stokes/include/linearfvkernels/LinearFVMomentumBoussinesq.h
Outdated
Show resolved
Hide resolved
modules/navier_stokes/src/linearfvkernels/LinearFVEnergyAdvection.C
Outdated
Show resolved
Hide resolved
modules/navier_stokes/src/linearfvkernels/LinearFVMomentumBoussinesq.C
Outdated
Show resolved
Hide resolved
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.
Very nice job! A few comments here and there.
modules/navier_stokes/doc/content/source/linearfvkernels/LinearFVEnergyAdvection.md
Outdated
Show resolved
Hide resolved
modules/navier_stokes/doc/content/source/linearfvkernels/LinearFVMomentumBoussinesq.md
Outdated
Show resolved
Hide resolved
modules/navier_stokes/doc/content/source/linearfvkernels/LinearFVMomentumBoussinesq.md
Outdated
Show resolved
Hide resolved
modules/navier_stokes/doc/content/source/linearfvkernels/LinearFVMomentumBoussinesq.md
Show resolved
Hide resolved
modules/navier_stokes/doc/content/source/linearfvkernels/LinearFVEnergyAdvection.md
Outdated
Show resolved
Hide resolved
...tokes/test/tests/finite_volume/ins/natural_convection/diff_heated_cavity_linear_segregated.i
Outdated
Show resolved
Hide resolved
...tokes/test/tests/finite_volume/ins/natural_convection/diff_heated_cavity_linear_segregated.i
Outdated
Show resolved
Hide resolved
...tokes/test/tests/finite_volume/ins/natural_convection/diff_heated_cavity_linear_segregated.i
Outdated
Show resolved
Hide resolved
...tokes/test/tests/finite_volume/ins/natural_convection/diff_heated_cavity_linear_segregated.i
Outdated
Show resolved
Hide resolved
...tokes/test/tests/finite_volume/ins/natural_convection/diff_heated_cavity_linear_segregated.i
Outdated
Show resolved
Hide resolved
Job Documentation, step Docs: sync website on f67967a wanted to post the following: View the site here This comment will be updated on new commits. |
85cfe42
to
93081c3
Compare
9e123e8
to
993dd22
Compare
Job Precheck, step Clang format on 993dd22 wanted to post the following: Your code requires style changes. A patch was auto generated and copied here
Alternatively, with your repository up to date and in the top level of your repository:
|
026bc39
to
3771569
Compare
modules/navier_stokes/test/tests/finite_volume/ins/natural_convection/tests
Outdated
Show resolved
Hide resolved
Co-authored-by: Peter German <31662443+grmnptr@users.noreply.github.com> Apply suggestions from code review Co-authored-by: Peter German <31662443+grmnptr@users.noreply.github.com>
3771569
to
e1fa29f
Compare
Job Non unity build on e1fa29f : invalidated by @grmnptr |
framework/doc/content/source/linearfvkernels/LinearFVEnergyAdvection.md
Outdated
Show resolved
Hide resolved
247b20c
to
d0c0445
Compare
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 test is failing locally with more than 2 cores. This should fix it.
modules/navier_stokes/test/tests/finite_volume/ins/channel-flow/linear-segregated/2d/tests
Show resolved
Hide resolved
d0c0445
to
b91e2ff
Compare
Job Conda (Ubuntu) on b91e2ff : invalidated by @grmnptr |
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.
Nice!
modules/navier_stokes/src/linearfvkernels/LinearFVEnergyAdvection.C
Outdated
Show resolved
Hide resolved
modules/navier_stokes/src/linearfvkernels/LinearFVMomentumBoussinesq.C
Outdated
Show resolved
Hide resolved
b91e2ff
to
c87f4f0
Compare
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.
It fails because it thinks it needs to test threading.
...les/navier_stokes/test/tests/finite_volume/ins/natural_convection/linear_segregated/2d/tests
Show resolved
Hide resolved
modules/navier_stokes/test/tests/finite_volume/ins/natural_convection/tests
Outdated
Show resolved
Hide resolved
Job Coverage, step Generate coverage on f67967a wanted to post the following: Framework coverage
Modules coverageNavier stokes
Full coverage reportsReports
This comment will be updated on new commits. |
Job Conda (Ubuntu) on f67967a : invalidated by @grmnptr |
I added the parallel sweeps while we wait for next to be open for merges |
Great idea! |
I think I picked the wrong ones for this PR. I ll try again, bear with me. Sweep NS will fail due to other tests already but we can look at the related tests |
Job Sweep navier_stokes (incomplete) on f67967a : canceled by @grmnptr |
Glad to see linear FV get another contributor! Let's do it |
Closes #28951