Bugfix: Adujusted tutorial settings

This commit is contained in:
Hrvoje Jasak 2016-04-27 19:05:56 +01:00
parent 1e5d86a935
commit c0fba6f3e2
3 changed files with 10 additions and 7 deletions

View file

@ -3,7 +3,7 @@
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{

View file

@ -33,9 +33,7 @@ divSchemes
laplacianSchemes
{
default none;
laplacian(nu,U) Gauss linear corrected;
laplacian((1|A(U)),p) Gauss linear corrected;
default Gauss linear corrected;
}
interpolationSchemes

View file

@ -22,20 +22,25 @@ solvers
preconditioner DIC;
tolerance 1e-06;
relTol 0;
};
}
U
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
};
}
}
SIMPLE
{
nNonOrthogonalCorrectors 1;
}
PISO
{
nCorrectors 2;
nNonOrthogonalCorrectors 2;
nNonOrthogonalCorrectors 1;
}
// ************************************************************************* //