Steady-state solver #198
-
All the solvers in HORSES3D seem to be solving the time-dependent governing equations. I may be wrong. Is there a recommended way of obtaining steady-state solutions (ideally something other than iterating for a large number of time-steps) ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We have implicit and multigrid solvers implemented. Take a look to chapter 7 and chapter 9 in the manual. If you are running parallel simulations with MPI, I would recommend trying FAS with RK3 and local time step to start. Implicit solver is trickier as it depends on several external libraries. There are some examples in the test cases folder. |
Beta Was this translation helpful? Give feedback.
Hi @TRPrasanna,
Yes. As you are using RK3 as MG smoother the output is the time used by the RK3 (which is not physical).
I attach a help document a developer generated on the use of FAS for steady simulations.
Take a look and let me know if it helps.
FAS - short guide.pdf