|
[Sponsors] |
November 22, 2002, 01:50 |
SUPG for 2-D Navier-Stokes advice needed..
|
#1 |
Guest
Posts: n/a
|
Hi,
I have written a 2D steady-state and transient coupled NS solver using FEM. I am using 8-node velocity quadrilaterals elements coupled to 4-node quadrilateral elements, and Galkerin weighting. However, the model fails to converge for highly- convective flows, so I am trying to implement SUPG. I am uncertain where to implement SUPG weighting. I've read (Heinrich) that I only use SUPG weighting on the convective terms on the RHS, i.e. Md. + Kd = F, where F is the body force vector [fx fy 0], and the SUPG weighting is: wi = Ni + (alpha*H)/2*abs(V) [ udNi/dx + v dNi/dy ] Does this sound correct? Any advice we be much appreciated before I go and try to code the algorithm. -N |
|
November 22, 2002, 10:03 |
Re: SUPG for 2-D Navier-Stokes advice needed..
|
#2 |
Guest
Posts: n/a
|
From the little that I have read about FEM, I understand that SUPG is obtained when only the convective terms are weighted in that manner. When all the terms are weighted in the same way then the scheme is called Galerkin Least Squares (GLS). For purely advective systems both are of course identical. For SUPG see the thesis, A HIGHER ORDER ACCURATE FINITE ELEMENT METHOD FOR VISCOUS COMPRESSIBLE FLOWS by Daryl Lawrence Bonhaus. It is available on the net (google search) A quote from above thesis:
"Since the fundamental source of instability in the Euler and Navier-Stokes equations is the dominance of the advective terms, it is unclear that the additional complexity of the GLS method over the SU/PG method has any real benefit." For GLS, there is a an entire book by Bo-nan Jiang, "The Least-Squares Finite Element Method", Springer 1998. |
|
November 23, 2002, 01:06 |
Re: SUPG for 2-D Navier-Stokes advice needed..
|
#3 |
Guest
Posts: n/a
|
Is there any thesis available online about optimization of Francis Turbine runner or designing method of francis turbine runner thanks
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Filtered navier stokes equation..LES:: | Palani Velladurai | Main CFD Forum | 7 | September 6, 2013 03:51 |
Adding a term to Navier Stokes Equation | ashtonJ | CFX | 3 | January 15, 2011 07:32 |
ILU for Navier stokes problems | Raju | Main CFD Forum | 5 | July 29, 2006 15:15 |
Navier stokes compresible viscid flow fea, somebody can help? | Jose Choy | Main CFD Forum | 3 | October 24, 2003 03:28 |
Newbie:Viscoelasticity and Navier stokes equation | Rajil Saraswat | Main CFD Forum | 2 | June 9, 2003 08:21 |