Updated tutorials

This commit is contained in:
Henry
2011-04-28 21:14:13 +01:00
parent d8630c4677
commit 24adaa0e1d
52 changed files with 4216 additions and 379 deletions

View File

@ -10,12 +10,15 @@ refineMeshByCellSet()
{
while [ $# -ge 1 ]
do
echo "creating cell set for primary zone - $1"
cp system/topoSetDict.$1 system/topoSetDict
topoSet > log.topoSet.$1 2>&1
if [ ! -e log.refineMesh.$1 ]
then
echo "creating cell set for primary zone - $1"
cp system/topoSetDict.$1 system/topoSetDict
topoSet > log.topoSet.$1 2>&1
echo "refining primary zone - $1"
refineMesh -dict -overwrite > log.refineMesh.$1 2>&1
echo "refining primary zone - $1"
refineMesh -dict -overwrite > log.refineMesh.$1 2>&1
fi
shift
done
}

View File

@ -21,25 +21,25 @@ FoamFile
{
type patch;
nFaces 51;
startFace 57362;
startFace 2061220;
}
outlet
{
type patch;
nFaces 51;
startFace 57413;
startFace 2061271;
}
walls
{
type wall;
nFaces 836;
startFace 57464;
nFaces 3788;
startFace 2061322;
}
frontBack
{
type empty;
nFaces 57540;
startFace 58300;
nFaces 2060940;
startFace 2065110;
}
)