|
[Sponsors] |
July 19, 2012, 04:07 |
FAS multigrid method
|
#1 |
Senior Member
Mehdi Babamehdi
Join Date: Jan 2011
Posts: 158
Rep Power: 15 |
Hi everyone;
I plan to apply FAS multigrid method in my code but I have some problem in understanding: first of all, I can not understand what "relaxation" means? infact, I suspect this step used only for solving L*U=F that F and U find from restriction or prolongation steps or it is used in calculating NS equation with initial value that is obtained from these two steps? and second, is it necessary to calculate L (coefficient matrix) in each step of relaxation? as it is known L is depends on U and V (Velocity) and with changing u and v it will change. and finally, what should be done for pressure? is it necessary to all three step of multigrid are applied for pressure? I ask it because in convergence, only for u and v is considered. thanks in advance |
|
July 21, 2012, 22:21 |
|
#2 |
Senior Member
Mehdi Babamehdi
Join Date: Jan 2011
Posts: 158
Rep Power: 15 |
any idea about the problems?
|
|
July 23, 2012, 05:57 |
|
#3 |
Senior Member
Rami Ben-Zvi
Join Date: Mar 2009
Posts: 155
Rep Power: 17 |
Hi Mehdi,
Relaxation means that you do not apply the full change of a newly-calculated variable, but rather - a weighted-sum of the new and old values of it. It is a general definition, and may be used in FAS as well as in other areas. Salam,
Rami |
|
July 30, 2012, 23:40 |
|
#4 |
Senior Member
Mehdi Babamehdi
Join Date: Jan 2011
Posts: 158
Rep Power: 15 |
fortunately, these problem was solved, but some other came.
first of all, I apply simpler method in collocated grid. in simpler method velocity and pressure calculated in 6 step: 1-guess initial value 2- calculate pseudo-velocity 3- solve pressure Equation 4- solve descritized momentum equation 5- solve pressure correction equation 6- correct velocity my question is the restricted source term (the term in bracket in following equation) that is added in course grid equation should be added in which step (step 2 or 4 for velocity and step 3 or 5 for pressure)? thanks in advance Last edited by mb.pejvak; July 31, 2012 at 22:28. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FAS Multigrid on compressible flow | antoniofct | OpenFOAM Programming & Development | 4 | June 20, 2012 03:54 |
explicit residual smoothing working with multigrid method | zhanglei | Main CFD Forum | 0 | August 30, 2010 13:20 |
Multigrid Method for Euler Equation | Vidhyashankar.N | Main CFD Forum | 2 | March 23, 2008 22:14 |
Multigrid method | Suresh kumar | Main CFD Forum | 1 | April 24, 2006 21:07 |
Unstructured Multigrid Method for Euler equations | Jian Xia | Main CFD Forum | 8 | December 20, 1999 13:31 |