compressibleInterFoam: Merged with compressibleInterDyMFoam

compressibleInterFoam can now run with static or dynamic meshes selected in the
constant/dynamicMeshDict dictionary.
This commit is contained in:
Henry Weller
2018-06-05 11:14:17 +01:00
parent 7a93d91a80
commit 038d85d713
36 changed files with 110 additions and 419 deletions

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application compressibleInterDyMFoam;
application compressibleInterFoam;
startFrom startTime;

View File

@ -74,8 +74,8 @@ solvers
U
{
solver smoothSolver;
smoother GaussSeidel;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
nSweeps 1;
@ -83,8 +83,8 @@ solvers
"(T|k|B|nuTilda).*"
{
solver smoothSolver;
smoother symGaussSeidel;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-08;
relTol 0;
}

View File

@ -17,7 +17,7 @@ FoamFile
application compressibleInterFoam;
startFrom startTime;
startFrom latestTime;
startTime 0;

View File

@ -79,8 +79,8 @@ solvers
U
{
solver smoothSolver;
smoother GaussSeidel;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
nSweeps 1;
@ -88,8 +88,8 @@ solvers
"(T|k|B|nuTilda).*"
{
solver smoothSolver;
smoother symGaussSeidel;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-08;
relTol 0;
}
@ -99,8 +99,8 @@ PIMPLE
{
momentumPredictor no;
transonic no;
nOuterCorrectors 3;
nCorrectors 1;
nOuterCorrectors 2;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
}

View File

@ -56,7 +56,7 @@ solvers
{
solver GAMG;
tolerance 1e-07;
relTol 0.01;
relTol 0;
smoother DIC;
}
@ -79,8 +79,8 @@ solvers
U
{
solver smoothSolver;
smoother GaussSeidel;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
nSweeps 1;
@ -88,8 +88,8 @@ solvers
"(T|k|B|nuTilda).*"
{
solver smoothSolver;
smoother symGaussSeidel;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-08;
relTol 0;
}
@ -100,7 +100,7 @@ PIMPLE
momentumPredictor no;
transonic no;
nOuterCorrectors 2;
nCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
}