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

Orszag 2/3 rule

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 16, 2012, 09:58
Default Orszag 2/3 rule
  #1
Senior Member
 
Eifoehn4's Avatar
 
-
Join Date: Jul 2012
Location: Germany
Posts: 184
Rep Power: 13
Eifoehn4 is on a distinguished road
Hi,

I have a question about dealaising a Fourier-Pseudospectral-Code for the 3D incompressible Navier-Stokes-Equation by using the Orszag 2/3-Rule.

Does the rule refer to every single wavenumber direction k_x, k_y, k_z?
Or does it refer to the spherical wavenumber |k|=\sqrt{k_x^2+k_y^2+k_z^2}?

Thanks,...

Last edited by Eifoehn4; July 17, 2012 at 05:07.
Eifoehn4 is offline   Reply With Quote

Old   July 17, 2012, 08:51
Default
  #2
Senior Member
 
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20
cfdnewbie is on a distinguished road
From the theoretical derivation of the 2/3 rule, it should refer to kx, ky, kz.
cfdnewbie is offline   Reply With Quote

Old   July 17, 2012, 13:30
Default
  #3
Senior Member
 
Eifoehn4's Avatar
 
-
Join Date: Jul 2012
Location: Germany
Posts: 184
Rep Power: 13
Eifoehn4 is on a distinguished road
That would mean i have to use such a filter:

- 2D example
- high modes are concentrated in the middle after using FFT (FFTW)

(like a cross)

D_{Filter}=\begin{pmatrix}
    1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1\\
    1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1\\
    1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1\\
    0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0\\
    0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0\\
    0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0\\
    1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1\\
    1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1\\
    1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1\\
\end{pmatrix}

Instead of:

(like a circle)

D_{Filter}=\begin{pmatrix}
    1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\\
    1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1\\
    1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1\\
    1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1\\
    1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1\\
    1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1\\
    1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1\\
    1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1\\
    1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1\\
\end{pmatrix}

Right?
Eifoehn4 is offline   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
1.5-dev: wmake rule march=opteron david OpenFOAM Bugs 3 April 7, 2010 17:04
gcc and executable file from Mac to Linux simone Marras Main CFD Forum 0 April 8, 2007 15:49
Reigles Rule? Frank Wedburn Main CFD Forum 0 November 23, 2005 14:30
Quadrature Rule for Triangles Khurram Main CFD Forum 3 August 28, 2002 19:15
higher gauss Quadrature rule for triangles R.A.Khurram Main CFD Forum 1 September 27, 2001 13:39


All times are GMT -4. The time now is 02:38.