|
[Sponsors] |
July 27, 2008, 16:20 |
STRUCTURE OF CFD CODE
|
#1 |
Guest
Posts: n/a
|
Hi i am trying to visualize structure of CFD code. the point where i get stuck is 'how these commercial codes solve the matrix of discritised equations'. the only methods i know are GUASS SEIDEL and SOR etc... but i trying to understand what methods are being used by e.g CFX, FLUENT, PHOENICS etc thanks in advance
|
|
July 28, 2008, 02:06 |
Re: STRUCTURE OF CFD CODE
|
#2 |
Guest
Posts: n/a
|
They use usually Multigrid. Fluent uses AMG (Algebraic Multigrid). Numeca uses Multigrid. Flow3D 8.0 uses SOR, but they improved their solver to GEMRES is version 9.0. But in anycase they use usually AMG for the new commercial solvers.
|
|
July 28, 2008, 05:38 |
Re: STRUCTURE OF CFD CODE
|
#3 |
Guest
Posts: n/a
|
Thanks Nabi... what about CFX ?
|
|
July 28, 2008, 12:52 |
Re: STRUCTURE OF CFD CODE
|
#4 |
Guest
Posts: n/a
|
Some codes also use conjugate gradient type of solvers.
|
|
July 29, 2008, 11:43 |
Re: STRUCTURE OF CFD CODE
|
#5 |
Guest
Posts: n/a
|
But note that CG is not a general purpose solver! Those codes might use it for diffusion only cases.
|
|
August 10, 2008, 04:47 |
Re: STRUCTURE OF CFD CODE
|
#6 |
Guest
Posts: n/a
|
not only diffusion BICG or CGSTAB can be implied for a non symetric and even non positive definition matrices but they both break down in some cases as it happened for me. and not to mention lots of codes use a ADI method specially for a 3d code. I prefer it while you can use it because of simplisity and efficiency.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Structure of CFD code | Shyam | Main CFD Forum | 5 | April 26, 2006 13:04 |
ASME CFD Symposium | Chris Kleijn | Main CFD Forum | 0 | August 22, 2001 07:41 |
user friendly cfd code | waqar | Main CFD Forum | 19 | August 18, 2000 17:31 |
cfd job | Dr. Don I anyanwu | Main CFD Forum | 20 | May 17, 1999 16:13 |
Commercial CFD code | Hanson G. He | Main CFD Forum | 1 | October 15, 1998 09:49 |