Is the flow in the x direction? Could you provide some more context to the image i.e. domain boundaries, injection box location etc. Your setup file should be correct for a yz plane injection. But I note that your injection plane has an aspect ratio of about 40:1, so will look like a line? Also, can you confirm that you have sufficient grid resolution to resolve eddies with a scale of 0.002? Thanks.
To add to this a visualization of the tavg box (tavg of upup). You can see that eddies are generated not on the inlet plane but rather on the boundaries as the previous Q showed
I think your domain goes from 0 to -0.0108 in z. Therefore you need to have:
centre = (0.0, 0.198, -0.0054)
(note the negative sign).
I think currently you are injecting the vortices outside of the domain, and then the edge of the injection box is clipping the side of your domain, and then propagating to the other side via (I guess) a periodic BC in z?
I’d also change
y-dim = 0.396 → y-dim = 0.0396 to match the y extent of the domain, and correspondingly the y centre to 0.0198 (but this is not the cause of the issue, just for neatness).
Could you try these changes and see if they fix things?
Hi @p.vincent, I’ve gone through some testing and it seems that generally TI is underestimated by a 30-40%, is this an expected behaviour? May the sigma value can have an impact on this?
Mesh and setups are those previously shared, I’ve measured TI through the full streamwise extent of the domain. It has a peak that is 30-40% lower than the chosen value and then it has a more or less linear decay rate in space
Sorry for slow reply, have been on holiday for the Christmas break. Can you share the formula that you used to calculate the TI. Also, can you confirm the y and z coordinates of the stream-wise (x-wise) line along which you calculate TI?
I think you might need a 1/3 inside the sqrt? Also, uu, vv, ww should be averages of u’u’, v’v’ w’w’, respectively? Also, can you confirm that you average in space within each slice, as well as in time?
Thanks for info. Could you try not space averaging in z, and look at the TI levels as a function of x at different z locations. The injected eddies do not currently satisfy periodicity, so if a periodic direction is of a similar length scale to that of the eddies (which is the case for the z-wise domain extent here) then you might see a drop off in TI near the z boundaries. If this is the issue, I can look at making a PR to ensure the eddies satisfy periodicity.