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

Calculating Reynolds stresses while using k-e or k-omega models

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By LuckyTran

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 15, 2017, 09:47
Default Calculating Reynolds stresses while using k-e or k-omega models
  #1
New Member
 
Join Date: May 2015
Posts: 22
Rep Power: 10
Kostas_K is on a distinguished road
Hello,

I am runnig a simulation to visualize a turbulent jet. I solved it as steady state first with k-e model in order to get an initial value and the I use k-omega for the residuals to converge.
I want to visualize the Reynolds Stresses without using the RSM. I looked around and i found that I have to create a custom field function with Boussinesq approximation for calulating Reynolds stresses. I also found the theory behind this and I know how to write simple custom field functions but I can not find how to write the equations in order to calculate them.
Has anyone done this before in order to help me/ guide me ?

Any help is welcome.
Thank you
Kostas_K is offline   Reply With Quote

Old   May 15, 2017, 18:18
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
I have a cute implementation as a custom field function. However, before v18, custom field functions cannot be used in parallel so this can only be used for post-processing and not on the fly. If you want it to work on the fly, you need to do it using UDF and UDM (only for <v18). v18 fluent allows parallel custom field functions.

Plotting of normal stresses from k-e model

Just load the file directly. I think it works for any of the k-based models since all you need is the k, strain rate, and turbulent viscosity. If I get motivated I'll make it a sticky on my blog. Please also be careful of the density appearing in my script. It depends how you define 'stress' whether or not there should be a density involved.

If you know the equations, it's very easy (though cumbersome) to set up the custom field functions in the GUI since you just click on a bunch of buttons. It's much tougher to do manually in text in one go. I would recommend trying to reproduce just one of the equations so you can convince yourself that you know how to do it.
LuckyTran is offline   Reply With Quote

Old   May 16, 2017, 12:53
Default
  #3
New Member
 
Join Date: May 2015
Posts: 22
Rep Power: 10
Kostas_K is on a distinguished road
Thank you very much LuckyTran for your response and for your file

I am solving it as incompressible so the density is a constant. Will there be a problem ?
Kostas_K is offline   Reply With Quote

Old   May 16, 2017, 13:30
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
Constant density isn't a problem, you still have a field variable called density and it will still work.

The density issue is how do you define the Reynolds stresses? If you take the terms out of the momentum equation with units of stress then it should be rho*u'*u'. However, many people define the uu Reynolds stress as u'*u' with no density. The question is how do you define it? You can keep or delete the density to suit your needs.
LuckyTran is offline   Reply With Quote

Old   May 16, 2017, 14:02
Default
  #5
New Member
 
Join Date: May 2015
Posts: 22
Rep Power: 10
Kostas_K is on a distinguished road
Well what i exactly want to visualize are the Reynolds shear stresses uv and uw (both have a dash above them). Can i still use your file ?

In general i have to evaluate using Ansys an experiment which took place 30 years ago. And i only have the resulted contours. Nothing more. But i believe the people who conducted the experiment defined the uu Reynolds stress as u'*u' with no density.
Kostas_K is offline   Reply With Quote

Old   May 16, 2017, 14:10
Default
  #6
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
Well then you shouldn't call those Reynolds stresses because they are not stresses.

You can use the script but you need to remove the density. Anyway, 99% of the work has already been done for you, good luck. The problem with the script is it's written in language that you must decipher. It's much faster to start from scratch.

If you know the theory behind Boussinesq and you can write any custom field function, you can skip my script and start over from scratch. You will be done faster this way. You will end up with a very similar script.

You should just go ahead and do it instead of wondering what-if. If you had done this from the start, the problem would have been solved days ago already.
whistling likes this.
LuckyTran 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
Resolved Reynolds Stresses in LES...??! ktgfeel FLUENT 11 March 5, 2021 00:27
Reynolds Stresses in Fluent AeroCat FLUENT 6 December 1, 2015 10:16
Calculating principle stresses (Difficult) Joe CFX 5 March 7, 2007 11:55
Reynolds stresses without velocity correlations? Phil Main CFD Forum 1 October 2, 2006 04:29
How to update polyPatchbs localPoints liu OpenFOAM Running, Solving & CFD 6 December 30, 2005 17:27


All times are GMT -4. The time now is 21:11.