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

Linear FV Fluid Energy equation #28952

Merged
merged 16 commits into from
Nov 15, 2024
Merged

Conversation

freiler
Copy link
Contributor

@freiler freiler commented Oct 28, 2024

Closes #28951

@GiudGiud GiudGiud self-assigned this Oct 30, 2024
Copy link
Contributor

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

@moosebuild
Copy link
Contributor

moosebuild commented Nov 7, 2024

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.

@moosebuild
Copy link
Contributor

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
You can directly apply the patch by running, in the top level of your repository:

curl -s https://mooseframework.inl.gov/docs/PRs/28952/clang_format/style.patch | git apply -v

Alternatively, with your repository up to date and in the top level of your repository:

git clang-format d3e2afe6dfd70bc0c565cc1f48d6eb85bc94c0f0

@freiler freiler force-pushed the linearFV-add-ons branch 3 times, most recently from 026bc39 to 3771569 Compare November 8, 2024 23:59
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>
@moosebuild
Copy link
Contributor

Job Precheck on e1fa29f : invalidated by @grmnptr

@moosebuild
Copy link
Contributor

Job Non unity build on e1fa29f : invalidated by @grmnptr

@freiler freiler force-pushed the linearFV-add-ons branch 2 times, most recently from 247b20c to d0c0445 Compare November 12, 2024 16:34
@moosebuild
Copy link
Contributor

Job Precheck on d0c0445 : invalidated by @grmnptr

Copy link
Contributor

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

@moosebuild
Copy link
Contributor

Job Conda (Ubuntu) on b91e2ff : invalidated by @grmnptr

Copy link
Contributor

@grmnptr grmnptr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Contributor

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

@moosebuild
Copy link
Contributor

Job Coverage, step Generate coverage on f67967a wanted to post the following:

Framework coverage

737741 #28952 f67967
Total Total +/- New
Rate 85.11% 85.11% +0.00% 100.00%
Hits 106985 106988 +3 4
Misses 18718 18717 -1 0

Diff coverage report

Full coverage report

Modules coverage

Navier stokes

737741 #28952 f67967
Total Total +/- New
Rate 84.64% 84.68% +0.04% 91.67%
Hits 17081 17182 +101 110
Misses 3100 3108 +8 10

Diff coverage report

Full coverage report

Full coverage reports

Reports

This comment will be updated on new commits.

@moosebuild
Copy link
Contributor

Job Conda (Ubuntu) on f67967a : invalidated by @grmnptr

@GiudGiud
Copy link
Contributor

I added the parallel sweeps while we wait for next to be open for merges

@grmnptr
Copy link
Contributor

grmnptr commented Nov 14, 2024

Great idea!

@GiudGiud
Copy link
Contributor

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

@moosebuild
Copy link
Contributor

Job Sweep navier_stokes (incomplete) on f67967a : canceled by @grmnptr

@GiudGiud GiudGiud merged commit 37b999b into idaholab:next Nov 15, 2024
55 of 56 checks passed
@GiudGiud
Copy link
Contributor

Glad to see linear FV get another contributor! Let's do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Adding fluid energy equation solving capabilities for FV linear SIMPLE solver
4 participants