|
[Sponsors] |
fieldAverage meaning in steady state solution |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 17, 2021, 20:48 |
fieldAverage meaning in steady state solution
|
#1 |
New Member
Geovany López
Join Date: Sep 2020
Posts: 2
Rep Power: 0 |
Hi everyone,
I'm currently working with a 3D cavity-based geometry using rhoSimpleFoam solver. I'd like to get the u_rms value of my simulations. I've already done my simulation in a 5M mesh and I've validated my results. Reading another thread I know that I have to re-run my simulation and use fieldAverage function object to get UPrime2Mean and then u_rms,x=sqrt(UPrime2Meanxx) using calculator in paraview. My question is: In a steady simulations, 'cause I used a steady solver, the answer of u_rms,x that I will get is correct? Or it is just averaging through every iteration and this is not useful, since the solution has not yet converged until the last iteration? In case that the approach of using fieldAverage isn't correct, someone can tell me how I could get the u_rms using a steady solver? Thanks in advance! |
|
February 18, 2021, 16:53 |
|
#2 |
Senior Member
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 13 |
No, don't think you can use `fieldAverage` on steady simulations. There can't be any `UPrime2Mean` because there is no `UPrime` (i.e. fluctuating part) for steady simulations.
The object you are looking for is `R` for steady cases. You can use turbulenceFields function object to calculate it, and I don't think you need to rerun your completed RANS simulation. Postprocessing the simulation should be enough.
__________________
The OpenFOAM community is the biggest contributor to OpenFOAM: User guide/Wiki-1/Wiki-2/Code guide/Code Wiki/Journal Nilsson/Guerrero/Holzinger/Holzmann/Nagy/Santos/Nozaki/Jasak/Primer Governance Bugs/Features: OpenFOAM (ESI-OpenCFD-Trademark) Bugs/Features: FOAM-Extend (Wikki-FSB) Bugs: OpenFOAM.org How to create a MWE New: Forkable OpenFOAM mirror |
|
February 19, 2021, 21:39 |
|
#3 |
New Member
Geovany López
Join Date: Sep 2020
Posts: 2
Rep Power: 0 |
Thank you very much for your help.
I used the function that you mentioned and then I was able to plot the turbulence properties in Matlab. But I have another question, I hope that you could help me. How can I compute u'_rms from the Reynolds Stress Tensor? = or = I think that in the latter option it is assuming that the velocity fluctuations are equal to and that only applies to isotropic turbulence, right? Or am I mixing basic concepts? My goal is to plot cross-stream profiles of turbulent fluctations |
|
June 23, 2021, 18:21 |
|
#4 |
Senior Member
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 13 |
Yes, "turbulenceFields" function object assumes isotropic turbulence for the computation of the turbulence intensity.
This assumption is fine for the linear eddy-viscosity turbulence models, because one of the derivation assumptions of these models is the turbulence isotropy in freestream. Having said that, if you still want to use the Reynolds stress tensor (you can use "k" safely for the isotropic configs), you need to have access to "R" field - and pick the orthogonal components. For a given "R" field, the order of components in OpenFOAM is like the following: (Rxx Rxy Rxz Ryy Ryz Rzz) Hope this helps.
__________________
The OpenFOAM community is the biggest contributor to OpenFOAM: User guide/Wiki-1/Wiki-2/Code guide/Code Wiki/Journal Nilsson/Guerrero/Holzinger/Holzmann/Nagy/Santos/Nozaki/Jasak/Primer Governance Bugs/Features: OpenFOAM (ESI-OpenCFD-Trademark) Bugs/Features: FOAM-Extend (Wikki-FSB) Bugs: OpenFOAM.org How to create a MWE New: Forkable OpenFOAM mirror |
|
Tags |
fieldaverage, rms velocity, steady state rans |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
The difference between steady state and transient | JuPa | CFX | 36 | December 9, 2019 23:50 |
Simulation time for steady state solution using transient solver | spelletier | Main CFD Forum | 1 | June 26, 2019 05:08 |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Steady state solution as an initial condition for a transient problem | adnanakhtar | FLUENT | 7 | November 25, 2016 06:16 |
About the difference between steady and unsteady problems | Lisa | Main CFD Forum | 11 | July 5, 2000 15:37 |