TUT: Modified tutorials and added cyclic test case.

This commit is contained in:
Johan Roenby
2018-06-12 14:01:25 +02:00
committed by Andrew Heather
parent 25a7e4da7b
commit 83b8032dcc
23 changed files with 639 additions and 17 deletions

View File

@ -19,8 +19,8 @@ scale 1;
L 1;
nx 50;
y1 -.01;
y2 .01;
y1 -.005;
y2 .005;
ny 1;
H 1;

View File

@ -20,9 +20,9 @@ solvers
"alpha.*"
{
isoFaceTol 1e-6;
isoFaceTol 1e-10;
surfCellTol 1e-6;
nAlphaBounds 2;
nAlphaBounds 3;
snapTol 1e-12;
clip true;
@ -34,7 +34,7 @@ solvers
{
solver PCG;
preconditioner DIC;
tolerance 1e-10;
tolerance 1e-8;
relTol 0;
}
@ -49,7 +49,7 @@ solvers
p_rghFinal
{
$p_rgh;
tolerance 1e-07;
tolerance 1e-09;
relTol 0;
}
@ -57,7 +57,7 @@ solvers
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
tolerance 1e-08;
relTol 0;
}
}
@ -66,7 +66,6 @@ PIMPLE
{
momentumPredictor no;
nCorrectors 3;
nOuterCorrectors 1;
nNonOrthogonalCorrectors 0;
pRefCell 0;
pRefValue 0;