The Dynamin Smagorinsky SGS model with local averaging, based onThe Dynamin Smagorinsky SGS model with local averaging, based on the following works:
This code had been developed for OpenFOAM version 4.1 by Ehsan Asgari and an older one by Alberto Passalacqua. This version is developed for OpenFOAM-10.
After installing OpenFOAM-10 using this instruction, in your OpenFOAM case, add the following code line to the "system/controlDict" file:
libs ("/path/to/DynSmag.so");
and change the model to "DynSmag" in "constant/momentumTransport" file. Now, you are good to run the case. Happy computing!