Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d005fa29
Commit
d005fa29
authored
Jan 07, 2011
by
Henry
Browse files
XiFoam tutorials: Updated alphaSgsJayatillekeWallFunction BC and fvSchemes
parent
e802d310
Changes
4
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/XiFoam/les/pitzDaily/0/alphaSgs
View file @
d005fa29
...
...
@@ -33,12 +33,14 @@ boundaryField
upperWall
{
type alphaSgsJayatillekeWallFunction;
hs h;
value uniform 0;
}
lowerWall
{
type alphaSgsJayatillekeWallFunction;
hs h;
value uniform 0;
}
...
...
tutorials/combustion/XiFoam/les/pitzDaily/system/fvSchemes
View file @
d005fa29
...
...
@@ -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
...
...
tutorials/combustion/XiFoam/les/pitzDaily3D/0/alphaSgs
View file @
d005fa29
...
...
@@ -32,11 +32,13 @@ boundaryField
upperWall
{
type alphaSgsJayatillekeWallFunction;
hs h;
value uniform 0;
}
lowerWall
{
type alphaSgsJayatillekeWallFunction;
hs h;
value uniform 0;
}
frontAndBack_half0
...
...
tutorials/combustion/XiFoam/les/pitzDaily3D/system/fvSchemes
View file @
d005fa29
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment