Added turbulence modelling terms into fvSchemes
This commit is contained in:
parent
7ba34de8e4
commit
ec21448e80
1 changed files with 3 additions and 0 deletions
|
@ -32,11 +32,14 @@ divSchemes
|
|||
div(phi,epsilon) Gauss upwind;
|
||||
div(devRhoReff) Gauss linear;
|
||||
div((devRhoReff&U)) Gauss linear;
|
||||
|
||||
div((muEff*dev2(grad(U).T()))) Gauss linear;
|
||||
}
|
||||
|
||||
laplacianSchemes
|
||||
{
|
||||
default none;
|
||||
laplacian(muEff,U) Gauss linear limited 0.5;
|
||||
laplacian(DkEff,k) Gauss linear limited 0.5;
|
||||
laplacian(DepsilonEff,epsilon) Gauss linear limited 0.5;
|
||||
laplacian(alphaEff,e) Gauss linear limited 0.5;
|
||||
|
|
Reference in a new issue