Time averaged Reynolds stress tensor components in SU2 URANS #2563
-
Hi, I am working on incompressible SST URANS simulations of flatback airfoils using SU2. I want to obtain the mean Reynolds stress tensor components~<u'u'>, <u'v'>.. . SU2 output does have these values, following is from the output from dry run:
But the problem is when I plot these the contour shows non-zero values only in the wake, while in the boundary layer of airfoil it shows close to zero value. However the instantaneous turbulent kinetic energy shows non zero values even in the boundary layer as we would expect from TBL. So I am wondering if there is some issue with the calculation of Time average Reynolds stress components either from SU2 or if there is some issue with my setup for time averaging.
Since it is calculating Reynolds stress from mean and rms velocities, is there any chance it is missing the unresolved/ modelled turbulent stress components? I am not sure how rms[u] is being calculated I am assuming it doesn't have the unresolved fluctuation components. Is there any other way to obtain either the time mean RST components or the time mean turbulent kinetic energy distribution through which I can approximately calculate the time averaged RST. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, @kandevivek. The k-ω SST model is an eddy-viscosity model, meaning it uses turbulent viscosity instead of directly solving for the Reynolds stresses. |
Beta Was this translation helpful? Give feedback.
Since you already found the code that does time averages, I suggest you modify it to average TKE, otherwise you can do it via the python wrapper.
The velocity fluctuations in any kind of URANS are not representative of the RST