Implement backup and restore for fixed point iteration changes#65
Merged
mattfalcone1997 merged 86 commits intoaurora-multiphysics:mainfrom Jan 15, 2026
Merged
Conversation
3dc23f7 to
971b985
Compare
…ot implemented yet
k-collie
reviewed
Nov 10, 2025
Collaborator
k-collie
left a comment
There was a problem hiding this comment.
Initial comments before rebase and looking at tests
k-collie
reviewed
Dec 9, 2025
…re not backed up. Also make changes based on code review
k-collie
requested changes
Jan 9, 2026
Collaborator
k-collie
left a comment
There was a problem hiding this comment.
I have to check the tests a bit but here's some comments.
k-collie
reviewed
Jan 13, 2026
Collaborator
k-collie
left a comment
There was a problem hiding this comment.
Tests look pretty good overall I think, just a few things.
test/OpenFOAM/modules/laplacianTestSolver/laplacianTestSolver.H
Outdated
Show resolved
Hide resolved
k-collie
reviewed
Jan 15, 2026
test/tests/multiapps/unsteady_heat_conduction_in_infinite_system/run.i
Outdated
Show resolved
Hide resolved
k-collie
approved these changes
Jan 15, 2026
Collaborator
k-collie
left a comment
There was a problem hiding this comment.
Thanks for enduring my review Matt! Good job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implement backup and restore functionality for the data from OpenFOAM to allow fixed point iteration to be used with MOOSE. A potential advantage to be explored:
Maybe look to reproduce in the
laplacianTestSolverRelated Issue
Resolves #21
Checklist