Skip to content
Snippets Groups Projects
Commit e2cd5904 authored by sergio's avatar sergio
Browse files

TUT: Adjusting controlDict and fvSolution for SandiaD_LTS tutorial

parent 542d9540
No related branches found
No related tags found
No related merge requests found
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1812 | | \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com | | \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
...@@ -22,7 +22,7 @@ startTime 0; ...@@ -22,7 +22,7 @@ startTime 0;
stopAt endTime; stopAt endTime;
endTime 3000; endTime 5000;
deltaT 1; deltaT 1;
......
...@@ -26,7 +26,7 @@ solvers ...@@ -26,7 +26,7 @@ solvers
{ {
solver PCG; solver PCG;
preconditioner DIC; preconditioner DIC;
tolerance 1e-6; tolerance 1e-7;
relTol 0.01; relTol 0.01;
} }
...@@ -40,8 +40,8 @@ solvers ...@@ -40,8 +40,8 @@ solvers
{ {
solver PBiCGStab; solver PBiCGStab;
preconditioner DILU; preconditioner DILU;
tolerance 1e-6; tolerance 1e-7;
relTol 0.1; relTol 0.05;
} }
"(U|h|k|epsilon)Final" "(U|h|k|epsilon)Final"
...@@ -54,7 +54,7 @@ solvers ...@@ -54,7 +54,7 @@ solvers
solver PBiCGStab; solver PBiCGStab;
preconditioner DILU; preconditioner DILU;
tolerance 1e-8; tolerance 1e-8;
relTol 0.1; relTol 0.05;
} }
G G
...@@ -76,11 +76,11 @@ PIMPLE ...@@ -76,11 +76,11 @@ PIMPLE
{ {
momentumPredictor yes; momentumPredictor yes;
nOuterCorrectors 1; nOuterCorrectors 1;
nCorrectors 2; nCorrectors 3;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
maxDeltaT 1e-4; maxDeltaT 1e-4;
maxCo 0.25; maxCo 0.15;
alphaTemp 0.05; alphaTemp 0.05;
alphaY 0.05; alphaY 0.05;
Yref Yref
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment