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

Plotting the Kolmogrov k^-5/3 slope on the Turbulent Power Spectrum

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 24, 2020, 05:29
Default Plotting the Kolmogrov k^-5/3 slope on the Turbulent Power Spectrum
  #1
Member
 
Brandon
Join Date: Jun 2018
Location: Germany
Posts: 46
Rep Power: 7
kepler123 is on a distinguished road
I was wondering how you go about plotting the k^(-5/3) slope on a power spectrum you generate from a velocity signal.

I have tested my code with data from the John Hopkins database to make sure that I have done the Fourier transform correctly and I even tested with a simple sinous wave. All is good, but I am really confused about the -5/3 slope.

I was wondering whether a simple y = mx+c would work? I have a plot of Frequency vs KE (as I have the fluctuating u, v and w components from an LES simulation). But this is really irrelevant right now as the problem lies in the -5/3 slope.

Do I pick a point on the generated frequency vs energy plot (x,y) keep the y component in memory and run a loop with this value over frequency raised to -5/3 (k^-5/3?)

For example to clarify the above would I write something like this in Matlab:

y = energy(index)
%index is the location just before where I want to begin the slope
%Energy and Frequency are thevertical and horizontal vectors on the FFT plot.
for i=1:increments_till_end_of_slope_location
.....horizontal_slope(i) = frequency(index+i);
.....vertical_slope(i) = y*(frequency(index+i)^(-5/3));
end


I have attached an image from the John Hopkins database. I personally extracted the velocity data and plotted just Hz vs E(k) I did not multiply by eta on the horizontal axis or divide by c times mu on the vertical axis. This image is just to show you what line I am referring to, the blue line.

I have tried a few things and could not reproduce the -5/3 line any suggestions would help. I did read an old thread from 2017 Power spectrum of LES: understanding of the result that helped me get this far. My Fourier transform was fine, but the database and the comparison with the sine function from Prof. Denaro helped me confirm this.
Attached Images
File Type: jpg hopkins.jpg (69.5 KB, 57 views)
kepler123 is offline   Reply With Quote

Old   June 24, 2020, 09:40
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,769
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
what is exactly the problem? From your plot it appears the superimposition of the log law... you just have to plot something like C*k^(-5/3) in a loglog plot
FMDenaro is offline   Reply With Quote

Old   June 24, 2020, 09:44
Default
  #3
Member
 
Brandon
Join Date: Jun 2018
Location: Germany
Posts: 46
Rep Power: 7
kepler123 is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
you just have to plot something like C*k^(-5/3) in a loglog plot
I'm wondering what the 'k' would be. Is k the corresponding frequency in Hz if I were to be plotting Hz vs Energy?
kepler123 is offline   Reply With Quote

Old   June 24, 2020, 09:47
Default
  #4
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,769
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by kepler123 View Post
I'm wondering what the 'k' would be. Is k the corresponding frequency in Hz if I were to be plotting Hz vs Energy?



frequency, but if the period is exactly L=2pi then it is also equivalent to the wavenumber
FMDenaro is offline   Reply With Quote

Old   June 24, 2020, 09:51
Default
  #5
Member
 
Brandon
Join Date: Jun 2018
Location: Germany
Posts: 46
Rep Power: 7
kepler123 is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
frequency, but if the period is exactly L=2pi then it is also equivalent to the wavenumber
Perfect thank you!
kepler123 is offline   Reply With Quote

Reply

Tags
kolmogrov k -5/3 law


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
turbulent energy spectrum problem cfd.newbie Main CFD Forum 6 September 24, 2015 16:13
turbulent energy spectrum cfd.newbie Siemens 1 June 19, 2008 23:48
turbulent energy spectrum cfd.newbie FLUENT 0 June 18, 2008 18:34
LES correlation and turbulent energy spectrum Fabian Main CFD Forum 4 October 18, 2005 02:04
Turbulent Energy Spectrum Yui Lu Main CFD Forum 3 June 8, 2004 15:46


All times are GMT -4. The time now is 23:17.