|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Mhamad Mahdi Alloush
Join Date: Sep 2015
Location: Beirut, Lebanon
Posts: 11
Rep Power: 12 ![]() |
Hi Everyone,
In Fluent, the full approximation scheme is only used for density-based solvers, not for pressure-based ones. Does anyone have any idea what could be the reason? Many thanks! |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
|
I am no expert on fas, nor I know if the Fluent motivation is a general one or related to some specific decision (for example, that they only implement proven methods from tested published works), but fas is multigrid for non linear problems, and the Fluent version involves discretizing on multiple grid levels. This has a cost that is probably justified only for an explicit coupled solver, which means explicit density based in Fluent.
There might be other (more meaningful) reasons |
|
|
|
|
|
|
|
|
#3 |
|
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,841
Rep Power: 68 ![]() ![]() ![]() |
The A in AMG is algebraic. FAS is a geometric multigrid technique. In general, geometric multigrids handle non-linearities (i.e. coupling) better than AMG. AMG relies on iterations/sweeps to transfer non-linearities.
At the same time, the density-based solver is a coupled solver compared to the segregated pressure-based solver. You're basically asking why a multigrid method that handles coupling better is preferred for a coupled solver. Oh em gee. What makes a coupled solver preferred (not necessarily better or not) over a segregated solver in the first place? |
|
|
|
|
|
|
|
|
#4 |
|
Senior Member
|
As a side note, there is one istance where Fluent practically (but not formally) uses the fas approach also for the pressure based solvers. It is for the fmg initialization. Yet, it does so internally by temporarily switching to the explicit density based one
|
|
|
|
|
|
|
|
|
#5 |
|
New Member
Mhamad Mahdi Alloush
Join Date: Sep 2015
Location: Beirut, Lebanon
Posts: 11
Rep Power: 12 ![]() |
Ah cool, I did not know that they switch internally to density-based upon using FMG initialisation. In fact, my question is exactly here, why do they, and possibly many other solvers, avoid the FAS with pressure-based solver? Is it numerically non-feasible or unstable for instance in a pressure-based framework?
|
|
|
|
|
|
|
|
|
#6 |
|
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,338
Rep Power: 36 ![]() ![]() |
I had long back discussion with a developer (Fluent) who has worked on this part of the code and he mentioned that in unstructured grid major issue is that at coarser levels they pretty much always end up with negative volumes.
So my guess is that it has something to do with quality of control volumes and the solution there. |
|
|
|
|
|
|
|
|
#7 | |
|
Senior Member
|
Quote:
|
||
|
|
|
||
|
|
|
#8 | |
|
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,338
Rep Power: 36 ![]() ![]() |
Quote:
In case of density based solver this is not the problem. |
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Future CFD Research | Jas | Main CFD Forum | 10 | March 30, 2013 13:26 |
| What a CFD scheme means? | Accelerator | Main CFD Forum | 0 | March 28, 2012 05:02 |
| CFD JOBS and Expected Salary.... | Noel Harrison | Main CFD Forum | 11 | November 22, 2000 08:15 |
| ASME CFD Symposium, Atlanta, July 2001 | Chris R. Kleijn | Main CFD Forum | 0 | August 21, 2000 05:49 |
| public CFD Code development | Heinz Wilkening | Main CFD Forum | 38 | March 5, 1999 12:44 |