Fixed tutorials for icoDyMIbFoam and icoDyMIbFoam

This commit is contained in:
Vanja Skuric 2016-05-06 10:47:31 +02:00
parent cd7a8eb4ae
commit 8b1a4ee57e
9 changed files with 105 additions and 50 deletions

View file

@ -35,6 +35,25 @@ solvers
relTol 0.01;
}
pFinal
{
solver amgSolver;
cycle W-cycle;
policy PAMG;
nPreSweeps 2;
nPostSweeps 2;
groupSize 4;
minCoarseEqns 4;
nMaxLevels 100;
scale on;
smoother symGaussSeidel;
minIter 1;
maxIter 100;
tolerance 1e-7;
relTol 0.0;
}
U
{
solver BiCGStab;

View file

@ -35,6 +35,25 @@ solvers
relTol 0.01;
}
pFinal
{
solver amgSolver;
cycle W-cycle;
policy PAMG;
nPreSweeps 2;
nPostSweeps 2;
groupSize 4;
minCoarseEqns 4;
nMaxLevels 100;
scale on;
smoother symGaussSeidel;
minIter 1;
maxIter 100;
tolerance 1e-7;
relTol 0;
}
U
{
solver BiCGStab;

View file

@ -35,6 +35,25 @@ solvers
relTol 0.01;
}
pFinal
{
solver amgSolver;
cycle W-cycle;
policy PAMG;
nPreSweeps 2;
nPostSweeps 2;
groupSize 4;
minCoarseEqns 4;
nMaxLevels 100;
scale on;
smoother symGaussSeidel;
minIter 1;
maxIter 100;
tolerance 1e-7;
relTol 0.0;
}
U
{
solver BiCGStab;

View file

@ -40,6 +40,19 @@ solvers
// }
p
{
solver GAMG;
tolerance 1e-07;
relTol 0.01;
minIter 1;
smoother GaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
pFinal
{
solver GAMG;
tolerance 1e-07;

View file

@ -21,6 +21,17 @@ solvers
solver CG;
preconditioner Cholesky;
minIter 1;
maxIter 1000;
tolerance 1e-06;
relTol 0.01;
}
pFinal
{
solver CG;
preconditioner Cholesky;
minIter 1;
maxIter 1000;
tolerance 1e-06;

View file

@ -21,6 +21,17 @@ solvers
solver CG;
preconditioner Cholesky;
minIter 1;
maxIter 1000;
tolerance 1e-06;
relTol 0.01;
}
pFinal
{
solver CG;
preconditioner Cholesky;
minIter 1;
maxIter 1000;
tolerance 1e-06;

View file

@ -28,6 +28,19 @@ solvers
// }
p
{
solver GAMG;
tolerance 1e-07;
relTol 0.01;
minIter 1;
smoother GaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
pFinal
{
solver GAMG;
tolerance 1e-07;

View file

@ -1,50 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
method simple;
simpleCoeffs
{
n (2 2 1);
delta 0.001;
}
hierarchicalCoeffs
{
n (1 1 1);
delta 0.001;
order xyz;
}
metisCoeffs
{
processorWeights 4(1 1 1 1);
}
manualCoeffs
{
dataFile "cellDecomposition";
}
distributed no;
roots
(
);
// ************************************************************************* //