Skip to content

Latest commit

 

History

History
23 lines (8 loc) · 789 Bytes

README.md

File metadata and controls

23 lines (8 loc) · 789 Bytes

dynamicSmagorinsky

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

The model compiles with OpenFOAM 7, but presently it has not been tested with OpenFOAM 7.

Based on:

Alberto Passalacqua's implementation for OpenFOAM 2.3.x

syavash20's update of the above to OpenFOAM 4.1. Reportedly works with OpenFOAM 5, too.

The model presented in this repository works with OpenFOAM 6

The resulting library is "libdynamicSmagorinskyModel.so". Add to controlDict in the usual way, and select "dynamicSmagorinsky" as the turbulence model.