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

Help Calculating Reynolds stress in MRF zone

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 26, 2016, 06:07
Default Help Calculating Reynolds stress in MRF zone
  #1
Member
 
Jack
Join Date: May 2015
Posts: 98
Rep Power: 10
Jack001 is on a distinguished road
Hi all,

I have the need to compute the Reynolds stresses (R) from a steady RANS simulation but in the rotating frame of reference of the results from a MRFSimpleFoam calculation. The post processing utility will calculate R but it is using the absolute velocity whereas I want to use the relative velocity. Can someone give me a suggestion on how to do this? At the moment the R utility does this:


Code:
volSymmTensorField R
        (
            IOobject
            (
                "R",
                runTime.timeName(),
                mesh,
                IOobject::NO_READ,
                IOobject::AUTO_WRITE
            ),
            RASModel->R()
        );
        R.write();
and pulls the stresses from the RASModel object, but I have no idea how I could make this refer to the rotating reference frame!

Edit:

I am thinking it might be easier to just compute the Reynolds stress in the rotating frame directly from the default Reynolds stresses using an appropriate transformation matrix.

Last edited by Jack001; September 26, 2016 at 07:21.
Jack001 is offline   Reply With Quote

Reply

Tags
openfoam, postprocessing, reynolds stress


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
rotating wall inside of an MRF zone - fixedValue or movingWallvelocity? evrikon OpenFOAM Running, Solving & CFD 3 April 30, 2015 03:51
Cluster ID's not contiguous in compute-nodes domain. ??? Shogan FLUENT 1 May 28, 2014 15:03
Reynolds Stress Boundary Conditions tstorm FLUENT 0 July 27, 2009 14:44
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36
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 04:24.