ShihQuadraticKE: Rewritten and tested on the boundaryWallFunctions and pitzDaily cases

This commit is contained in:
Henry
2015-02-27 18:13:30 +00:00
parent 2336d048f7
commit d05b8e6dd2
6 changed files with 65 additions and 327 deletions

View File

@ -19,7 +19,9 @@ simulationType RAS;
RAS
{
RASModel v2f; //kEpsilon; //realizableKE; //kOmega; //kOmegaSST;
// Tested with ShihQuadraticKE, v2f, kEpsilon, realizableKE,
// kOmega, kOmegaSST;
RASModel v2f;
turbulence on;

View File

@ -34,6 +34,7 @@ divSchemes
div(phi,omega) bounded Gauss limitedLinear 1;
div(phi,v2) bounded Gauss limitedLinear 1;
div((nuEff*dev2(T(grad(U))))) Gauss linear;
div(nonlinearStress) Gauss linear;
}
laplacianSchemes