XiFoam tutorials: Updated alphaSgsJayatillekeWallFunction BC and fvSchemes

This commit is contained in:
Henry
2011-01-07 12:32:18 +00:00
parent e802d3102e
commit d005fa29b4
4 changed files with 6 additions and 2 deletions

View File

@ -33,12 +33,14 @@ boundaryField
upperWall upperWall
{ {
type alphaSgsJayatillekeWallFunction; type alphaSgsJayatillekeWallFunction;
hs h;
value uniform 0; value uniform 0;
} }
lowerWall lowerWall
{ {
type alphaSgsJayatillekeWallFunction; type alphaSgsJayatillekeWallFunction;
hs h;
value uniform 0; value uniform 0;
} }

View File

@ -44,7 +44,7 @@ divSchemes
div(U) Gauss linear; div(U) Gauss linear;
div((Su*grad(b))) Gauss linear; div((Su*grad(b))) Gauss linear;
div((U+((Su*Xi)*grad(b)))) Gauss linear; div((U+((Su*Xi)*grad(b)))) Gauss linear;
div((muEff*dev2(grad(U).T()))) Gauss linear; div((muEff*dev2(T(grad(U))))) Gauss linear;
} }
laplacianSchemes laplacianSchemes

View File

@ -32,11 +32,13 @@ boundaryField
upperWall upperWall
{ {
type alphaSgsJayatillekeWallFunction; type alphaSgsJayatillekeWallFunction;
hs h;
value uniform 0; value uniform 0;
} }
lowerWall lowerWall
{ {
type alphaSgsJayatillekeWallFunction; type alphaSgsJayatillekeWallFunction;
hs h;
value uniform 0; value uniform 0;
} }
frontAndBack_half0 frontAndBack_half0

View File

@ -44,7 +44,7 @@ divSchemes
div(U) Gauss linear; div(U) Gauss linear;
div((Su*grad(b))) Gauss linear; div((Su*grad(b))) Gauss linear;
div((U+((Su*Xi)*grad(b)))) Gauss linear; div((U+((Su*Xi)*grad(b)))) Gauss linear;
div((muEff*dev2(grad(U).T()))) Gauss linear; div((muEff*dev2(T(grad(U))))) Gauss linear;
} }
laplacianSchemes laplacianSchemes