Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2011-03-30 13:52:55 +01:00
5 changed files with 23 additions and 38 deletions

View File

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

View File

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

View File

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