How to simulate Stokes/Creeping flow #31678
Unanswered
mhelel
asked this question in
Q&A Modules: Navier-Stokes
Replies: 1 comment
-
|
I would look at https://github.com/idaholab/moose/blob/next/modules/navier_stokes/test/tests/finite_element/ins/lid_driven/steady_vector_fsp_stokes.i which uses a Schur complement field split preconditioner. Since you are solving Stokes, the pressure mass matrix is spectrally equivalent to the Schur complement so you can use that as the preconditioner for the pressure split, which is what is done in that input |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Check these boxes if you have followed the posting rules.
Question
I want to simulate a Stokes/Creeping flow with MOOSE:
Since this problem is ill conditioned it doesn't scale good for large systems. I guess this problem was already solved in Moose but I wasn't able to find an example. I'm quite new to MOOSE so I just wanted to ask you, what would you reckon to be the best way to solve this system.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions