mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Adjusting tutorial settings
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user