mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
XiFoam tutorials: Updated alphaSgsJayatillekeWallFunction BC and fvSchemes
This commit is contained in:
@ -33,12 +33,14 @@ boundaryField
|
||||
upperWall
|
||||
{
|
||||
type alphaSgsJayatillekeWallFunction;
|
||||
hs h;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type alphaSgsJayatillekeWallFunction;
|
||||
hs h;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ divSchemes
|
||||
div(U) Gauss linear;
|
||||
div((Su*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
|
||||
|
||||
@ -32,11 +32,13 @@ boundaryField
|
||||
upperWall
|
||||
{
|
||||
type alphaSgsJayatillekeWallFunction;
|
||||
hs h;
|
||||
value uniform 0;
|
||||
}
|
||||
lowerWall
|
||||
{
|
||||
type alphaSgsJayatillekeWallFunction;
|
||||
hs h;
|
||||
value uniform 0;
|
||||
}
|
||||
frontAndBack_half0
|
||||
|
||||
@ -44,7 +44,7 @@ divSchemes
|
||||
div(U) Gauss linear;
|
||||
div((Su*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
|
||||
|
||||
Reference in New Issue
Block a user