TUT: incompressible: clean up tutorials

This commit is contained in:
Kutalmis Bercin
2021-05-16 09:16:22 +01:00
committed by Andrew Heather
parent 3395cba40e
commit e81cf778a1
1509 changed files with 7811 additions and 418994 deletions

View File

@ -54,4 +54,5 @@ boundary
}
);
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -56,4 +55,5 @@ functions
#include "relVelocity"
}
// ************************************************************************* //

View File

@ -47,4 +47,5 @@ patches
}
);
// ************************************************************************* //

View File

@ -12,7 +12,6 @@ FoamFile
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
@ -24,4 +23,5 @@ coeffs
n (2 2 1);
}
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -28,11 +27,13 @@ gradSchemes
divSchemes
{
default none;
div(U) Gauss linear;
div(phi,U) Gauss linearUpwind grad(U);
div(U) Gauss linear;
div(phi,k) Gauss linearUpwind grad(U);
div(phi,K) Gauss linearUpwind grad(U);
div(phi,omega) Gauss linearUpwind grad(U);
div((nuEff*dev2(T(grad(U))))) Gauss linear;
}
@ -53,7 +54,7 @@ snGradSchemes
wallDist
{
method meshWave;
method meshWave;
}

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -24,12 +23,14 @@ solvers
tolerance 1e-06;
relTol 0.1;
}
"(p|pcorr)Final"
{
$p;
tolerance 1e-06;
relTol 0;
}
"(U|k|omega)"
{
solver smoothSolver;
@ -37,6 +38,7 @@ solvers
tolerance 1e-06;
relTol 0.1;
}
"(U|k|omega)Final"
{
$U;
@ -45,7 +47,6 @@ solvers
}
}
PIMPLE
{
momentumPredictor yes;
@ -54,4 +55,5 @@ PIMPLE
nNonOrthogonalCorrectors 0;
}
// ************************************************************************* //

View File

@ -135,4 +135,5 @@ meshQualityControls
mergeTolerance 1e-6;
// ************************************************************************* //

View File

@ -19,30 +19,36 @@ AMI.stl
extractionMethod extractFromSurface;
includedAngle 150;
}
door.stl
{
extractionMethod extractFromSurface;
includedAngle 150;
}
fan.stl
{
extractionMethod extractFromSurface;
includedAngle 150;
}
outlet.stl
{
extractionMethod extractFromSurface;
includedAngle 150;
}
room.stl
{
extractionMethod extractFromSurface;
includedAngle 150;
}
desk.stl
{
extractionMethod extractFromSurface;
includedAngle 150;
}
// ************************************************************************* //