general update

This commit is contained in:
andy
2008-06-20 17:25:03 +01:00
parent 1186749707
commit 64f058e1c8
62 changed files with 34 additions and 239 deletions

View File

@ -2,8 +2,7 @@
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name from directory
application=`basename $PWD`
application="potentialFoam"
runApplication blockMesh
runApplication $application

View File

@ -20,35 +20,30 @@ FoamFile
down
{
type symmetryPlane;
physicalType symmetryPlane;
nFaces 60;
startFace 3890;
}
right
{
type patch;
physicalType outlet;
nFaces 30;
startFace 3950;
}
up
{
type symmetryPlane;
physicalType symmetryPlane;
nFaces 60;
startFace 3980;
}
left
{
type patch;
physicalType inlet;
nFaces 30;
startFace 4040;
}
cylinder
{
type symmetryPlane;
physicalType symmetryPlane;
nFaces 40;
startFace 4070;
}

View File

@ -2,8 +2,7 @@
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name from directory
application=`basename $PWD`
application="potentialFoam"
runApplication blockMesh
runApplication $application

View File

@ -27,7 +27,6 @@ FoamFile
inlet
{
type patch;
physicalType inlet;
nFaces 30;
startFace 24170;
}
@ -35,7 +34,6 @@ inlet
outlet
{
type patch;
physicalType outlet;
nFaces 57;
startFace 24200;
}
@ -43,7 +41,6 @@ outlet
upperWall
{
type wall;
physicalType wall;
nFaces 223;
startFace 24257;
}
@ -51,7 +48,6 @@ upperWall
lowerWall
{
type wall;
physicalType wall;
nFaces 250;
startFace 24480;
}
@ -59,7 +55,6 @@ lowerWall
frontAndBack
{
type empty;
physicalType empty;
nFaces 24450;
startFace 24730;
}