GIT: Initial state after latest Foundation merge

This commit is contained in:
Andrew Heather
2016-09-20 14:49:08 +01:00
4571 changed files with 115696 additions and 74609 deletions

View File

@ -30,7 +30,6 @@ boundaryField
outlet
{
type pressureInletOutletVelocity;
phi phi;
value $internalField;
}

View File

@ -5,9 +5,9 @@ cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
# Remove surface
\rm -f constant/triSurface/bullet.stl.gz
rm -f constant/triSurface/bullet.stl.gz
# Remove 0.org/ copy
# Remove 0.orig/ copy
\rm -rf 0
cleanCase

View File

@ -47,14 +47,8 @@ solvers
relTol 0.1;
smoother DICGaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
maxIter 50;
};
@ -72,14 +66,7 @@ solvers
nVcycles 2;
smoother DICGaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
nFinestSweeps 2;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
};
tolerance 1e-7;
relTol 0;