- OpenFOAM version 7
-
load the OpenFOAM environment.
-
Download the code and compile using 'wmake'.
-
Add the following line into your 'controlDict':
libs ( "libudfTurbulenceModels.so" ) -
In 'constant/turbulenceProperties', e.g. for Sigma model, set:
LESModel SigmaSigmaCoeffs{ filter simple; }