CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

FvmSuSpvolVectorField U

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 10, 2006, 19:46
Default Hi All, In the calcEk funct
  #1
Member
 
diablo80@web.de
Join Date: Mar 2009
Posts: 93
Rep Power: 17
sampaio is on a distinguished road
Hi All,

In the calcEk function used in DNSFoam, the Ek is calculated as follows:

graph calcEk
(
const volVectorField& U,
const Kmesh& K
)
{
return kShellIntegration
(
fft::forwardTransform
(
ReComplexField(U.internalField()),
K.nn()
),
K
);
}

In text books, however, I always see something involving spectrum Phi{ij}, which is the Fourier transform of the correlation function R.

So we should have R (autocorrelation of u) instead of U inside fft::forwardTransform, something like this:
fft::forwardTransform
(
ReComplexField(autocorrelation_of_U.internalField( )),
K.nn()
),
K

Is that right?

Is there something I am missing?

Something that makes both ways of calculating this spectrum equivalent, that I am missing?

Best regards,
luiz
sampaio 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
FvmSuSpvolVectorField U sampaio OpenFOAM Running, Solving & CFD 1 July 14, 2006 18:15
FvmSuSpvolVectorField U sampaio OpenFOAM Running, Solving & CFD 2 June 21, 2006 15:04


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