ENH: Tutorial updates re: PIMPLE updates

This commit is contained in:
andy
2011-04-18 11:54:59 +01:00
parent 89335fa1ce
commit f3e2afa23c
14 changed files with 212 additions and 161 deletions

View File

@ -55,15 +55,7 @@ solvers
relTol 0;
}
"(k|omega)"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-08;
relTol 0;
}
U
"(U|k|omega)"
{
solver PBiCG;
preconditioner DILU;
@ -71,7 +63,7 @@ solvers
relTol 0.1;
}
UFinal
"(U|k|omega)Final"
{
solver PBiCG;
preconditioner DILU;

View File

@ -53,7 +53,7 @@ solvers
relTol 0;
}
U
"(U|k|omega)"
{
solver PBiCG;
preconditioner DILU;
@ -61,20 +61,12 @@ solvers
relTol 0.1;
}
UFinal
"(U|k|omega)Final"
{
$U;
tolerance 1e-08;
relTol 0;
}
"(k|omega)"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-08;
relTol 0;
}
}
PIMPLE

View File

@ -55,15 +55,7 @@ solvers
relTol 0;
}
"(k|omega)"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-08;
relTol 0;
}
U
"(U|k|omega)"
{
solver PBiCG;
preconditioner DILU;
@ -71,7 +63,7 @@ solvers
relTol 0.1;
}
UFinal
"(U|k|omega)Final"
{
solver PBiCG;
preconditioner DILU;

View File

@ -91,7 +91,16 @@ solvers
maxIter 20;
}
U
"(U|k|epsilon)"
{
solver smoothSolver;
smoother GaussSeidel;
tolerance 1e-6;
relTol 0.1;
nSweeps 1;
}
"(U|k|epsilon)Final"
{
solver smoothSolver;
smoother GaussSeidel;
@ -99,14 +108,6 @@ solvers
relTol 0;
nSweeps 1;
}
"(k|epsilon|omega|R|nuTilda)"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-8;
relTol 0;
}
}
PIMPLE

View File

@ -77,16 +77,16 @@ solvers
maxIter 20;
}
U
"(U|k)"
{
solver smoothSolver;
smoother GaussSeidel;
tolerance 1e-06;
relTol 0;
relTol 0.1;
nSweeps 1;
}
"(k|B|nuTilda)"
"(U|k)Final"
{
solver PBiCG;
preconditioner DILU;

View File

@ -41,7 +41,7 @@ solvers
relTol 0;
}
U
"(U|k|epsilon)"
{
solver PBiCG;
preconditioner DILU;
@ -49,7 +49,7 @@ solvers
relTol 0;
}
"(k|epsilon|R|nuTilda)"
"(U|k|epsilon)Final"
{
solver PBiCG;
preconditioner DILU;