2010-05-12 13:27:55 +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-05-12 13:27:55 +00:00
|
|
|
| \\/ M anipulation | |
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
|
|
{
|
|
|
|
version 2.0;
|
|
|
|
format ascii;
|
|
|
|
class dictionary;
|
2010-10-01 09:29:30 +00:00
|
|
|
location "system";
|
2010-05-12 13:27:55 +00:00
|
|
|
object fvSolution;
|
|
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
|
|
solvers
|
|
|
|
{
|
2010-10-01 09:29:30 +00:00
|
|
|
rho
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
2010-10-01 09:29:30 +00:00
|
|
|
solver PCG;
|
|
|
|
preconditioner DIC;
|
|
|
|
tolerance 1e-05;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
U
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
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.1;
|
|
|
|
}
|
|
|
|
|
|
|
|
UFinal
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
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
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
2010-10-01 09:29:30 +00:00
|
|
|
solver PCG;
|
|
|
|
preconditioner DIC;
|
|
|
|
tolerance 1e-06;
|
|
|
|
relTol 0.01;
|
|
|
|
}
|
|
|
|
|
|
|
|
pFinal
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
2010-10-01 09:29:30 +00:00
|
|
|
solver PCG;
|
|
|
|
preconditioner DIC;
|
|
|
|
tolerance 1e-06;
|
|
|
|
relTol 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
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.1;
|
|
|
|
}
|
|
|
|
|
|
|
|
hFinal
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
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
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
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
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
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
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
omega
|
2010-05-12 13:27:55 +00:00
|
|
|
{
|
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;
|
|
|
|
}
|
2010-05-12 13:27:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
PIMPLE
|
|
|
|
{
|
2010-10-01 09:29:30 +00:00
|
|
|
nOuterCorrectors 50;
|
|
|
|
nCorrectors 1;
|
2010-05-12 13:27:55 +00:00
|
|
|
nNonOrthogonalCorrectors 0;
|
|
|
|
momentumPredictor yes;
|
2010-10-01 09:29:30 +00:00
|
|
|
pMin pMin [ 1 -1 -2 0 0 0 0 ] 1000;
|
2010-05-12 13:27:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
relaxationFactors
|
|
|
|
{
|
2010-10-01 09:29:30 +00:00
|
|
|
U 0.7;
|
2016-05-08 13:36:11 +00:00
|
|
|
UFinal 1.0;
|
2010-10-01 09:29:30 +00:00
|
|
|
p 0.3;
|
|
|
|
rho 0.05;
|
|
|
|
h 0.7;
|
2016-05-08 13:36:11 +00:00
|
|
|
hFinal 1.0;
|
2010-10-01 09:29:30 +00:00
|
|
|
k 0.7;
|
|
|
|
omega 0.7;
|
2010-05-12 13:27:55 +00:00
|
|
|
}
|
|
|
|
|
2016-06-21 12:50:08 +00:00
|
|
|
|
2010-05-12 13:27:55 +00:00
|
|
|
// ************************************************************************* //
|