mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: Modified tutorials and added cyclic test case.
This commit is contained in:
committed by
Andrew Heather
parent
25a7e4da7b
commit
83b8032dcc
@ -19,8 +19,8 @@ scale 1;
|
||||
L 1;
|
||||
nx 50;
|
||||
|
||||
y1 -.01;
|
||||
y2 .01;
|
||||
y1 -.005;
|
||||
y2 .005;
|
||||
ny 1;
|
||||
|
||||
H 1;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user