Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
commit
cf2bfd93fb
@ -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
|
||||
|
@ -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;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -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 ( );
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -28,8 +28,8 @@ solvers
|
||||
nCellsInCoarsestLevel 10;
|
||||
mergeLevels 1;
|
||||
|
||||
tolerance 0.02;
|
||||
relTol 0;
|
||||
tolerance 0.02;
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
p
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user