LTSInterFoam/wigleyHull: further optimisation

This commit is contained in:
Henry
2011-03-30 13:50:29 +01:00
parent 7f8dbac2cc
commit 4802014f7a
3 changed files with 5 additions and 6 deletions

View File

@ -29,9 +29,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type zeroGradient;
inletValue uniform 0;
value uniform 0;
} }
sides sides

View File

@ -23,7 +23,7 @@ startTime 0;
stopAt endTime; stopAt endTime;
endTime 3000; endTime 2000;
deltaT 1; deltaT 1;

View File

@ -83,9 +83,10 @@ PISO
nAlphaSubCycles 1; nAlphaSubCycles 1;
cAlpha 1; cAlpha 1;
maxCo 0.8; maxCo 0.9;
maxAlphaCo 0.2; maxAlphaCo 0.2;
rDeltaTSmoothingCoeff 0.02;
rDeltaTSmoothingCoeff 0.1;
rDeltaTDampingCoeff 1; rDeltaTDampingCoeff 1;
maxDeltaT 1; maxDeltaT 1;
} }