-
Notifications
You must be signed in to change notification settings - Fork 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
Add capabilities to use segregated fluid dynamics solvers together with other apps in a fixed point iteration. #28819
Labels
C: Modules/Navier Stokes
Tickets pertaining to the navier_stokes module
T: task
An enhancement to the software.
Comments
grmnptr
added
T: task
An enhancement to the software.
C: Modules/Navier Stokes
Tickets pertaining to the navier_stokes module
labels
Oct 9, 2024
grmnptr
changed the title
Add capabilities to use segregated fluid dynamics solvers together with other apps in a multiapp setting.
Add capabilities to use segregated fluid dynamics solvers together with other apps in a fixed point iteration.
Oct 9, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 9, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 9, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
…s betweeen the two solvers for now. (idaholab#28819)
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 11, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 18, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 18, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 18, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 21, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 21, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 21, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 21, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 21, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 22, 2024
… to prepare for executors. (idaholab#28819)
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 22, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 22, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 22, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 22, 2024
grmnptr
added a commit
to grmnptr/moose
that referenced
this issue
Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C: Modules/Navier Stokes
Tickets pertaining to the navier_stokes module
T: task
An enhancement to the software.
Motivation
Even though they are usable through multiapps, the segregated fluid dynamics solvers can't be used
for Picard iteration with other physics. this means that tight coupling is not possible at the moment.
Would be nice if we could do it.
Design
Add a SIMPLESolveObject that replaces some parts in the executioners. Might require some more development to compute the residuals of multiple systems from the same problem within the fixed point algorithm.
Impact
Better integration with other MOOSE simulations.
The text was updated successfully, but these errors were encountered: