Smagorinsky closure with a damping function #3369
Unanswered
j-ostiguy
asked this question in
Computational science!
Replies: 1 comment 7 replies
-
The length scale (which we call the "filter width") is implemented here: To generalize this requires a bit of source code development (not much...) Another route is to generalize the "model constant", which multiplies the length-scale, eg We've provided such a feature for AMD: What are |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to use the Smagorinsky closure, but where the length scale includes a van Driest damping function (i.e. l = CΔ[1-exp(-y+/A+)] ). Is there a way to do this?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions