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
7be9bb61
Commit
7be9bb61
authored
Jul 24, 2015
by
Henry Weller
Browse files
tutorials/incompressible/SRFSimpleFoam/mixer: Improved case setup and schemes
parent
35ed4853
Changes
7
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/SRFSimpleFoam/mixer/0/Urel
View file @
7be9bb61
...
...
@@ -17,7 +17,7 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
internalField uniform (0 0
-1
0);
boundaryField
{
...
...
@@ -30,7 +30,8 @@ boundaryField
}
outlet
{
type zeroGradient;
type pressureInletOutletVelocity;
value $internalField;
}
innerWall
{
...
...
tutorials/incompressible/SRFSimpleFoam/mixer/0/epsilon
View file @
7be9bb61
...
...
@@ -28,7 +28,8 @@ boundaryField
}
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 14.855;
}
innerWall
{
...
...
tutorials/incompressible/SRFSimpleFoam/mixer/0/k
View file @
7be9bb61
...
...
@@ -28,7 +28,8 @@ boundaryField
}
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0.375;
}
innerWall
{
...
...
tutorials/incompressible/SRFSimpleFoam/mixer/0/omega
View file @
7be9bb61
...
...
@@ -28,18 +28,17 @@ boundaryField
}
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 3.5;
}
innerWall
{
type omegaWallFunction;
U Urel;
value uniform 3.5;
}
outerWall
{
type omegaWallFunction;
U Urel;
value uniform 3.5;
}
cyclic_half0
...
...
tutorials/incompressible/SRFSimpleFoam/mixer/constant/SRFProperties
View file @
7be9bb61
...
...
@@ -22,7 +22,7 @@ axis (0 0 1);
rpmCoeffs
{
rpm
5
000;
rpm
1
000;
}
...
...
tutorials/incompressible/SRFSimpleFoam/mixer/system/fvSchemes
View file @
7be9bb61
...
...
@@ -23,12 +23,13 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
limited cellLimited Gauss linear 1;
}
divSchemes
{
default none;
div(phi,Urel) bounded Gauss
upwin
d;
div(phi,Urel) bounded Gauss
linearUpwind limite
d;
div(phi,k) bounded Gauss upwind;
div(phi,epsilon) bounded Gauss upwind;
div(phi,omega) bounded Gauss upwind;
...
...
@@ -40,13 +41,12 @@ divSchemes
laplacianSchemes
{
default Gauss linear corrected;
default
Gauss linear corrected;
}
interpolationSchemes
{
default linear;
interpolate(Urel) linear;
}
snGradSchemes
...
...
tutorials/incompressible/SRFSimpleFoam/mixer/system/fvSolution
View file @
7be9bb61
...
...
@@ -29,7 +29,7 @@ solvers
{
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-
05
;
tolerance 1e-
6
;
relTol 0.1;
}
}
...
...
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