2010-10-01 09:29:30 +00:00
|
|
|
/*--------------------------------*- C++ -*----------------------------------*\
|
|
|
|
| ========= | |
|
2013-12-11 16:09:41 +00:00
|
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
2016-06-20 15:00:40 +00:00
|
|
|
| \\ / O peration | Version: 4.0 |
|
2015-05-17 13:55:59 +00:00
|
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
2010-10-01 09:29:30 +00:00
|
|
|
| \\/ M anipulation | |
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
|
|
{
|
|
|
|
version 2.0;
|
|
|
|
format ascii;
|
|
|
|
class dictionary;
|
|
|
|
location "system";
|
|
|
|
object fvSolution;
|
|
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
|
|
solvers
|
|
|
|
{
|
|
|
|
rho
|
|
|
|
{
|
|
|
|
solver PCG;
|
|
|
|
preconditioner DIC;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
U
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p
|
|
|
|
{
|
|
|
|
solver PCG;
|
|
|
|
preconditioner DIC;
|
|
|
|
tolerance 1e-06;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ft
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
fu
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
b
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
Xi
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
Su
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
hu
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
R
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
k
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
epsilon
|
|
|
|
{
|
2016-06-04 19:23:34 +00:00
|
|
|
solver BiCGStab;
|
2010-10-01 09:29:30 +00:00
|
|
|
preconditioner DILU;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-08 08:48:57 +00:00
|
|
|
PIMPLE
|
2010-10-01 09:29:30 +00:00
|
|
|
{
|
|
|
|
nCorrectors 2;
|
|
|
|
nNonOrthogonalCorrectors 0;
|
|
|
|
momentumPredictor yes;
|
|
|
|
}
|
|
|
|
|
2016-06-21 12:50:08 +00:00
|
|
|
|
2010-10-01 09:29:30 +00:00
|
|
|
// ************************************************************************* //
|