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

This commit is contained in:
andy 2011-11-11 16:04:16 +00:00
commit cf2bfd93fb
5 changed files with 16 additions and 18 deletions

View File

@ -8,6 +8,9 @@ cd ${0%/*} || exit 1 # run from this directory
application=`getApplication`
./makeMesh
runApplication $application
#runApplication $application
runApplication decomposePar
runParallel $application 4
# ----------------------------------------------------------------- end-of-file

View File

@ -17,7 +17,7 @@ FoamFile
application pimpleDyMFoam;
startFrom startTime; // latestTime;
startFrom startTime;
startTime 0;
@ -47,6 +47,6 @@ runTimeModifiable true;
adjustTimeStep yes;
maxCo 2;
maxCo 0.5;
// ************************************************************************* //

View File

@ -15,19 +15,14 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
singleProcessorFaceSets ((AMI -1));
//- Force AMI to be on single processor. Can cause imbalance with some
// decomposers.
//singleProcessorFaceSets ((AMI -1));
numberOfSubdomains 4;
method scotch;
simpleCoeffs
{
n ( 2 2 1 );
delta 0.001;
}
distributed no;
roots ( );

View File

@ -30,7 +30,7 @@ gradSchemes
divSchemes
{
default none;
div(phi,U) Gauss upwind;
div(phi,U) Gauss linearUpwind grad(U);
div((nuEff*dev(T(grad(U))))) Gauss linear;
}

View File

@ -48,8 +48,8 @@ solvers
U
{
solver PBiCG;
preconditioner DILU;
solver smoothSolver;
smoother GaussSeidel;
tolerance 1e-05;
relTol 0.1;
}
@ -73,8 +73,8 @@ solvers
PIMPLE
{
correctPhi no;
nOuterCorrectors 2;
nCorrectors 1;
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
pRefCell 0;