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

Phase Averaged Turbulence Intensity ?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 13, 2001, 20:15
Default Phase Averaged Turbulence Intensity ?
  #1
Jongdae Kim
Guest
 
Posts: n/a
What is Phase Averaged Turbulence Intensity ? How to calculate it from velocity(u(t),v(t)) data?
  Reply With Quote

Old   November 14, 2001, 11:26
Default Re: Phase Averaged Turbulence Intensity ?
  #2
Lionel Larcheveque
Guest
 
Posts: n/a
Suppose you have a periodic signal (for instance pressure signal). You can then define a period duration D. Then divide this duration into n equal intervals of time. At any given time t, you will be able to determine in which sub-interval i you are, i.e. :

A + B*D + (i-1)*D/n < t < A + B*D + i*D/n

with A a constant and B the number of periods since the beginning of the experiment or the calculation.

.

For each sub-interval 1 <= i <= n :

*** compute classical statistics Mi(u)=U_i, Mi(v)=V_i, Mi(u^2) and Mi(v^2) (M means mean, _i for phase i)

*** phase fluctuations u'_i and v'_i are given by :

u'_i=sqrt(Mi(u^2)-U_i^2)

v'_i=sqrt(Mi(v^2)-V_i^2)

*** phase averaged turbulent intensity may be defined for instance by the ratio :

sqrt(u'_i^2+v'_i^2)/sqrt(U_i^2+V_i^2)

.

In practice, you have to store arrays of size n for the sums of u, v, u^2 and v^2 and for the number of samples. At each time, identify the phase number i, and then add instantaneous u, v, u^2 and v^2 data to the i th element of the related arrays and increase by 1 the number of samples for the i th phase. At the end, for each i, divide the element i by the number of samples of the i th phase to obtain phase averaged statistics.

Hope this helps
  Reply With Quote

Old   November 14, 2001, 14:17
Default Re: Phase Averaged Turbulence Intensity ?
  #3
Jongdae Kim
Guest
 
Posts: n/a
Thank you for your explanation. I use almost the same technique as you described. My data is u,v,w,p from turbulent flow. Since 'u' is turbulent velocity, it is sum of periodic and fluctuating parts. To do the phase averaging of u,v,w, one of pressure signal is used as phase trigger. In this case, there is no problem. My problem is how to calculate the phase-averaged turbulence intensity mentioned at the following article.

'The falpping shear layer formed by flow separation from the forward corner of a square cylinder' by D.A.Lyn and W.Rodi, J.Fluid Mech. (1994) vol. 267, pp353-376. At pp355, "This average overall turbulence intensity excluding the periodic contribution may be considered in the context of the triple decomposition as the average over all phases of the phase-averaged turbulence intensity, denoted here as u0' and should be distinguished from the time-averaged turbulence intensity"
  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
alphaEqn.H in twoPhaseEulerFoam cheng1988sjtu OpenFOAM Bugs 15 May 1, 2016 16:12
About Turbulence Intensity (Pipe flow assimilated) gRomK13 Main CFD Forum 1 July 10, 2009 03:11
What is the effect of turbulence intensity Beginner FLUENT 3 June 6, 2008 01:35
compressible two phase flow in CFX4.4 youngan CFX 0 July 1, 2003 23:32
Turbulence Intensity Vs CFD Simulation Apple L S Chan Main CFD Forum 3 December 15, 1998 17:28


All times are GMT -4. The time now is 06:59.