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

Renolds stress _uprime2mean

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 19, 2018, 08:11
Default Renolds stress _uprime2mean
  #1
Member
 
Jingxue Wang
Join Date: Sep 2017
Posts: 58
Rep Power: 8
Jingxue Wang is on a distinguished road
Hi,everyone!

I get the result of renolds stress of my calculation, from Uprime2mean0 to 5 . But I am not sure about the true meaning of each. For Uprime2mean0~2,maybe they are u'u',v'v',w'w' because they should be >0. But for Uprime2mean3~5,are they u'v',v'w',u'w'?

Many thanks!
Attached Images
File Type: jpg Uprime2Mean.jpg (80.7 KB, 29 views)
Jingxue Wang is offline   Reply With Quote

Old   January 20, 2018, 00:51
Default
  #2
Member
 
Jingxue Wang
Join Date: Sep 2017
Posts: 58
Rep Power: 8
Jingxue Wang is on a distinguished road
Do someboday have idea for this?

Many thanks!
Jingxue Wang is offline   Reply With Quote

Old   January 23, 2018, 09:54
Default
  #3
New Member
 
Ben
Join Date: Oct 2016
Posts: 25
Rep Power: 9
bentkj is on a distinguished road
Hi, I'm not sure on your exact process on how you got those tables but for Reynolds stresses, as an example with simpleFoam, I use the function:

Code:
simpleFoam -postProcess -func R -latestTime
This can be expanded to use parallel processing too so:
Code:
mpirun -np 36 simpleFoam -parallel -postProcess -func R -latestTime
For transient solutions you'll then have to specify a time range.
You'll get 6 values that are self-explanatory (xx, xy, etc. 6 because the stress matrix is symmetrical which can be accessible through Paraview or similar.

Hope this helps. Good luck!
bentkj is offline   Reply With Quote

Old   January 24, 2018, 13:09
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,679
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Quote:
Originally Posted by Jingxue Wang View Post
But for Uprime2mean3~5,are they u'v',v'w',u'w'?
Not quite. It's u'v', u'w', and v'w'.

Rxx = 0, Ryy = 1, Rzz = 2
Rxy = 3, Rxz = 4, Ryz = 5

Quote:
Originally Posted by bentkj View Post
You'll get 6 values that are self-explanatory (xx, xy, etc. 6 because the stress matrix is symmetrical which can be accessible through Paraview or similar.

Hope this helps. Good luck!
The question wasn't why there are 6 but how to tell which one is which because OF just gives you 0,1,2,3,4,5.
LuckyTran is offline   Reply With Quote

Old   January 24, 2018, 20:34
Default
  #5
New Member
 
Ben
Join Date: Oct 2016
Posts: 25
Rep Power: 9
bentkj is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
The question wasn't why there are 6 but how to tell which one is which because OF just gives you 0,1,2,3,4,5.
What I'm trying to say is that if you use the postProcess function R you'll get more self explanatory variables of R:xx, R:yy, R:xy, etc. instead of 0,1,2,... Perhaps a different version of OF uses different names? I'm on 4.1.

And I just mentioned all of those extra stuff with the intention to potentially help others looking to plot stresses. Took me a while figuring it out myself.

Last edited by bentkj; January 24, 2018 at 20:49. Reason: typo
bentkj 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
[ANSYS Meshing] Error in Workbench "Unable to attach to geometry file" Jeremie84 ANSYS Meshing & Geometry 70 October 25, 2017 16:03
Plane stress and plane strain cases for stress analysis Sargam05 OpenFOAM 0 May 3, 2013 18:16
Reynolds Stress Models Jade M Main CFD Forum 0 April 21, 2010 16:38
shear stress scalar definitions? Novak Elliott CFX 0 April 6, 2003 01:45
What is the detail definition of wall shear stress zjm FLUENT 0 January 2, 2002 07:43


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