|
[Sponsors] |
March 23, 2014, 07:32 |
sequence of Reynolds stress components
|
#1 |
Member
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 16 |
what is the sequence of the Reynolds stress components that are written after a fieldAverage i.e UPrime2Mean. UPrime2Mean writes out 6 components but what is the sequence that OpenFoam writes? Is it R11, R22, R33, R12, R13 and R23 or is it R11, R12, R13, R22, R23 and R33? I cant figure out from the src code of fieldAverage!
Thanks. |
|
March 25, 2014, 07:43 |
|
#2 |
Member
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 16 |
Any starting points to look at??
Thanks. |
|
October 22, 2014, 19:04 |
|
#3 |
New Member
Rajib Roy
Join Date: Jun 2014
Location: Laramie, Wyoming
Posts: 18
Rep Power: 12 |
its R11, R12, R13, R22, R23 and R33
look at the value of any solution; R_ii should be always positive |
|
October 23, 2014, 02:44 |
|
#4 |
Member
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 16 |
||
November 3, 2014, 04:39 |
|
#5 |
Senior Member
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 16 |
Greetings Thangam
Thanks for the code. Actually, by using this code, the confusion on Reynolds stress components sequence is removed. Best, Bobi |
|
April 27, 2020, 09:27 |
|
#6 | |
Member
Gang Wang
Join Date: Oct 2019
Location: China
Posts: 64
Rep Power: 8 |
Quote:
I know it's a very old thread and post but recently I'm also engaged in this topics. I'd like to know UPrime2Mean is exactly the Reynolds Stress tensor, right? Best, Gang |
||
December 10, 2020, 12:05 |
|
#7 |
Senior Member
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7 |
||
May 21, 2021, 07:17 |
|
#8 |
Senior Member
Lukas Fischer
Join Date: May 2018
Location: Germany, Munich
Posts: 117
Rep Power: 8 |
I can confirm the following sequence of UPrime2Mean.
OpenFOAM (v1912): 1. Rxx 2. Rxy 3. Rxz 4. Ryy 4. Ryz 6. Rzz ParaView: 1. Rxx 2. Ryy 3. Rzz 4. Rxy 4. Ryz 6. Rxz I checked it doing the following: Write the UPrime2Mean field by using a fieldAverage function in the controlDict.I opened the solution with Paraview and choose the calculator filter. Next selected attribute type: cell data. Result array name e.g. result Select scalars e.g. UPrime2Mean_XX _YY and so on. Open a spread sheet view and compare the value with your OpenFoam solution file. |
|
May 21, 2021, 13:19 |
|
#9 | |
Senior Member
Join Date: Apr 2020
Location: UK
Posts: 736
Rep Power: 14 |
Quote:
Code:
//- Component labeling enumeration enum components { XX, XY, XZ, YY, YZ, ZZ }; Code:
//- Component labeling enumeration enum components { XX, XY, XZ, YX, YY, YZ, ZX, ZY, ZZ }; |
||
Tags |
les, reynolds shear stress, turbulence analysis |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Accessing the components of the resolved Reynolds stress tensor in a LES | flotus1 | FLUENT | 8 | January 21, 2013 04:34 |
Reynolds Stress Models | Jade M | Main CFD Forum | 0 | April 21, 2010 17:38 |
reynolds stress components in CEL | Roberto | CFX | 0 | December 3, 2008 04:29 |
get the value of six Reynolds Stress components? | July | CFX | 2 | June 24, 2008 10:19 |
reynolds normal and shear stress components | saran | Siemens | 0 | August 28, 2006 01:54 |