CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

turbulent dissipation rate in LES

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 2 Post By LuckyTran
  • 1 Post By CeesH
  • 1 Post By CeesH
  • 1 Post By CeesH

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 31, 2015, 18:20
Default turbulent dissipation rate in LES
  #1
Member
 
Join Date: May 2013
Posts: 32
Rep Power: 12
maphd is on a distinguished road
Hello All,

I want to calculate turbulent dissipation rate in Large eddy simulation in fluent 14.

Could anyone please give me some step by step calculations on how to do it in fluent?

Thanks,
maphd is offline   Reply With Quote

Old   September 1, 2015, 00:44
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,673
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
consult either of these two:

http://www.cfd-online.com/Wiki/Turbu...ssipation_rate


http://www.cfd-online.com/Wiki/Intro...kinetic_energy



what you need are the spatial derivatives of the fluctuating velocities (so you can then assemble the symmetric part of the fluctuating strain rate tensor). This is somewhat challenging to do since you don't know your fluctuating velocities until you have converged mean statistics, which I think is the hardest part of this problem. Once you get the fluctuating velocities, you're nearly there.
LuckyTran is offline   Reply With Quote

Old   March 8, 2016, 13:08
Default
  #3
Member
 
Join Date: May 2013
Posts: 32
Rep Power: 12
maphd is on a distinguished road
LuckyTran,

I calculated fluctuating velocities. But do you know how to calculate the first derivatives (partial derivatives) of the fluctuating velocities? I need those to calculate the strain rate.

Thank you,
maphd is offline   Reply With Quote

Old   March 8, 2016, 22:54
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,673
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Wow this is an old post!

I think it would have been much easier to just work in instantaneous strain rates and then determine the fluctuations. Not sure why I didn't think of this back then.
maphd and roi247 like this.
LuckyTran is offline   Reply With Quote

Old   March 9, 2016, 03:25
Default
  #5
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
Hi Maphd;

what works for me is to set up a custom field function:

[eff-viscosity]*[strain-rate-mag]*[strain-rate-mag].

Export the values over a number of timesteps and average. Of course, check if the statistics converge.

Cheers!
C
maphd likes this.
CeesH is offline   Reply With Quote

Old   March 9, 2016, 03:35
Default surface heat flux
  #6
New Member
 
asmita
Join Date: Feb 2016
Location: Mumbai
Posts: 11
Rep Power: 10
asmita_iitb is on a distinguished road
hello,
Q.1
q(heat flux)=h(Tamb-Tw)

q- surface heat flux
Tw - wall temp
q,Tw unknown


how to update Tw and q through udf in fluent?
asmita_iitb is offline   Reply With Quote

Old   March 9, 2016, 11:15
Default
  #7
Member
 
Join Date: May 2013
Posts: 32
Rep Power: 12
maphd is on a distinguished road
Hi CeesH,
Thank you for your reply. Actually, I am trying to calculate strain rate then from there I will calculate turbulent dissipation rate.
Is the formula you wrote giving me the strain rate? I need to calculate fluctuating strain rates, then from 2*NU*sij*sij I will calculate turbulent dissipation rate (Nu: kinematic viscosity, sij: flctuating strain rates).

Hi LuckTran,
Thank you for your reply. Do you know how I can calculate instantaneous strain rates? is the above formula gives that to me? Can I calculate strain rate and then calculate turbulent dissipation rate as I explained above?

Thank you,
I appreciate your help.
maphd is offline   Reply With Quote

Old   March 9, 2016, 11:25
Default
  #8
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
Why do you want to calculate the instantaneous strain rate?
FLUENT gives that under derivatives - strain rate. You are indeed right it should be nu, not mu.
maphd likes this.
CeesH is offline   Reply With Quote

Old   March 9, 2016, 11:34
Default
  #9
Member
 
Join Date: May 2013
Posts: 32
Rep Power: 12
maphd is on a distinguished road
CeesH,

I think I got confused on this. Yes you are right, fluent gives me instantaneous strain rate.

the formula you wrote in your first post, what does it equal to? Is it strain rate?
Thanks,
maphd is offline   Reply With Quote

Old   March 9, 2016, 11:37
Default
  #10
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,673
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Velocity gradients and strain rate is already available as a Fluent variable (which is why it would be easier to do it this way). You don't need to calculate the derivative yourself. I actually don't recommend to calculate gradients from velocity, use the Fluent one. If you calculate it yourself then you need to discretize it yourself.

The reason for the nu and mu confusion is the definition of turbulent kinetic energy. Usually k is defined as turbulent kinetic energy per unit mass (turbulent kinetic energy is most often a misnomer). Whether k is the actual kinetic energy or kinetic energy per unit mass will determine whether your dissipation rate will be by mu or nu.
LuckyTran is offline   Reply With Quote

Old   March 9, 2016, 12:18
Default
  #11
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
yes, what I did was implement the custom field function where Sij is the strain rate magnitude found under derivatives, and the effective viscosity is the kinematic one.
maphd likes this.
CeesH is offline   Reply With Quote

Old   March 9, 2016, 17:52
Default
  #12
Member
 
Join Date: May 2013
Posts: 32
Rep Power: 12
maphd is on a distinguished road
CeesH,

So, you wrote the formula for turbulent dissipation then?
Also there is no strain rate magnitude in fluent, I can choose strain rate under derivatives. do you mean that one?
Thanks,
maphd is offline   Reply With Quote

Old   March 10, 2016, 07:29
Default
  #13
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
that is the strain rate magnitude yes defined as sqrt(2S_ij S_ij)
CeesH is offline   Reply With Quote

Old   January 1, 2017, 23:01
Default
  #14
Member
 
Maria
Join Date: Jul 2013
Posts: 84
Rep Power: 12
marialhm is on a distinguished road
hi, maphd, have you succeeded in calculating turbulent dissipation rate in LES, and how? I also want to do so.

Many thanks.

Maria
marialhm 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
changing a variable (turbulence dissipation rate) formolation m.beh Fluent UDF and Scheme Programming 6 November 7, 2016 05:53
T-Junction Case Study: K-Omega Dissipation rate control? paulnardone STAR-CCM+ 1 August 7, 2014 14:53
Turbulent dissipation rate effect turbine torque?? sedongjjang FLUENT 0 August 24, 2012 14:13
Turbulence dissipation rate bitkiz CFX 1 November 16, 2011 09:46
Turbulent Eddy Dissipation in LES Patrick CFX 8 July 12, 2006 02:44


All times are GMT -4. The time now is 19:16.