Computing subgrid-scale TKE #5303
-
|
Hi, I’m running LES with the Dynamic Smagorinsky model and I would like to perform a grid-resolution check. Could you suggest how subgrid-scale TKE can be computed diagnostically? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I'm not sure this is possible, although a scaling argument suggests that there is a velocity scale cc @tomchor |
Beta Was this translation helpful? Give feedback.
-
|
I think a common way to check the resolution is sufficient is to plot the energy spectrum to check the inertial range is represented like I did here: #4367 (comment) (there is a link to code in that comment that includes working out the spectrum) |
Beta Was this translation helpful? Give feedback.
-
|
not sure about this one, but maybe try calculating it using the eddy viscosity and grid spacing like @glwagner mentioned? that velocity scale |
Beta Was this translation helpful? Give feedback.
I'm not sure this is possible, although a scaling argument suggests that there is a velocity scale$u_\Delta^2 = \nu_e \Delta$ , where $\Delta$ is the grid spacing and $\nu_e$ is the eddy viscosity. Another diagnostic is the effective Reynolds number: $Re_{eff} = Re_{actual} \nu / \nu_e$ .
cc @tomchor