|
[Sponsors] |
September 26, 2016, 07:07 |
Help Calculating Reynolds stress in MRF zone
|
#1 |
Member
Jack
Join Date: May 2015
Posts: 98
Rep Power: 11 |
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(); 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 08:21. |
|
Tags |
openfoam, postprocessing, reynolds stress |
|
|
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 04:51 |
Cluster ID's not contiguous in compute-nodes domain. ??? | Shogan | FLUENT | 1 | May 28, 2014 16:03 |
Reynolds Stress Boundary Conditions | tstorm | FLUENT | 0 | July 27, 2009 15:44 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |