TurbulenceModels: Added structure for LES model and the Smagorinsky model within this structure.

This commit is contained in:
Henry
2013-08-01 17:14:42 +01:00
parent c4f83d913a
commit b3d794ee97
100 changed files with 3799 additions and 94 deletions

View File

@ -24,5 +24,21 @@ RAS
turbulence on;
}
LES
{
LESModel Smagorinsky;
turbulence on;
printCoeffs on;
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}
}
// ************************************************************************* //