CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Smoothing on unstructured grids

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 25, 2002, 17:36
Default Smoothing on unstructured grids
  #1
Tony
Guest
 
Posts: n/a
Hi there,

I have a variable distribution needs to be smoothed on unstructured grids. Is anybody aware of any good smoothing/filtering scheme?

Thanks.
  Reply With Quote

Old   July 26, 2002, 08:51
Default Re: Smoothing on unstructured grids
  #2
Pete
Guest
 
Posts: n/a
Hi Tony,

This can be done by looping over all the cells or nodes in the grid (depending on your scheme) and accumulating a sum for the variable of interest at each cell/node. The value of the neighboring cell/node is added to the sum for the current cell. At the end, this sum for each cell/node is then divided by the number of neighbors for that cell/node.

1) Determine the number of adjacent cells/nodes and their cell/node number for each cell/node 2) Save the old values 3) Compute the sum of all adjacent cell values 4) The new value for the variable is (oldvalue + epsilon*sum)/(1 + epsilon*numberofneighbors)

A few passes on this procedure will smooth the variable. Epsilon is a smoothing factor, typically 0.5.

This approach is used for residual smoothing and is described further in AIAA papers by Neal Frink, early to mid-90's.
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Other] OpenFOAM - structured or unstructured Grids ? thomasduerr OpenFOAM Meshing & Mesh Conversion 22 November 24, 2018 23:18
some question about unstructured grids iilw1314 Main CFD Forum 9 March 9, 2011 09:10
combining structured and unstructured grids Shane FLUENT 2 January 23, 2007 20:57
Cell face values computation un unstructured grids Sergio Rossi Main CFD Forum 2 May 28, 2006 10:04
TVD/NVD in unstructured grids m.s. darwish Main CFD Forum 0 August 24, 1999 13:44


All times are GMT -4. The time now is 03:42.