TUT: Adjusting tutorial settings

This commit is contained in:
sergio
2020-05-08 13:56:42 -07:00
parent 712512d4f4
commit 584ff5e0d0
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ deltaT 0.0001;
writeControl adjustable; writeControl adjustable;
writeInterval 5; writeInterval 1;
purgeWrite 0; purgeWrite 0;
@ -51,7 +51,7 @@ maxCo 25;
maxAlphaCo 15; maxAlphaCo 15;
maxDeltaT 0.01; maxDeltaT 0.05;
functions functions

View File

@ -78,12 +78,12 @@ PIMPLE
{ {
momentumPredictor no; momentumPredictor no;
nOuterCorrectors 3; nOuterCorrectors 2;
nCorrectors 1; nCorrectors 2;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
correctPhi yes; correctPhi yes;
moveMeshOuterCorrectors yes; moveMeshOuterCorrectors no;
turbOnFinalIterOnly yes; turbOnFinalIterOnly yes;
} }