mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ShihQuadraticKE: Rewritten and tested on the boundaryWallFunctions and pitzDaily cases
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user