Skip to content
GitLab
Menu
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
a6d88f2f
Commit
a6d88f2f
authored
Dec 19, 2017
by
sergio
Browse files
Adding turbulence to RAS-Tjunction and reducing MRF in mixerVessel2D to make it laminar
parent
f97954b0
Changes
5
Hide whitespace changes
Inline
Side-by-side
tutorials/compressible/rhoPimpleFoam/RAS/TJunction/0/U
View file @
a6d88f2f
...
...
@@ -42,7 +42,8 @@ boundaryField
defaultFaces
{
type noSlip;
type fixedValue;
value uniform (0 0 0);
}
}
...
...
tutorials/compressible/rhoPimpleFoam/RAS/TJunction/constant/turbulenceProperties
View file @
a6d88f2f
...
...
@@ -21,7 +21,7 @@ RAS
{
RASModel kEpsilon;
turbulence o
ff
;
turbulence o
n
;
printCoeffs on;
}
...
...
tutorials/compressible/rhoPimpleFoam/RAS/TJunction/system/fvSolution
View file @
a6d88f2f
...
...
@@ -20,7 +20,7 @@ solvers
p
{
solver GAMG;
tolerance 1e-0
6
;
tolerance 1e-0
8
;
relTol 0.01;
smoother GaussSeidel;
}
...
...
@@ -28,7 +28,7 @@ solvers
pFinal
{
solver GAMG;
tolerance 1e-0
6
;
tolerance 1e-0
8
;
relTol 0;
smoother GaussSeidel;
}
...
...
@@ -37,23 +37,24 @@ solvers
{
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-0
5
;
relTol 0.
1
;
tolerance 1e-0
7
;
relTol 0.
05
;
}
"(rho|U|k|epsilon|h)Final"
{
$U;
tolerance 1e-0
5
;
tolerance 1e-0
7
;
relTol 0;
}
}
PIMPLE
{
momentumPredictor no;
transonic no;
nOuterCorrectors 1;
nCorrectors
3
;
nCorrectors
5
;
nNonOrthogonalCorrectors 0;
}
...
...
tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/constant/MRFProperties
View file @
a6d88f2f
...
...
@@ -25,7 +25,7 @@ MRF1
origin (0 0 0);
axis (0 0 1);
omega constant
6
.2831853;
omega constant
2
.2831853;
}
// ************************************************************************* //
tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/system/fvSolution
View file @
a6d88f2f
...
...
@@ -48,11 +48,11 @@ solvers
relTol 0;
}
"(U|T)"
"(U|T)
.*
"
{
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-0
6
;
tolerance 1e-0
8
;
relTol 0;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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