Turbulence models: minor clean-up

This commit is contained in:
Henry
2015-02-27 19:23:39 +00:00
parent cd6f4049ef
commit 3b11abd26e
7 changed files with 15 additions and 69 deletions

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [ 0 2 -2 0 0 0 0 ];
internalField uniform 1;
internalField uniform 0.1;
boundaryField
{

View File

@ -33,6 +33,7 @@ divSchemes
div(phi,R) bounded Gauss linear;
div(phi,nuTilda) bounded Gauss linear;
div((nuEff*dev2(T(grad(U))))) Gauss linear;
div(nonlinearStress) Gauss linear;
}
laplacianSchemes