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;
|
||||
|
||||
writeInterval 5;
|
||||
writeInterval 1;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
@ -51,7 +51,7 @@ maxCo 25;
|
||||
|
||||
maxAlphaCo 15;
|
||||
|
||||
maxDeltaT 0.01;
|
||||
maxDeltaT 0.05;
|
||||
|
||||
|
||||
functions
|
||||
|
||||
@ -78,12 +78,12 @@ PIMPLE
|
||||
{
|
||||
momentumPredictor no;
|
||||
|
||||
nOuterCorrectors 3;
|
||||
nCorrectors 1;
|
||||
nOuterCorrectors 2;
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
correctPhi yes;
|
||||
moveMeshOuterCorrectors yes;
|
||||
moveMeshOuterCorrectors no;
|
||||
turbOnFinalIterOnly yes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user