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

@ -20,21 +20,18 @@ FoamFile
top
{
type patch;
physicalType inletOutlet;
nFaces 25;
startFace 6100;
}
bottom
{
type patch;
physicalType inlet;
nFaces 25;
startFace 6125;
}
walls
{
type wall;
physicalType wallFunctions;
nFaces 250;
startFace 6150;
}

View File

@ -27,7 +27,6 @@ FoamFile
inlet
{
type patch;
physicalType inlet;
nFaces 25;
startFace 3650;
}
@ -35,7 +34,6 @@ inlet
outlet
{
type patch;
physicalType inletOutlet;
nFaces 25;
startFace 3675;
}
@ -43,7 +41,6 @@ outlet
walls
{
type wall;
physicalType wallFunctions;
nFaces 150;
startFace 3700;
}