|
[Sponsors] |
April 13, 2014, 08:39 |
Problem about MULTIGRID PARAMETERS
|
#1 |
New Member
emily
Join Date: Mar 2014
Posts: 15
Rep Power: 12 |
According to Tutorial 2, Multigrid is a convergence acceleration technique where the original mesh is simplified into a series of coarser meshes, and calculations are performed on all mesh levels with each solver iteration in order to provide a better residual update. Does it mean that for every simulation case when MGLEVEL= 3 and MGCYCLE= 1, SU2 runs fastest?
And about the CFL_REDUCTION, what's the meaning of this option? Does it mean that for every simulation case, bigger CFL_REDUCTION leads to faster run but lower stability? |
|
April 13, 2014, 16:18 |
|
#2 |
New Member
Andrw Wendorff
Join Date: Apr 2014
Posts: 28
Rep Power: 12 |
Multigrid helps to converge the solution in a reduced number of steps. Depending on the size of the mesh, more levels of multigrid might make sense so MGLEVEL = 3 is not necessarily the fastest, but instead is just faster than MGLEVEL = 0, 1, or 2.
Since the CFL number is based on the time step (or virtual time step) and the mesh size, when coarsening the grid in the case of multigrid, the stability is impacted. Having a CFL_REDUCTION closer to 1 will lead to less stability and a quicker run. Hope this helps. |
|
April 13, 2014, 21:17 |
|
#3 | |
New Member
emily
Join Date: Mar 2014
Posts: 15
Rep Power: 12 |
Quote:
And what's the result of unstability? Hope for your reply. Thank you! |
||
April 13, 2014, 23:05 |
|
#4 |
New Member
Andrw Wendorff
Join Date: Apr 2014
Posts: 28
Rep Power: 12 |
So you could have higher multigrid number then it will be faster, but I am not sure if MGLEVEL three is the maximum. It could be that you could use a higher MGLEVEL so you have to be careful when saying the fastest. The result of instability is the solution will blow up and yield a meaningless result instead of converge.
|
|
April 14, 2014, 05:04 |
|
#5 | |
Senior Member
|
Quote:
On the other hand, high frequency error will have been dumping faster in fine grid, and low frequency error will have been dumping faster in coarse grid. In Mutigrid you are displacing the solution between fine and coarse grid to make it faster to converge. You may use W cycle that is more accurate but it will take longer or V cycle that is less accurate but it will work faster for displacing the solution between fine and coarse grid. In the algebraic method you may using Gauss-Seidlel or ILU or other way to merge cells and coarse your initial fine grid because you need to level your grid into fine and coarse. MGLEVEL=3 means that you have three grid levels from fine to coarse for displacing the solution and accelerating the convergence. If you are displacing the solution between too much level you are just wasting your time because the solution will not change any more. Besides, you may confront instability and hinder your solution from the convergence. CFL_REDUCTION changes the CFL number for the coarse level in order for providing stability. |
||
April 14, 2014, 12:51 |
|
#6 | |
New Member
emily
Join Date: Mar 2014
Posts: 15
Rep Power: 12 |
Quote:
|
||
Tags |
acceleration, convergence, multigrid |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pro/E to ANSYS Parameterization Guide | Trues | ANSYS | 4 | April 18, 2018 06:52 |
Parameters for multigrid solver | HaZe | OpenFOAM Running, Solving & CFD | 3 | January 28, 2012 03:05 |
A problem regarding Limiters parameters in geometry components | leeyee | FLOW-3D | 3 | July 29, 2010 21:38 |
multigrid | sureshkumar | Main CFD Forum | 0 | June 9, 2006 02:20 |
Periodic flow boundary condition problem | sudha | FLUENT | 3 | April 28, 2004 09:40 |