dynamicSmagorinsky icon indicating copy to clipboard operation
dynamicSmagorinsky copied to clipboard

Implementation of the dynamic Smagorinsky model as proposed by Lilly (1992) for OpenFOAM

Results 2 dynamicSmagorinsky issues
Sort by recently updated
recently updated
newest added

Hello, I am encountering some confusion regarding the operations on vector and tensor fields in the following code snippet: `dev(filter_(sqr(U)) - (sqr(filter_(U))));` From my understanding, both `filter_(sqr(U))` and `(sqr(filter_(U)))` should...

Question
Answered
Resolved

Just a simple question, is the model compatible with the Compressible Solver? e.g., rhoPimpleFoam