-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Delete full monolithic solver & re-organize problems using lambdas #31785
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
Conversation
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.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
2c9bea4 to
7b09a19
Compare
|
Job Documentation, step Docs: sync website on ce6ccf5 wanted to post the following: View the site here This comment will be updated on new commits. |
|
Job Coverage, step Generate coverage on ce6ccf5 wanted to post the following: Framework coverage
Modules coverageSubchannel
Full coverage reportsReports
This comment will be updated on new commits. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
modules/subchannel/test/tests/problems/SFR/sodium-19pin/gold/test19_monolithic_out.csv
Show resolved
Hide resolved
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
00c2f09 to
1c7b477
Compare
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
1c7b477 to
227290b
Compare
d1e1fca to
a49a2ac
Compare
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
a49a2ac to
df34e81
Compare
|
Job GCC min debug on df34e81 : invalidated by @kyriv1980 |
GiudGiud
left a comment
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.
looks good to me
@tanoret there are changes in the validation suite, do you want to look this over?
df34e81 to
f15c50f
Compare
|
Job Docker moose-dev-openmpi on f15c50f : invalidated by @kyriv1980 |
|
Job Apptainer moose-openmpi on f15c50f : invalidated by @kyriv1980 |
6e2eabb to
ba4f3cf
Compare
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md
Outdated
Show resolved
Hide resolved
ba4f3cf to
5e366b0
Compare
|
Job Python 3.11 on d06e97b : invalidated by @kyriv1980 |
tanoret
left a comment
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.
All good for the CSV. All changes are within experimental uncertainties of the associated tests.
modules/subchannel/test/tests/problems/Lead-LBE-19pin/gold/test_LEAD-19pin_out.csv
Show resolved
Hide resolved
modules/subchannel/test/tests/problems/psbt/gold/psbt_monolithic_out.csv
Show resolved
Hide resolved
modules/subchannel/validation/PNNL_12_pin/steady_state/gold/2X6_ss_out.csv
Show resolved
Hide resolved
modules/subchannel/validation/Toshiba_37_pin/gold/toshiba_37_pin_out.csv
Show resolved
Hide resolved
d06e97b to
ce6ccf5
Compare
|
Job Test, step Results summary on ce6ccf5 wanted to post the following: Framework test summaryCompared against ac88058 in job civet.inl.gov/job/3368843. Removed testsAdded testsRun time changesModules test summaryCompared against ac88058 in job civet.inl.gov/job/3368843. Removed tests
Added testsRun time changes
|
|
great cleanup |
This Pr resolves issues #31044, #30037, #31799 which:
Fix a bug with the crossflow aux variable population inside the implicit solver and regold as needed.
Clean-up and finalize the implicit solver (remove the full-monolithic method) since we opt to lag the enthalpy solution.
Some cosmetic/readability improvements.
This PR is an improved version of : #31500