CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

The differences between Reynolds Stress Calculation

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Andrea1984

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 16, 2019, 05:32
Default The differences between Reynolds Stress Calculation
  #1
Member
 
Farshad
Join Date: Sep 2010
Posts: 36
Rep Power: 15
farshadexp is on a distinguished road
Hi FOAMers;
Does anyone know the differences between two method in calculating reynolds tensor:

Code:
functions
{
    fieldAverage1
    {
        type            fieldAverage;
        functionObjectLibs ( "libfieldFunctionObjects.so" );
        enabled           true;
        outputControl   timeStep;
        outputInterval  100;
        fields
        (
            U
            {
                mean        on;
                prime2Mean  on;
                base        time;
            }
        );
    }
}
and

Code:
functions   R;
the dimension of both of them is m2/s2.
farshadexp is offline   Reply With Quote

Old   October 3, 2019, 08:18
Default
  #2
Senior Member
 
Andrea
Join Date: Feb 2012
Location: Leeds, UK
Posts: 179
Rep Power: 16
Andrea1984 is on a distinguished road
The first method calculates the resolved Reynolds Stresses from an unsteady simulation, whilst I believe that the second one returns the modelled Reynolds Stresses from your turbulence model.

Andrea
Gang Wang likes this.
Andrea1984 is offline   Reply With Quote

Reply

Tags
openfoam


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
Turbulent DFSEM reynolds stress calculation ssa_cfd OpenFOAM Running, Solving & CFD 0 February 1, 2019 08:23
LES models and Reynolds Stress rr3245 OpenFOAM Running, Solving & CFD 0 November 26, 2018 07:05
Help Calculating Reynolds stress in MRF zone Jack001 OpenFOAM Post-Processing 0 September 26, 2016 06:07
How to calculate Reynolds shear stress of a fully turbulent channel flow yansheng STAR-CCM+ 1 March 8, 2016 17:35
Reynolds Stress Models Roued Main CFD Forum 20 February 8, 2000 02:58


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